I want to display camera output from a mobile phone (with Windows mobile OS) using openCV and 开发者_开发知识库C# / C++. If you have any useful link / code, please share in this thread.Use the native
i\'m using LSD to detect straight lines in an image, the code that i have downloaded contains a Minimal example of calling LSD but it\'s static (i.e it outputs only the value in the main function) i w
I am trying to do the examples in the OpenCV book and I got to the part regarding cvCanny. I am trying to use it, but I keep getting a memory exception error of
I have to code an object detector (in this case, a ball) using OpenCV. The problem is, every single search on google returns me something with FACE DETECTION in it. So i need help on where to start, w
Current situation: I\'m trying to extract segments from an image. Thanks to openCV\'s findContours() method, I now have a list of 8-connected point for every contours. However, these lists are not dir
Following code works fine const char *title = \"glReadOutput\"; Mat out1, out2; out1.create(screenHeight,screenWidth, CV_8UC3);
I\'m trying to get OpenCV to recognize开发者_如何学C a visual badge (marker). Does anyone have an existing HaarCascade (preferably an xml file) of a badge of some sort?
开发者_JS百科I am working on a project which involves stereo-vision. I am using c and openncv right now. I want to make a 3D plot of points based on their calculated position. Can someone tell how to
Here is very simple code .. Only thing is I repeated same code manytimes for detail debug. Detail info: OpenGL version 3.3.0, Window 7 OS and VS2008, OpenCV 2.2.0.
I\'m looking into image-recognition of water in sewage pipes 开发者_开发知识库for a future project.