Class: OpenCV::IplImage

Inherits:
Object
  • Object
show all
Defined in:
ext/iplimage.cpp

Overview

IPL(Intel Image Processing Library) Image class.

IplImage is subclass of CvMat. IplImage support ROI(region of interest) and COI(color of interest). Most of CvMat method support ROI, and some of CvMat method support COI.

What is ROI?

region of interest.

What is COI?

color of interest.