Ask Your Question

baila's profile - activity

2013-05-12 00:07:56 -0600 commented question Image size changed

@berak

bigger means "more bytes". I am using openCV with C++ with visual studio 2012 ultimate.

2013-05-11 13:21:22 -0600 asked a question Image size changed

hi all

i am facing a trouble while loading an image and after that saving it! The image size gets bigger after saving the image. Also the image data get modified. What should i do?

Thanks in advance!

2013-05-01 10:21:11 -0600 answered a question Use of Hough Transform on particular cases

Hi Jean,

can you please try Blob detection? As it seems the objects are quite differentiable by their edges. So you could try Blob and after then you could find the COG (Centre of Gravity) and can prceed as per requirement.

This link may by helpful. Check it!

http://answers.opencv.org/question/4699/how-can-i-find-the-centroid-of-the-largest/

2013-05-01 10:02:03 -0600 commented question Detect roads and their connections

Hi Aro, are you trying to find out the crossings of two roads?

2013-05-01 09:57:48 -0600 received badge  Supporter (source)
2013-05-01 09:57:32 -0600 received badge  Scholar (source)
2013-04-28 15:14:39 -0600 received badge  Self-Learner (source)
2013-04-28 12:03:03 -0600 answered a question opencv 2.4.3 and microsoft visual studio ultimate 2012

hi all,

thanks for your great responses. The issue was resolved by restarting my machine. It seems that the changes in environment variable won't effect until you restart your machine after changing them. Sorry for my late response. Its working great with 2.4.3 version of opencv.

Thanks all. Happy thinking!

2013-04-14 05:41:44 -0600 commented question opencv 2.4.3 and microsoft visual studio ultimate 2012

hi.. copying those dlls to the Debug folder runs the program...but i think this is not the exact procedure.

secondly, while running it cant show a single frame. My sample video contains audio also (a music video basically). Is that a problem to work with such kind of files?

2013-04-14 05:21:48 -0600 received badge  Editor (source)
2013-04-14 05:20:33 -0600 asked a question opencv 2.4.3 and microsoft visual studio ultimate 2012

hello all, i am quite new in computer vision and need some help. I have written a sample program to show the frames of a .avi file. The code is compiled successfully. But it shows the following error while i am trying to execute from command prompt with a command line argument (the video file name).

image description

can anyone help me how to fix this error??

thanks in advance.

N.B. - i have added the path "C:\opencv\build\x86\vc10\bin" in Path (System) variable.