1 OpenCV-Python Tutorials {#tutorial_py_root} 2 ======================= 3 4 - @subpage tutorial_py_table_of_contents_setup 5 6 Learn how to setup OpenCV-Python on your computer! 7 8 - @subpage tutorial_py_table_of_contents_gui 9 10 Here you will learn how to display and save images and videos, control mouse events and create trackbar. 11 12 - @subpage tutorial_py_table_of_contents_core 13 14 In this section you 15 will learn basic operations on image like pixel editing, geometric transformations, code 16 optimization, some mathematical tools etc. 17 18 - @subpage tutorial_py_table_of_contents_imgproc 19 20 In this section 21 you will learn different image processing functions inside OpenCV. 22 23 - @subpage tutorial_py_table_of_contents_feature2d 24 25 In this section 26 you will learn about feature detectors and descriptors 27 28 - @subpage tutorial_py_table_of_contents_video 29 30 In this section you 31 will learn different techniques to work with videos like object tracking etc. 32 33 - @subpage tutorial_py_table_of_contents_calib3d 34 35 In this section we 36 will learn about camera calibration, stereo imaging etc. 37 38 - @subpage tutorial_py_table_of_contents_ml 39 40 In this section you 41 will learn different image processing functions inside OpenCV. 42 43 - @subpage tutorial_py_table_of_contents_photo 44 45 In this section you 46 will learn different computational photography techniques like image denoising etc. 47 48 - @subpage tutorial_py_table_of_contents_objdetect 49 50 In this section you 51 will object detection techniques like face detection etc. 52 53 - @subpage tutorial_py_table_of_contents_bindings 54 55 In this section, we will see how OpenCV-Python bindings are generated 56