Abstract
Laboratory experiments for image processing
courses are usually software implementations of processing
algorithms, but students of image processing come from diverse
backgrounds with widely differing software experience. To
avoid learning overhead, the software system should be easy to
learn and use, even for those with no exposure to mathematical
programming languages or object-oriented programming. The
class library for image processing (CLIP) supports users with
knowledge of C, by providing three C++ types with small public
interfaces, including natural and efficient operator overloading.
CLIP programs are compact and fast. Experience in using the
system in undergraduate and graduate teaching indicates that
it supports subject matter learning with little distraction from
language/system learning.
Original language | English |
---|---|
Pages (from-to) | 455-459 |
Number of pages | 4 |
Journal | IEEE Transactions on Education |
Volume | 43 |
Issue number | 4 |
DOIs | |
Publication status | Published - Nov 2000 |
Bibliographical note
Copyright © 2000 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes or for creating new collective works for resale or redistribution to servers or lists, or to reuse any copyrighted component of this work in other works must be obtained from the IEEE.Keywords
- C++ class libraries
- image processing education
- image processing software