I've just got a intel ipl library(ipl21.dll on the web). Now I'd like to build with ipl library with vc++2010. But there is not anywhere some example like how to build and apply image processing with ipl library.(I found document but it does not help me)
Would you please help me how to build ipl library with vc++2010, also some example like how to use ipl library in image processing.
Especially, I am working on ImageMagick. So firstly I read a image file by ImageMagick library. It is works well. Additionally I want to use ipl libray to image processing from readed image data.
Especially, I want to know that how to use ipl library from ImageMagick read data. Then after processing done, how to convert from ipl to ImageMagicK ?