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

ByteImage Class Reference

#include <ByteImage.h>

Inheritance diagram for ByteImage::

Image List of all members.

Public Methods

 ByteImage (char *name="")
 ByteImage (int w, int h, char *name="")
ByteImage& operator &= (const ByteImage &img)
ByteImage& operator|= (const ByteImage &img)
ByteImage& operator^= (const ByteImage &img)
ByteImage& operator! (void)
ByteImage& operator= (Image< byte > &img)

Detailed Description

Implements data structures and functions for manipulating binary images.
Examples:

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

Definition at line 14 of file ByteImage.h.


Constructor & Destructor Documentation

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

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

Definition at line 18 of file ByteImage.h.

ByteImage::ByteImage ( 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 21 of file ByteImage.h.


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