Use Myna to remix music tracks and audio clips. Apply sound effects and record your own voice or instruments!
httpvh://www.youtube.com/watch?v=_3-VWMKpQiI
We can use the standard cvLoadImage and cvSaveImage to implement a image type converted using OpenCV library.
cvLoadImage and cvSaveImage support these image formats:
* Windows bitmaps – BMP, DIB;
* JPEG files – JPEG, JPG, JPE;
* Portable Network Graphics – PNG;
* Portable image format – PBM, PGM, PPM;
* Sun rasters – SR, RAS;
* TIFF files – TIFF, TIF.
For example, to implement JPG to TIFF converter:
IplImage* img = cvLoadImage( "blabla.jpg",1); cvSaveImage( "blabla.tif", img );
[ad#AdBrite inline]