My program crashes on the line params.hessianThreshold = threshold; CvSURFParams cvSURFParams(double threshold, int extended)
I have tried to install ruby-opencv and I can\'t get it to work. I am running fedora 15 with rvm using ruby 1.8.7
Another OpenCV question; Without me having to implement 2 versions - can anyone enlighten me to what the differences are between cvPOSTIT and cvFindExtrinsicCameraParams2 and maybe the advantages of
I\'m getting an error in OpenCV (v1.1,2.0,2.2) when using the cvFindE开发者_StackOverflowxtrinsicCameraParams2() method, it works with an iPhone3GS but falls over when tested on the iPhone4. The error
I\'m using opencv sequences to store points resulted from cvhoughline2. I create the sequence and make some operations on it, but when I run the program it breaks in the line cvseqremove(seq,index) an
I am working with OpenCV for a project used for recognition and I had a general question regarding the API and it\'s terms. I\'ve looked online and couldn\'t find anything specific to this but I was w
I have a floating point data [size: 4000 X 140 ]. I want to convert it to an IplImage in OpenCV. To have an idea about data, I am giving first 8 X 8 entries of that data.These data are very close to z
So we try code like: cv::Mat m1, m2; cv::VideoCapture cap(0); do { cap >> m1; cap >> m2; }while(cv::norm(m1,m2)=开发者_Python百科=0);
Is there is a way to compare two faces (perhaps with OpenCv) and get a score of their likeness? I mean to apply a facial recognition algorithm, but only between 2 faces, not on an entire da开发者_如何
I\'m new to OpenCV and image processing and I\'M not sure how to solve my problem. I have a photo of document made in iPhone and I want to convert that document to black and white. I tried to use thr