dear friends, i use openCV in Java. Everything is fine but the thing is that am limited with API, i cant create C files (i\'m not skilled in C/C++ that much and i did not use them for a long time) for
Using OpenCV 2.2, I am trying to free memory be calling release to a Mat image inside a std::vector, such as:
What are the ways in which to quantify the texture of a portion of an image? I\'m trying to detect areas that are similar in texture in an image, sort of a measure of \"how closely similar are they?\"
Hii all,, I have some project that requires me to do Image processing, I used to work with MATLAB but it is just too slooowww, Searching for an alternative lands me up to OpenCV. I am used to C::B wi
For some reason whenever I use OpenCV\'s warpPerspective() func开发者_Python百科tion, the final warped image does not contain everything in the original image. The left part of the image seems to get
I have been following this tutorial ( http://note.sonots.com/SciSoftware/haartraining.html ) to do some Haar training.I am currently stuck on creating the training samples, specifically the combining
My application is to detect coins. I have done most of it using OpenCv . Am using CannyDetection and houghTransform to detect circles开发者_Go百科 of image.
I\'d like to ask you some information about a problem which i want to solve. At the moment, I have two opencv applications:
I got a crash when i call my native functions in my android application here is my code : lib libo=new lib();
I am currently using OpenCV\'s built-in patch-based histogram back projection (cv::calcBackProjectPatch()) to identify regions of a target material in an image. With an image resolution of 640 x 480 a