Hi, I'm doing some work in computer vision and using the OpenCV library for vision processing. They have their own image format, IplImage, that I need to use to do my processing.
What I'd like to be able to do is write a conversion function that inputs an AVI file and creates an array of IplImages. Is there an easy way to do that with the avifile library? Basically all I need is to be able to use avifile to get each frame from the file as some sort of array of pixel values, in a known format, and I can do the conversion to IplImages myself. Any help would be appreciated. Thanks! -- Colin McMillen Research Assistant, Center for Distributed Robotics University of Minnesota _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
