Ask Your Question

lucky's profile - activity

2020-12-05 12:15:58 -0600 received badge  Student (source)
2020-04-11 07:07:03 -0600 asked a question How to detect cracks in an image?

How to detect cracks in an image? How to detect such cracks that you can see in the attached images? I have tried some O

2012-10-22 08:41:38 -0600 received badge  Supporter (source)
2012-10-22 08:41:32 -0600 received badge  Scholar (source)
2012-10-22 08:41:19 -0600 commented answer Large resoution grabbing issue with OpenCV 2.4.2?

you rockkkkkkkkk.. really you r awesome... it works now... thankssss.. alot.. ;)

2012-10-22 06:58:53 -0600 commented answer Large resoution grabbing issue with OpenCV 2.4.2?

Ita not working my friend... I have also tried sample program "starter_video.cpp", same result I got 640x480 pixels. But the same code with OpenCV 1.1 gives full 1280x1024 resolution. I think something wrong with built-in libs or dll files of OpenCV 2.4.2. Am I right ?

2012-10-22 05:46:21 -0600 asked a question Large resoution grabbing issue with OpenCV 2.4.2?

I don't know whats wrong with OpenCV 2.4.2 with Visual Stuio 2010. I am trying to grab Camera frame that has 1280x1024 resolution. But OpenCV 2.4.2 always grab only 640x480 resolution. Why ? On the other hand, OpenCV 1.1pre working fine. What to do in this kind of issue ? I do not want 1.1pre, kindly give me the solution. Thanks.

These subrotinues I am using.

CvCapture* WebCAMinit = cvCaptureFromCAM(arg);
IplImage* imageRGB = cvQueryFrame(WebCAMinit);