opencv/doc/py_tutorials/py_imgproc
burun c52a3f7634 Update py_colorspaces.rst
mask = cv2.inRange(hsv, lower_green, upper_green)
to
mask = cv2.inRange(hsv, lower_blue, upper_blue)
2014-11-27 09:00:40 +02:00
..
py_canny GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_colorspaces Update py_colorspaces.rst 2014-11-27 09:00:40 +02:00
py_contours fixed rotated rectangle (center instead of corner) 2014-02-24 07:54:08 +01:00
py_filtering GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_geometric_transformations GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_grabcut GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_gradients GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_histograms Documentation fix on py_tutorials 2014-10-04 19:14:11 -03:00
py_houghcircles GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_houghlines GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_morphological_ops GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_pyramids GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_table_of_contents_imgproc GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_template_matching GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_thresholding GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_transforms GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_watershed GSoC Python Tutorials 2013-09-23 13:41:14 +05:30