OpenCV (Open Source Computer Vision) is a library for real time computer vision.
I am trying to extract a portion of an image by performing Canny edge detection. I have succesfully created a …
python numpy opencv opencv3.0 edge-detectionI'm upgrading from opencv 2.4.11 to 3.0.0 I have used cv::vector in my code <br> but now I get …
c++ opencv opencv3.0I am wrestling with the Fish-Eye Camera Model used in OpenCV 3.0.0.dev. I have read the documentation in this link …
c++ opencv camera-calibration opencv3.0 fisheyeOpenCV3 introduced its T-API (Transparent API) which gives the user the possibility to use functions which are GPU (or other …
python opencl opencv3.0I am currently using OpenCV3.0 with the hope i will be able to create a program that does 3 things. First, …
opencv c++11 opencv3.0I'd like to extract the color palette of an image, similar to this (from here): I need it to extract …
c++ opencv visual-c++ opencv3.0I need the feature detection algorithm. I'm fed up surfing on the web finding nothing but SURF example and hints …
algorithm opencv image-recognition feature-detection opencv3.0I have drawn a contour around extreme points. Inside polygon figure I have others points. How to check if they …
python opencv opencv3.0 opencv-contourI get the following error when I try to calibrate camera using cv2.calibrateCamera: rms, camera_matrix, dist_coefs, rvecs, …
opencv camera-calibration opencv3.0