Hello!! May Name is Akihiko. Please help me! I want to know about the way to do below things. (Purpose) Recognition data from Video Capture Board with openCV ...
Dear All, The given picture is the plan view of the room setup. I wanna know the absolute location (x,y with respect to the room). I get the face position from...
Hi Edmund, Do you have a website showcasing your (company's) products? cheers, michael cheng ... From: Edmund Koh To: OpenCV@yahoogroups.com Sent: Friday,...
use cvContourArea() to filter out any positive results. hope this help. cheers, m. ... From: Elect Engg Visitor ELEV7 To: opencv@yahoogroups.com Sent: Tuesday,...
Hi, Thanks Edmund, I'll contact you A.S.A.P Regards, Akram ... provide you ... do really ... project on ... camera head ... with this ... mailing ... ...
Hi all, I beleive what you need to do is use a different extraction method, instead of CV_RETR_CCOMP use CV_RETR_EXTERNAL, which will only retrieve the...
Hi: I hope I've found the right place, actually this question is about the class CVisTransform4x4 in Ms Vision SDK. I found in their very little documentation...
I think I may need to Calibrate my cameras, to find those parameters!.. Am I right if so some one pls tell me how to do that. -Ruwan ... From: Elect Engg...
Hi, Has anyone been able to solve this "Bad Camera" problem? I'm getting the same thing. Thanks ... camera), and ... questions ... CAMERAS INTO ... system. ...
Hi I am interested to take a picture of the human skin to extract the wrinkles. I am wondering if anyone knows a good camera or a sensor that can that job. ...
Hi! You have to download and install the patch 'opencv_patch_b2.1.1.zip39; that you can find at: http://sourceforge.net/projects/opencvlibrary (click on the link...
Hi, does anyone have experience in using paintlib (or other freeware picture library) with opencv ? The problem is that opencv seems to have poor image formats...
Iดm trying to find the maximum value within an image. Iดve already done it by going through all of the pixels in the image, and by using iplGetPixel I...
Hi, I'm having this same problem: compile camshift filter with no changes and no errors -> connection incompatibility. I'm hoping to use the camshift filter...
Dear all, I faced a problem, when I use the CvvImage in HighGUI.lib. Here is the code I used, CvvImage* m_image=new CvvImage(); m_image->Load("01.jpg",1); ...
Dear All, In OpenCV Camera Calibration docs there is a link saying "C Source; Tutorial with Matlab Implementation" ** In addition to the source code in C ...
Dear All, I have tried to calibrate my camera. I got intrinsic and extrinsic matrices. For getting extrinsic matrix I'd used the matlab calibration tool box. I...
9590
Mohamed Zayed
zayed@...
Nov 4, 2002 10:26 am
Hi, to change the coordinates system you should apply the rotation followed by translation (extrinsic parameters ). good luck. Mohamed ... From: Elect Engg...
Check that the image is single-channel or multi-channel with COI ([color] channel of interest) set (that can be done via cvSetImageCOI). ... From: braguista_pt...
Could you pls tell me the equation. Is it M = R-1(A-1m -t) ? Thanks. -Ruwan ... From: Mohamed Zayed [mailto:zayed@...] Sent: November 4, 2002 6:27 PM...
9594
OpenCV@yahoogroups.com
Nov 5, 2002 7:47 am
We would like to remind you of this upcoming event. TET-Klausur Date: Tuesday, November 5, 2002 Time: 9:00AM - 9:30AM CET (GMT+01:00)...
9595
Mohamed Zayed
zayed@...
Nov 5, 2002 7:56 am
Hi, If we consider that m = A [R t] M where : A : matrix of intrinsic parameters. R : Rotation Matrix t : translation vector (tx, ty, tz)T m : homogenous image...
Hi, I've taken the camshift code and inserted it into the callback procedure of the cvcam example and it tracks correctly. I then modified the code so that...
Hi, Thanks a lot Mohomed. M = (KT K)-1 KT m Also pls tell me. Is this matrix multiplication? -> (KT K) . Does OpenCV provide direct function for this.? ->...
Dear All, In my image processing application (SDI) I display several video streams in the SDI View. I want to create an AVI file from the images present in...