A software system for laboratory experiments in image processing

  • Authors:
  • J. A. Robinson

  • Affiliations:
  • Fac. of Eng. & Appl. Sci., Memorial Univ. of Newfoundland, St. John's, Nfld., Canada

  • Venue:
  • IEEE Transactions on Education
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

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.