Image Processing Library C++ Edition v1.2 Introduction, Tutorial, and User Guide

Image Processing Library C++ Edition v1.2 Introduction, Tutorial, and User GuideIPL/C++ (image processing library C++ edition) is a result of two things: the need of useful common image processing routines, and the frustration of not being able to find a satisfactory and free one.

As an engineering student working in the image processing area, I have to write a lot of small image processing related routines for research purposes, things such as image rotation, resizing, resampling, histogram equalization. Of course we can use free/commercial programs to do it, but they are standalone programs which you cannot embed easily in your simulation code. Using simulation software packages like Matlab is convenient but inefficient. So what we need is a set of C or C++ routines which can be called as a library.
IPL is not for practical real-time usage. It’’s not optimized for speed (although I do optimize my code when possible). It’’s optimized for ease of use and ease of being extended. It provides you with quick-and-dirty routines to perform what you need in your own simulation code. It is written for students and researchers who need image manipulation functionality but do not have time to write the code.

Website: www.iagp.net | Filesize: 73kb
No of Page(s): 11
Click here to download Image Processing Library C++ Edition v1.2 Introduction, Tutorial, and User Guide.

Related Copyrighted Books

Related Tutorial

Tags: , , , ,

Comments

Leave a Reply