Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

OpenCV · Open Source Computer Vision Library

The Yahoo! Groups Product Blog

Check it out!

Group Information

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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 69017 - 69051 of 90760   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
69017 francesco.bruno@...
santinopp Send Email
Jan 26, 2010
8:04 pm
Hi all, do you know if it is possible to get notified when a image window ( created with cvNamedWindow) is closed by the user? Removing the close button in the...
69018 lktron Send Email Jan 26, 2010
9:52 pm
hello all, i am using a webcam (logitech) and capturing image using an image array defined as type 8u1. works fine. when i change array to type 32F1 i get a...
69019 Anton Slesarev
ton4eg... Send Email
Jan 26, 2010
11:03 pm
Hi, all! If I use: import cv cv.FindFundamentalMat(... in python script i have the next error: AttributeError: 'module&#39; object has no attribute...
69024 OpenCV@yahoogroups.com Send Email Jan 27, 2010
3:14 am
Enter your vote today! A new poll has been created for the OpenCV group: OpenCV will be applying for Google Summer of Code (GSoC) 2010. What would you like to...
69025 Gary
garybradski Send Email
Jan 27, 2010
3:35 am
I just posted a poll about what people might want to see as projects for Google Summer of Code (GSoC) 2010*. See the wiki page we set up on this for possible...
69026 john_ali890 Send Email Jan 27, 2010
5:20 am
Hi, I`m using opencv-1.1.0 and ubuntu 8.10. When configuring OpeCV, I got "Use dc1394 & raw1394: yes". Also, I am able to acquire the video when using...
69027 aseem790 Send Email Jan 27, 2010
5:47 am
I want to implement anisotropic diffusion process for smoothing. My project is Color Image Segmentation. I am unable to understand all those equations. How...
69028 matthias.dantone
matthias.dan... Send Email
Jan 27, 2010
6:45 am
Hi, I tried do convert the IplImage-format to a Matlab mwArray, but its doesnt work, has anyone an idea?? thx...
69029 Rohit Nair
roguehit Send Email
Jan 27, 2010
6:56 am
I am using a crude technique to achieve it. Mplayer recieves the stream, decodes it & dumps the stream onto memory in the form of JPEG images which are named...
69031 王
huaqing_wang Send Email
Jan 27, 2010
7:36 am
I want get binarization images's histogram but the histogram I create is zero, code following behind: #include "stdafx.h" #include <cv.h> #include <highgui.h> ...
69032 冬进
fudongjin Send Email
Jan 27, 2010
9:02 am
Hello, everyone I use cvFitline on my project, and it works well. I used FAIR type: cvFitLine(cont, CV_DIST_FAIR, 0, 0.01, 0.01, lineptr); Now I'm writing the...
69033 erickh.chu Send Email Jan 27, 2010
10:32 am
Hi, I'm new to OpenCV. If I have a set of coordinates (x,y) (e.g. points that form a graph) and want to check if it matches any of the known sets of x,y) I...
69034 manuel david jimenez ...
manueldavid83 Send Email
Jan 27, 2010
11:11 am
Hello. When I use OpenCV 2.0 and instruction: cvCaptureFromCAM at runtime I get this result: mmap: Invalid argument munmap: Invalid argument munmap: Invalid...
69035 Nikolas Engelhard
nikolasengel... Send Email
Jan 27, 2010
11:21 am
Hey Eric This is rather a basic programming task and no problem which is directly connected to Computer Vision. Therefore you should rather check the docu of...
69036 Liu
realhanzi Send Email
Jan 27, 2010
12:37 pm
Dear sir, I am a student in college,and I am new in OpenCV,for the lip contour I would use a colour Active Shape Model or a Active Appearance Model. But this...
69037 wsfdg dfsg
latak_sha Send Email
Jan 27, 2010
1:59 pm
Hi all OpenCV Since my last question was very difficult. I will just think about decreasing error sources in my code. That's why I would be very thankful if...
69038 Jason
jasonsilver720 Send Email
Jan 27, 2010
2:21 pm
Hi All, I have an interesting problem that needs to be solved with some image processing. I am looking to detect skin lesions/abnormalities from images....
69039 Robin Hewitt
get_imaginary Send Email
Jan 27, 2010
3:21 pm
Hi Jason, A common way to detect blobs is by creating a difference of gaussians (DoG) image. DoG is a band pass filter. Blobishness at the selected scale will...
69040 Joe
joe.egg67 Send Email
Jan 27, 2010
3:45 pm
Hi! I got a little problem with the face detection example from http://opencv.willowgarage.com/wiki/FaceDetection . My device is a PXA320 Limestone PDA Kit....
69041 Witek Czajewski - Cza...
wicio2004 Send Email
Jan 27, 2010
3:46 pm
Hi All I have two 4-input framegrabbers (Falcon Quattro PCI with 4 independant channels and some cheap USB dongle still with 4 inputs). I have no idea how to...
69042 Witek Czajewski - Cza...
wicio2004 Send Email
Jan 27, 2010
4:02 pm
Hi I just voted and chose 'other&#39; meaning Visual SLAM. Witek...
69043 epcdomingos Send Email Jan 27, 2010
4:05 pm
Hi forum! I´m continuing the development of my gaze track tool... Currently I´m able to detect both eyes in the face, and detect the coordinates of the...
69044 alangunning Send Email Jan 27, 2010
4:17 pm
Hi, I hope someone can help me out with this simple question.... I have used 'Camera Calibration toolbox for matlab' to calibrate my camera. After...
69045 Robin Hewitt
get_imaginary Send Email
Jan 27, 2010
4:26 pm
Yeah, this seems to be a bug. I've encountered it too and posted a bug report. My workaround was simply to create a tiny image (8x8) release it, and then load...
69046 Vishesh Vikas
vishesh.vikas Send Email
Jan 27, 2010
4:32 pm
I was trying to write video in MPEG-4 format ( FOURCC('D',&#39;V','I&#39;,'X') ) and was successful. Although, when I tried to read the same video - surprisingly, I...
69047 Jason Silver
jasonsilver720 Send Email
Jan 27, 2010
4:50 pm
... From: Jason Silver <jason.i.silver@...> Date: Wed, Jan 27, 2010 at 10:45 AM Subject: Re: [OpenCV] blob/object detection To: Robin Hewitt...
69048 Jason Silver
jasonsilver720 Send Email
Jan 27, 2010
4:52 pm
the image acquisition system will not be calibrated and each photo will have to be registered and its relative pose corrected. What i need right now is to...
69049 rosebankgrove@...
rosebankgrov... Send Email
Jan 27, 2010
5:20 pm
Hello, I am experimenting with using openCV (through python) to capture images from a webcam, which I am then displaying on the screen using wxpython. It works...
69050 alangunning Send Email Jan 27, 2010
5:35 pm
Please note: In the xml file data that I have shown in the previous post, I have deleted out the data it contained, which I believe I had entered incorrectly...
69051 Alma Yaroslavi
yaroslavi23 Send Email
Jan 27, 2010
5:48 pm
Hi!!! I want to create a program with the function that does objectmarker.. I'm working with Detection figures, but the objectmarker must be created by my.  ...
Messages 69017 - 69051 of 90760   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