Ask Your Question

dazza000's profile - activity

2020-07-18 20:35:50 -0600 asked a question how to find example media files

how to find example media files HI I'm working on some example python script: https://docs.opencv.org/3.0-beta/doc/py_tu

2020-03-02 17:29:05 -0600 received badge  Notable Question (source)
2020-03-02 17:29:05 -0600 received badge  Popular Question (source)
2016-10-31 05:01:02 -0600 received badge  Taxonomist
2015-12-28 14:20:39 -0600 asked a question how do i tell if cvMatchTemplate has passed or failed?

How do i tell if cvMatchTemplate has passed or failed? shouldn't it return a boolean? I see that the only result is the resultant image: "brief: Measures similarity between template and overlapped windows in the source image and fills the resultant image with the measurements". I take it that I am somehow supposed to analyze the resultant image. How do I do that. In the examples I am working, with cvMinMaxLoc() seems to give me values no matter what happens: pass or fail. So how will the code distinguish between a pass or a fail. I have noticed in one particular example I am working with, the resultant image contains a small white dot on a black background on a pass; and nothing but blackness on a fail.

thanks, Awaiting the mysteries to be revealed!

2015-04-29 05:30:44 -0600 asked a question how do i detect a any dog and ignore any human?

how do i detect a any dog and ignore any human? I want to use live video capture. I guess this is a shape recognition problem more than a face recognition one but does anyone have any thoughts on the idea.

2013-02-23 15:51:55 -0600 asked a question VC6.0 can i?

Hi All I have is vc6.0. can I use it to compile and work with the latest versions of OpenCV ?

Are there older version of OpenCV that will work?

thanks Dazza000