Reply by gogojaijai February 13, 20052005-02-13
>Greetings, > > I am in need of source code which does the following > >I. Load/display grey/color image >II. Extract the frames of a video and allow me to do processing on >them > >I have found some packages on sourceforge.net and codeproject.com >which does the part I of my target. However, I find them extremely >difficult to understand and make myself burdened with several >functions/ features I dont need to use at all. Could any kind soul >make a favour by posting a sample simple source code to achieve the >above mentioned tasks so that it can give me a head start in >developing other complex methods that I need. I assure that the help >would not go uncredited. >Thank you for your time and consideration, >Best regards >P.S: this is NOT in regard with any homework problem >
Hi KK, I am doing a similiar undergraduate project as yours, I got some questions want to ask you, would you mind giving me your email address?Thanks a lot. This message was sent using the Comp.DSP web interface on www.DSPRelated.com
Reply by Stephan M. Bernsee November 21, 20042004-11-21
On 2004-11-21 01:37:49 +0100, kewlkarun@yahoo.com (KK) said:

> intel > open Computer Vision (openCV)
And just for the archives, here's the link: http://sourceforge.net/projects/opencvlibrary/ -- Stephan M. Bernsee http://www.dspdimension.com
Reply by KK November 20, 20042004-11-20
Paul Russell <prussell@sonic.net> wrote in message news:<vMYmd.5806$_3.78626@typhoon.sonic.net>...
> KK wrote: > > > Greetings, > > > > I am in need of source code which does the following > > > > I. Load/display grey/color image > > II. Extract the frames of a video and allow me to do processing on > > them > > > > I suggest you look at Apple's QuickTime. It's robust, it's free, it's > cross platform (Windows and Mac OS), and it supports many different > image and movie formats transparently, so you only need to write a few > lines of code to be able to load any image format that QuickTime > supports (and indeed any new format that QuickTime will support in the > future). > > Go to developer.apple.com for more info. > > Paul
Thank you for your suggestions. Just for the archives, I found intel open Computer Vision (openCV) S/W written in C to fit my needs. I could not get a chance to look at Apple's Quicktime yet. -KK
Reply by Paul Russell November 18, 20042004-11-18
KK wrote:

> Greetings, > > I am in need of source code which does the following > > I. Load/display grey/color image > II. Extract the frames of a video and allow me to do processing on > them >
I suggest you look at Apple's QuickTime. It's robust, it's free, it's cross platform (Windows and Mac OS), and it supports many different image and movie formats transparently, so you only need to write a few lines of code to be able to load any image format that QuickTime supports (and indeed any new format that QuickTime will support in the future). Go to developer.apple.com for more info. Paul
Reply by Stephan M. Bernsee November 18, 20042004-11-18
As always - you need to specify platform, OS, ... for anybody to make 
sense of your question if you want an answer...
-- 
Stephan M. Bernsee
http://www.dspdimension.com

Reply by KK November 18, 20042004-11-18
Greetings,

  I am in need of source code which does the following

I. Load/display grey/color image
II. Extract the frames of a video and allow me to do processing on
them

I have found some packages on sourceforge.net and codeproject.com
which does the part I of my target. However, I find them extremely
difficult to understand and make myself burdened with several
functions/ features I dont need to use at all. Could any kind soul
make a favour by posting a sample simple source code to achieve the
above mentioned tasks so that it can give me a head start in
developing other complex methods that I need. I assure that the help
would not go uncredited.
Thank you for your time and consideration,
Best regards
P.S: this is NOT in regard with any homework problem