General: I\'m hoping that the use-case I\'m about to describe is a simple case of an optical flow problem and since I don\'t have much knowledge on the subject, I was wondering if anyone has any sugge
I have modified the OpenCV demo application \"matching_to_many_images.cpp\" to query a image (left) to a frames from the webcam (right). What have gone wrong with the top right corner of the first i
I\'d like to send IplImages acquired with JavaCV and a webcam through a socket, but, since they are not serializable, i\'m quite lost. Any id开发者_运维百科ea on how to do it?
I will need to identify, rotate and crop a rectangle(business card) from a photo to开发者_如何学运维ok from an iphone. I believe this can be done by using OpenCV, but I have not used it before. Could
Going through this paper on Robust text detection which talks about using MSER (Maximally stable external regions) to locate regions in an image as it is typically more robust than the usual contour-f
Has anyone successfully imported into Jython the JavaCV implementation of OpenCV? I have a project that needs to be written in Python and needs heavy GUI development. The standard GUI tools in native
I want to install open cv library and i am usi开发者_JS百科ng Dev c++ compiler. I tried several times to install open cv, but it doesnt work properly. i have read some documents which says, it is nece
I am trying to compare two images to assess their registration. I would like to overlay the two images using a checkerboard type pattern, where (say) the top left 20 x 20 pixel patch displays the firs
I have recently completed my project in OpenCV 2.0 c++ This project is aimed for Visually Impaired persons. Basically Image is take through cam and then it is processed to guide the blind/ visually im
is there any way to compute the matrix logarithm in OpenCV? I understand that it\'s not available as a library function, but, pointers开发者_如何学Go to a good source (paper, textbook, etc) will be ap