... Hi Luke, I replace my declaration with your but ět doesn't work. I don't understand why the error messagge says "Unsupported sequence type". Seems the...
33136
Alejandro F. Reimondo
alereimondo
Nov 1, 2005 10:31 am
Hi Ryan, I have implemented a framework for using OpenCV in Visual Smalltalk (VS). VS is a virtual object ambience, an open system (open in contents, behavior...
33137
bug6nq
Nov 1, 2005 11:08 am
I have a problem with my morphis grabber board. When i compiled highgui.c with HAVE_MIL setting true(1), an Error message prited out. "cannot find milmet2.lib...
33138
tianhao_1215
Nov 1, 2005 12:51 pm
There is an error in facedetect.c when I debug it.THe message is" Unkown error (The node does not represent a user object) in function...
33139
Melanie Young Yee
marine_leonhart
Nov 1, 2005 2:16 pm
Hello and thanks a lot for your help! To make things a little more clear, I'm thinking about doing this: run the entire picture, detecting a determined colour....
33140
llp00na
Nov 1, 2005 2:28 pm
Does no body understand what i am talking about ???...
33141
pavainter1
Nov 1, 2005 2:53 pm
In opencv/sample/c/facedetect ,this program creates a red box around the face and moves as the face moves.but what i'd like to do is to make the box stay still...
33142
dinh viet cuong
dvcuong83
Nov 1, 2005 3:41 pm
Hello everybody, At the moment, I'm trying to build a image processing program using OpenCV in Visual C++. But I don't know how to creat the MDI interface...
33143
cat_mouse_london
cat_mouse_lo...
Nov 1, 2005 4:00 pm
Dear All I am trying to use CvMeanshift for color segmentation in one image. Is there any one could be so kind to answer my questions here: 1) How do you...
33144
w8204121244
Nov 1, 2005 8:09 pm
Hi all, I have problem with following thing.As an input we have picture ( http://logout.sh.cvut.cz/~wortas/diplomka/example.jpg (sorry it's big)) with human's...
33145
Ryan Jewell
rjewell999
Nov 1, 2005 9:49 pm
Hi Adam. I thought I would try to offer some help... As you probably know, there are various ways to accumulate all the pixel brightnesses in an image and the...
33146
Ryan Jewell
rjewell999
Nov 1, 2005 10:05 pm
Thanks for the information. Is your ide available to everyone? I've never worked with Python so I can't really visualize your system. I guess I will wait and...
33147
Ryan Jewell
rjewell999
Nov 1, 2005 10:13 pm
I looked at the site you referenced and it all sounds real impressive. I've never worked with smalltalk but whenever it comes up it sounds impressive. A friend...
33148
Ryan Jewell
rjewell999
Nov 1, 2005 10:20 pm
I've used a similar conversion when I'm working with a black and white camera and need to display the data from an rgb buffer. The routine should duplicate the...
33149
Ryan Jewell
rjewell999
Nov 1, 2005 10:28 pm
I have a partial response... I haven't used highgui before. ... Mil Lite functions. I mentioned I never used highgui before so I'm sure there are better ways...
33150
Ryan Jewell
rjewell999
Nov 1, 2005 11:00 pm
... You may already know this... detecting a color in the rgb color space can be a pain. A "red" pixel can have various RGB values and still be red. In a...
33151
Ryan Jewell
rjewell999
Nov 1, 2005 11:16 pm
... I imagine there are many other approaches... I think it depends on whether you want the code to work with numerous backs, whether the background will...
33152
le khanh thanh
lkt_1980@...
Nov 2, 2005 2:05 am
Dear Cuong ! With ur problem, I think it is simple to do. OpenCV supports all that features. Let try to build in MFC interface, OpenCV has the functions such...
33153
Damien Dusha
damiendusha
Nov 2, 2005 3:46 am
Hello all, I believe there is a bug in HoughLines2. In my code, I use the hough transform on images from a webcam. Memory leaked quickly and severely (in the...
33155
aaron hoover
amhoov
Nov 2, 2005 4:20 am
hi all, a quick question: is anyone working with the Python wrappers on Windows? if so, have you had any success capturing video from a camera and saving as an...
33156
libo_nj
Nov 2, 2005 4:53 am
As the change log said, the Opencv beta5 can build and run on 64-bit platforms, so I tried on my computer which support EMT64(CPU is celeon 331 with SSE3 and...
33157
olivier.bornet@...
bornoliv
Nov 2, 2005 8:05 am
Hello, ... See: http://groups.yahoo.com/group/OpenCV/message/31588 in short: this is a known bug. Either apply the proposed patch, or try to use the CVS...
33158
cat mouse
cat_mouse_lo...
Nov 2, 2005 9:13 am
no one response???Thanks. cat_mouse_london <cat_mouse_london@...> wrote:Dear All I am trying to use CvMeanshift for color segmentation in one image. Is...
33159
reisinghigh
Nov 2, 2005 9:16 am
Hi, to get a cv image from a MIL image just follow the steps: cvCeateImage(...); MbufGet(MIL_ID, cvImg->imageData); To display the image just use cvNamedWindow...
33160
Limeng Xiao
lummoxllllmmm
Nov 2, 2005 9:34 am
Hello Thank you for your help. I have some solution about using cvCaptureFromFile function in Visual Studio.Net, however, I still cannot using that function in...
33161
llp00na
Nov 2, 2005 10:13 am
Hello Ryan, I really appreciate your considerable efforts and help. Thanx alot Adam ... taking...
33162
binotechhr
Nov 2, 2005 11:30 am
Hi, We would like to introduce ourselves as Binotech Private Limited - a HR Consulting company with Development and Training Divisions. We have Immediate...
33163
sandrine_voros
Nov 2, 2005 2:15 pm
Hello, I have read the documentation of this function and it says : "The function cvResize resizes image src so that it fits exactly to dst. If ROI is set, the...
33164
w8204121244
Nov 2, 2005 2:39 pm
The mayor problem is in two things: 1) the intensity of light is not uniform all over the back, so i couldn't use global thresholding because one threshold...
33165
Alejandro F. Reimondo
alereimondo
Nov 2, 2005 2:46 pm
Hi all, My application load JPG images without problems, but some images in CMYK format and with ICC profiles crashes the system while reading. The crash...