Re: Advise for new video analysis program
Re: Advise for new video analysis program
- Subject: Re: Advise for new video analysis program
- From: Scott Ribe <email@hidden>
- Date: Tue, 16 Oct 2007 22:45:04 -0600
- Thread-topic: Advise for new video analysis program
> 1) open a proprietary video file (not QuickTime)
> 2) examine the video frame by frame
> 3) find objects of interest in each frame
Probably not much in Cocoa to benefit you. Consider standard C library
functions.
> 4) record information about the objects, such as their location, size
> 5) Use information in #4 to accomplish #3
Whether you use Objective-C or C++/STL techniques to keep track of this,
doesn't make much difference in the amount of work it will take, but if you
use Cocoa for the UI, probably easier to use Objective-C collections and so
forth.
> 6) display a summary of the results
Cocoa has a lot of features to make this easy ;-)
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden