Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opencv

OpenCV: findHomography generating an empty matrix

Any tips on confidence score for face verification (as opposed to face recognition)?

opencv face-recognition

cv2.fillPoly strange results

python opencv

OpenCV - How to achieve a gradual image blur effect? [duplicate]

Template matching from a screenshot of a window

How to find number of lines in an image using hough transform?

Configuring camera properties in new OCV 2.4.3

c++ opencv webcam

Java OpenCV + Tesseract OCR "code" regocnition

java opencv ocr tesseract

How do I remove the template from a form?

Get video and audio bitrate of an Mp4 file separately with python?

python opencv audio video

Converting images in a folder to grayscale using python and opencv and writing it to a specific folder

python opencv grayscale

openCV Depth map from two calibrated cameras forming a stereoscopic system

opencv depth stereoscopy

Is there any way to get 4 coordinate points of bounding rectangle of two separate contours in opencv python?

python opencv

Having the Following Error Message: error: (-215:Assertion failed) npoints >= 0 && (depth == CV_32F || depth == CV_32S) in function 'cv::contourArea'

python opencv

Python - Convert image to a string of pixel values

How can avoid including zeros when using the opencv Filter2D function?

python opencv