AI 728: IMAGE PROCESSING


HOMECOURSE PLAN IPTK

IPTK (Image Processing ToolKit)

Course assignments require implementing algorithms for processing colour images. You can download the CIPTK Library (precompiled) from here for help in programming. The relevant header files incl.h, cipl.h, err_hipl.h and hipl.h should also be downloaded. You only need incl.h for grayscale operations.

The entire CIPTK Source can also be downloaded. Instructions for installing and using CIPTK Library are in the document IPTK - Image Processing Toolkit. There are also several sample images in the sampleimages directory. CIPTK requires Tcl/TK to be correctly installed for building the GUI. If Tcl/TK is not properly installed you may get an error message such as "Header file tcl.h not found". If that happens, download the precompiled library and header files so that you can write programs using the CIPTK Library. The GUI will not work.


Sample Images and Code