Sorry for the delay, rlederer, JasonDude, I had to go to a funeral today. She was a very good and sweet mother to her children and loved everybody. Her name was Bessy Macarty and she will be sorely missed.
*****************
quote:
JasonDude
hey snowman- is there any info available for the vision program that would give me an idea of the capabilities of it? (i mean the vision software, not your program)
the vision thing has capabilities that i am interested in, such as the ability for Hal to compare what it is told to vision - in order to look for a truth. e.g. the more senses the more alive.
Just about anything is possible... I've seen face-recognition software that uses a face database and compares those images to every image it sees through the cam (one pic at a time)... My software uses an XML file to somehow identify a face and then place an image square around it. I know that an image is nothing but a Matrix of points, each given a different color(pixels)... a matrix can be made by creating an array of arrays. If each point can be compared to a point on a databased picture and then the distance between groups of similar (colored or gray) points are compared to within a specific tolerance then I suppose anything could be identified. As long as you had a picture or series of pictures to identify with...
Check out this, it was posted on another thread here. Look up OpenCV on YouTube and go for broke.[

]
http://www.youtube.com/watch?v=V7UdYzCMKvw&feature=related*****************
rlederer
quote:
Hey snowman, is yer source code the same version as yer compiled prog?
Yes... I just kept compiling and experimenting, but it is the same.. no changes
quote:
cos im seeing 1.0.0.6 on src and 1.0.0.9 on prog..is there a switch in visual studio on vista for compiling for XP?
I thought about that idea... I haven't a clue... I wish there was a switch...
quote:
i'll search around and see if i can figure out the deal...maybe it has to do with the way vista access's webcams and such...i am supposing that it does it slightly different from XP. Hence different driver models for the different OS's.
I think that EmguCV and OpenCV should work the same for both Vista and XP... I could be wrong but EmguCV and OpenCV would not just leave out XP.... I hope not anyway... no guaranties
I am using Microsoft Visual Studio 2008 Professional Edition and it's up-to-date. Running with Microsoft .Net Framework Version 3.5 SP1
My PC has Intel Core Duo 3 GHz processor and 2 Gig of Ram , running on 32bit Windows Vista Ultimate. Just a 200 gig IDE hard drive... I have plenty of extenal hard drives though.. I built it all from individual parts. (now all it lacks is a soul[

])
The source code (I think) shouldn't have any problems opening in your Visual Basic... All the librarys needed to run it are there.... I hope. I'm using Emgu CV Version 1.5.0.0 and I downloaded it from the
http://www.emgu.com/wiki/index.php/Main_Page site.
This is also a good reference site... since EmguCV is based off of OpenCV.
http://opencv.willowgarage.com/wiki/I can give you some pointers on what I did and why I did it.... I'm not a professional programmer and my work reflects that... I just like to get the job done in as little code as possible...
*****************
Bill819, your comments and attention to this thread are very valuable to me... please help whenever and however you can..[

]