Most voted "opencv" questions
Opencv is a multiplatform and *open source* library for developing applications linked to Computer Vision.
Learn more…202 questions
Sort by count of
-
-2
votes2
answers174
viewsWhat color format should be used in the range parameters of the "cv2.inRange" function?
I want to create a mask for my image with Opencv using the function inRange, but I don’t know which color format to use. The documentation only says that the image (first parameter) must be in HSV,…
-
-2
votes0
answers12
views"expected Ptr<cv::Umat> for argument 'points'" error
I downloaded a open source code for Detecting car Plates but I’m runing into a Lot of errors so if someone could help I’d appreciate . def check_plate(self, input_img, contour): min_rect =…