Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opencv

2 usb cameras not working with opencv

opencv video-capture

OpenCV: how to find pixels within a polygon?

opencv

NetBeans 7.2 MinGW installing for OpenCV

Multiple moving object detection under changing light conditions.

How to force approxPolyDP() to return only the best 4 corners? - Opencv 2.4.2

How can I transform an image using matrices R and T (extrinsic parameters matrices) in opencv?

Improving the result of harris corner detector

opencv feature-detection

Converting OpenCV's findHomography perspective matrix to iOS' CATransform3D

Get a pixel by Mat::at

c++ opencv

Show multiple images in same window with Python OpenCV?

opencv python-2.7

Training custom SVM to use with HOGDescriptor in OpenCV

c++ opencv svm

What is meant by img.at<uchar>(i,j)?

c++ opencv mat

BackgroundSubtractorMOG2 & OpenCV

Can not load lbpcascade_profile.xml

c++ opencv

Detect center of laser line with sub-pixel accuracy

`operator<<` on comma separated values in C++

"Function not declared in this scope" Error in compiling openCV code

c++ opencv image-processing

What is the equivalent of imagesc in OpenCV

python matlab opencv numpy

Check if Mat is a black image

image opencv mat

Given a contour outlining the edges of an 'S' shape in OpenCV/Python, what methods can be used to trace a curve along the center of the shape?