I have a camcorder CANON ZR 65 MC but cannot capture the video sequence with highgui. I need to use the DV PORT(ieee 1894) and i do not know if opencv is able...
28262
DIEGO BOTERO
cabinas007
May 2, 2005 10:42 pm
you have to add the environment variable named Path. If you have windows XP, go to My Pc,right clicking the mouse,go to properties,then enter to advanced ...
28261
Brandon Philips
brandon@...
May 2, 2005 9:03 pm
I am trying to get ahold of the author of that PDF so I can update it. But you must link against cxcore. I don't use windows but in Linux it looks a little...
28260
Rory
gtdopey001
May 2, 2005 8:33 pm
Trying to capture video from a file in VC++ 6.0 using OpenCV and can not get it to work. keep getting link errors: unresolved external symbols...
28259
sim_rohl
May 2, 2005 8:20 pm
Respecfully, I am looking for the knowledge of stereo system with edge detection and then point matching. I would need to know about some best algorithms for...
28258
Rory
gtdopey001
May 2, 2005 8:08 pm
I have tried multiple combinations of the CvCapture declarations, but it doesn't seem to work. I'm VC++ 6.0, included cv.h and highgui.h, and I keep getting a...
28257
razilon
May 2, 2005 6:12 pm
Hi, Does anyone have any source code or algorithm for auto deskewing of images? Thanks...
28256
ionut iorgovan
ionutcelgroa...
May 2, 2005 1:53 pm
Yes http://www.yusungchang.com/yusung/research/cse627/hw3_load.htm Here is the source code so if someone can read this and correct the opencv code will be very...
28255
Dave Grossman
dgrossman2@...
May 2, 2005 1:27 pm
I wrote some C/C++ code to do what you want. For all binary regions in a B/W image it efficiently computes the index of the enclosing region, B/W color, area,...
28254
Wim Fikkert
wimfikkert
May 2, 2005 12:36 pm
I recently came across the exact same problem. I solved this by just rendering to 2 different windows, after camera start destroying those windows and then...
28253
Mark Asbach
markasbach
May 2, 2005 12:01 pm
Hi Paulos, ... The './configure39; script tries to find several third-party libraries that OpenCV relies on when compiling on Linux / Unix. If a library is ...
28252
Alejandro F. Reimondo
alereimondo
May 2, 2005 11:08 am
Hi Jeff, I have been working with blobs with OpenCV but using Smalltalk (y used C to build a dynamic library, and all the medium and high level processing in ...
28251
Robert W. Kuhn
rowkajjh
May 2, 2005 10:52 am
Hallo, ... It's very hard without the exact code. -- Mit freundlichen Grüßen Robert W. Kuhn mailto:robert@......
28250
Bikash Mahato
bikashmrsbit
May 2, 2005 10:35 am
Hi, I am using OpenCV for Optical Character Recognition. My algorithm uses cvFindContours of OpenCV and digitize the contour. Further I want to process the ...
28249
Olivier Bornet
bornoliv
May 2, 2005 9:41 am
Hello all, what is the best way to access the bins of a CvHistogram ? I see mainly three different ways to do this: 1. with cvGetRawData (): CvHistogram...
28248
trop_wizz
May 2, 2005 9:41 am
Hello I would like to know how to specify the display position of the camera stream using cvcam. Now, my stream display in the upper left corner and i would...
28247
jurassic
jfportala
May 2, 2005 8:31 am
Hi, I have worked with mil and now I intend to work only with opencv. I have old projects where I detect some blobs and calculate attributes on them (area,...
28246
Wim Fikkert
wimfikkert
May 2, 2005 7:55 am
I'm not sure about this but resizing the window will just resize.. euhm.. the window? You'll need to resize the video stream to actually get the 640*480 camera...
28245
mayurdjain
May 2, 2005 7:06 am
Hi I am new to open cv and just installed the openCV can anyone please tell, where to get the sample code to test and get familier with openCV MJ...
28244
Brandon Philips
brandon@...
May 1, 2005 10:06 pm
The PDF tutorial is wrong. gcc -I/usr/local/include/opencv/ -lcxcore -lcv -lhighgui -lstdc++ foo.c -o opencv0 The cxcore library is needed. How do I get ahold...
28243
caglar ari
cariug2000
May 1, 2005 7:58 pm
Hi, is there a student version of IPP for windows ? So far I have been using the free version under linux even though it doesn't contain lots of useful ...
28242
xanos1404
May 1, 2005 7:33 pm
hello. I just got the opencv and i am trying to use it in visual c++, but i got a problem because it cant find streams.h I searched the streams.h and cant find...
28241
Brandon Philips
brandon@...
May 1, 2005 7:12 pm
Hello - I downloaded opencv-0.9.6, ran configure, and make but got the following error: g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include ...
28240
jd4vis
May 1, 2005 6:54 pm
I have searched on the web and also searched through this forum and cannot find any information on whether or not OpenCV can crop images. Can I crop images...
28239
Nicola Bellotto
belush74
May 1, 2005 6:34 pm
i repost an old message, hope someone can answer... cheers ... an IPP ... course). I ... have ... the ... process, ... look at...
28238
Zio_Zec
May 1, 2005 5:27 pm
Hi all! i need to unwarp a omnidirectional images taken fron a hi-res camera using a hyperbolic mirror, and i had to have a resulting panoramical image. in...
28237
Marian Drumea
mdrumea
May 1, 2005 2:01 pm
Hi OpenCV group members, We are proud to announce the first event of the IASA's Toronto Chapter. Please join us in welcoming Scott Cairney ...
28236
kumatani_kenichi
kumatani_ken...
May 1, 2005 2:00 pm
Hi, I also use 0.9.6 Beta4 on Linux and have the same problem as his one. I cannot load the directory style classifier with cvLoadHaarClassifierCascade(). Can...
28235
Lyonya Glykin
CTYgEHT
May 1, 2005 1:10 pm
Hello, I need to use OpenCV in WinCE. Could You please tell me if it would work and what changes (what program) I should install. Is it the same as in windows...
28234
Muskral Shafiq
muskral
May 1, 2005 11:12 am
check the libs i.e. Projects -> Setttings-> link-> general .... and add cxcore.lib if not included previously .... /cheers muskral Koustav...