mirror of
https://github.com/opencv/opencv.git
synced 2024-11-30 06:10:02 +08:00
c52a3f7634
mask = cv2.inRange(hsv, lower_green, upper_green) to mask = cv2.inRange(hsv, lower_blue, upper_blue) |
||
---|---|---|
.. | ||
py_canny | ||
py_colorspaces | ||
py_contours | ||
py_filtering | ||
py_geometric_transformations | ||
py_grabcut | ||
py_gradients | ||
py_histograms | ||
py_houghcircles | ||
py_houghlines | ||
py_morphological_ops | ||
py_pyramids | ||
py_table_of_contents_imgproc | ||
py_template_matching | ||
py_thresholding | ||
py_transforms | ||
py_watershed |