I am trying to use cvReshape to have 2 versions of the same matrix data. For instance here, gray_img is a 100x100 matrix and gray_line is a 10000x1 matrix, pointing to the same data but with a differe
Now i currently working on my OCR and Opencv on thexcode for my Final year project. Can someone help me with this problem that i encounter :
i have kinect running with openni and opencv. i have done facedetection with haarcascade with a webcam but i\'m not able to do it with kinect
how to change this code, so when i click other button - CloseCamera_Button, then i can disable cam. private void Camera_Button_Click(object sender, EventArgs e开发者_Python百科)
I am just getting started with iPhone development. I\'ve done some tutorials to get th开发者_如何学Ce general feel of Xcode and Objective C. I\'ve been searching for the proper way to do this simple t
I\'d like to set Region of Interest in window with image captured from camera.. How to do that? I\'m us开发者_如何学编程ing C# with OpenCVSharp and Visual C#.
I am trying to upsample an Image using Bicubic Interpoloation, I need the accurate values matching the cvResize() function of opencv, but the results of following code is not matching the results from
I need to convert RGB to YCbCr for my final project and I trying to do this way (I\'m programming in C):
I want to apply a Discrete C开发者_运维技巧osine Transform (as well as the inverse) to an image in Python and I\'m wondering what is the best way to do it and how.I\'ve looked at PIL and OpenCV but I
I want to read from IP camera with openCV, IP camera provides a RTSP output rtsp://ip:port开发者_运维技巧/video.3gp but cvCaptureFromFile(\"rtsp://ip:port/video.3gp\"); shows a blank screen, the alter