Skip to search.
OpenCV · Open Source Computer Vision Library Comm

Group Information

  • Members: 30001
  • Category: Open Source
  • Founded: Jun 20, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 87911 - 87940 of 87940   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
87911 Giandomenico
gidesay Offline Send Email
May 22, 2012
6:07 pm
Hello, I have an homography matrix, computed using cvGetPerspectiveTransform on points found in an image having assigned width and height. I want to use it to...
87912 arnaldo.abrantes@...
arnaldo.abra... Offline Send Email
May 23, 2012
12:08 pm
Hi, I'm new using opencv and I'm trying to use it with python. I thought it was simpler... For example, I can't do the following simple operation (convert...
87913 fcmk_pete@...
fcmk_pete... Offline Send Email
May 23, 2012
12:08 pm
What platform are you running on? Did you build your OpenCV installation on that platform? Are you able to run your application under a debugger?...
87914 fcmk_pete@...
fcmk_pete... Offline Send Email
May 23, 2012
12:09 pm
Surely the point of the calculation is to find the distance, and if the distance is changing you can recalculate it whenever you like....
87915 sxw154 Offline Send Email May 23, 2012
12:09 pm
Dear ALL, I've just installed OpenCV 2.4.0 with my own builds by following opencv_tutorials.pdf. I didn't have any problems with the builds itself, but when I...
87916 arnaldo.abrantes@...
arnaldo.abra... Offline Send Email
May 23, 2012
12:09 pm
What is wrong with these lines of code: import cv2 import numpy as np p = np.array((2.,3.)) ph = cv2.convertPointsToHomogeneous(p) This code produces the...
87917 dadi elaasri
dadielaasri Offline Send Email
May 23, 2012
12:09 pm
hello, i'm new in openCV , i try to implement PCA Algorithme with opencv2.0, so for the first step i want to calculate the eigenfaces, the eigenvalues with...
87918 dadielaasri Offline Send Email May 23, 2012
12:09 pm
hello, i'm new in openCV , i try to implement PCA Algorithme with opencv2.0, so for the first step i want to calculate the eigenfaces, the eigenvalues with...
87919 gameguy326 Offline Send Email May 23, 2012
12:09 pm
Hi Shervin, I'm not sure what you mean. I'm using the C++ interface...is that the same as the C interface? If so, which legacy file would I include? I'm...
87920 chfosgate Offline Send Email May 23, 2012
12:09 pm
I keep reading (over and over) in the OpenCV documentation that cvFindContours() offers an optional "offset" argument such that "This is useful if the contours...
87921 Brendan Miller
brendan15243 Offline Send Email
May 23, 2012
12:09 pm
Opencv's imread function seems to be loading a jpeg of mine in BGR format. Why is this? I wasn't aware that this reversed format existed until now... Is there...
87922 heinz
anatomi666 Offline Send Email
May 23, 2012
12:11 pm
Hello Everybody, I was trying to start a Projekt with Stereo Vision. My Problem is, that i can't get Videodata from 2 Cameras. I Use Windows 7 64 bit, OpenCV...
87923 Jenny Wui
jenny_wui@... Send Email
May 23, 2012
12:11 pm
Hello,        I already posted this question. I am again posting it. Pls answer to my query or let me know if u have any better suggestion. I would like...
87924 Y Meh
oneofthem10 Offline Send Email
May 23, 2012
12:11 pm
Hello everybody I've imorted Opencv library and it's associated samples to Eclipse, as explained here: ...
87925 ryanfaescotland Offline Send Email May 23, 2012
12:12 pm
Hey guys, We are continuing to have issues using OpenCV with RTSP sources. Recently I found adding ?tcp to the address string of our camera when calling...
87926 exskool Offline Send Email May 23, 2012
12:12 pm
Hi. I am currently using opencv1.1 and got no problem so far in using it. However, since last few days, i got an error 'unhandled exception...access violation)...
87927 heinz
anatomi666 Offline Send Email
May 24, 2012
6:08 am
I found my problem! First you have to use the open() method, it is not enough to ist use VideoCapture cap(0); And second you have to specify the frames (width,...
87928 fcmk_pete@...
fcmk_pete... Offline Send Email
May 24, 2012
6:08 am
I haven't used those matrix functions myself, but I see that the three matrices are different sizes. Isn't there an assumption that the input sizes will...
87929 ryanfaescotland Offline Send Email May 24, 2012
6:08 am
I abandoned this a while back in case anyone is wondering. May return to it at some point but no current plans to....
87930 kevin.hughes27 Offline Send Email May 24, 2012
6:08 am
Hello, I am wondering if anyone else is using this camera and has had success. I can view the camera in the web browser and I can open the rstp stream in VLC...
87931 Devon Yoo
devonyoo Offline Send Email
May 24, 2012
6:08 am
Hi guys, I am currently having some problems on building cvBlobsLib in VS2010 with OpenCV 2.4.0 and I have fixed some after googling. But another error came up...
87932 anurag
anurag_waits Offline Send Email
May 24, 2012
6:09 am
I have been trying background subtraction using Mixture of Gaussians using the following python function: cv2.BackgroundSubtractorMOG(history, nmixtures,...
87933 exskool Offline Send Email May 24, 2012
6:10 am
i forgot to mention that while I changed into bigger matrix size, i also changed the other matrices accordingly such as CvMat *ax1=cvCreateMat(8,8,CV_64FC1); ...
87934 Shervin Emami
emami_s Offline Send Email
May 24, 2012
7:20 am
You can follow the Eigenfaces tutorial at " http://www.cognotics.com/opencv/servo_2007_series/part_5/index.html", it shows the OpenCV code for it. Cheers, ...
87935 Shervin Emami
emami_s Offline Send Email
May 24, 2012
7:23 am
BGR is the default color format for OpenCV (it has always been that way). You can use cv::cvtColor() with CV_BGR2RGB to modify an image after it is loaded, or...
87936 Shervin Emami
emami_s Offline Send Email
May 24, 2012
7:29 am
Your original post shows that you are using the C interface, not the C++ interface, so this might need the legacy module if you are using OpenCV v2 where C++...
87937 Shervin Emami
emami_s Offline Send Email
May 24, 2012
7:30 am
You should get faster response if you post this on the android-opencv group at "https://groups.google.com/group/android-opencv/" Cheers, Shervin Emami. ...
87938 Gonçalo Lopes
kodachi_garou Offline Send Email
May 24, 2012
9:44 am
Hi everyone, Maybe I didn't understand it correctly, but it looks to me that the find_obj.cpp flann sample is still relying on c++ flann classes, which is ...
87939 dexmac
dexmac221 Offline Send Email
May 25, 2012
6:51 pm
Hi try to take a look to my http://www.dexmac.com/index.php/how-to/118-blob-tracker dexmac www.dexmac.com...
87940 karlgustavjohansson
karlgustavjo... Offline Send Email
May 25, 2012
8:02 pm
Found bug in gpu::warpAffine when input is GpuMat with 4 channels, uchar. There is an x and y offset that moves the image when using 4 channel gpumat, altough...
Messages 87911 - 87940 of 87940   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help