In this video, basic points of coding in Python is going to be shared. The basic point I am covering includes:
1. The image size limit when using cv2.imshow in OpenCV.
2. Counting starts with 0 in python and with 1 in MATLAB.
3. Anaconda python is the best python platform (especially for former MATLAB users).
4. The difference between the * and matrix multiplication in Python.
5. BGR is the CV2 default color space.
For code, go to the following link:
https://github.com/mortezmaali/Basic-...
These basic points help you overcome a lot of the problems that coders usually encounter when they first start coding in Python.