Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   Related Pages   Examples  

IntImage Class Reference

#include <IntImage.h>

Inheritance diagram for IntImage::

Image List of all members.

Public Methods

 IntImage (char *name="")
 IntImage (int w, int h, char *name="")
IntImage& operator &= (const IntImage &img)
IntImage& operator|= (const IntImage &img)
IntImage& operator= (Image< int > &img)

Detailed Description

Implements data structures and functions for manipulating images whose gray levels are represented as integer values.
Examples:

test_conn_comp.cpp, test_conversion.cpp, test_dist_trans.cpp, test_morphop.cpp, and test_watershed.cpp.

Definition at line 12 of file IntImage.h.


Constructor & Destructor Documentation

IntImage::IntImage ( char * name = "" ) [inline]
 

Creates an image with the specified name without allocating space for the image data.

Definition at line 16 of file IntImage.h.

IntImage::IntImage ( int w,
int h,
char * name = "" ) [inline]
 

Creates an image of size wxh with the specified name and allocates space for storing the image data.

Definition at line 19 of file IntImage.h.


The documentation for this class was generated from the following files: