OpenCV (Open Source Computer Vision) is a cross-platform library of programming functions for real time computer vision. It was officially launched by Intel in 1999 and is now supported by Willow Garage. Uses include: Human-Computer Interaction; Object Identification, Segmentation and ...
5
votes
4answers
146 views
+50
Matching thermographic / non-thermographic images with OpenCV feature detectors
I’m currently working on building software which can match infrared and non-infrared images taken from a fixed point using a thermographic camera.
The use case is the following: A picture is taken ...
2
votes
0answers
78 views
+100
Parameter selection in Adaboost
After using OpenCV for boosting I'm trying to implement my own version of the Adaboost algorithm (check here, here and the original paper for some references).
By reading all the material I've came ...
0
votes
1answer
39 views
+50
Embed OpenCV framework inside another xCode project without linking
I have developed an xCode static library for an iPhone App using OpenCV.
Now I want to give my static library to them but I don't want them to go through the hassle of making OpenCV work in their ...
2
votes
1answer
49 views
+50
Android Camera takePicture is using Previews small buffer
I am developing a project using OPENCV. I have some process on onCameraFrame. While it shows previews, user can take a photo. But in some devices, I take an error after called takePicture(...) method. ...