#include <ncutImage.h>
Inheritance diagram for ncut::BSIImage:
Public Member Functions | |
unsigned long | nSeg () const |
Get the number of segments of the images. | |
int | load (const char *filename, unsigned long modNum=0) |
Load the BSI image file "filename". | |
BSIImage () | |
BSIImage empty constructor. | |
BSIImage (const BSIImage &clone) | |
BSIImage copy constructor. | |
BSIImage (const char *filename, unsigned long &modNum) | |
A BSIImage can be constructed using a BSI image stored on disk. | |
virtual | ~BSIImage () |
&BSIImage destructor. | |
virtual BSIImage & | operator= (const BSIImage &clone) |
BSIImage assignment operator. | |
Protected Attributes | |
unsigned long | nSeg_ |
BSIImage
adds BSI-specific load and functionality to its base class Image
. It also provides information about the number of segments and the maximum label number stored.
|
BSIImage empty constructor. Creates an empty image with width=height=channels=0. |
|
BSIImage copy constructor.
|
|
A BSIImage can be constructed using a BSI image stored on disk.
BSIImage from the BSI image located at filename and optionally adds the constant modNum to all labels in the BSI image to avoid duplicate labels in a sequence of BSI images. |
|
Load the BSI image file "filename".
filename and optionally adds the constant modNum to all labels in the BSI image to avoid duplicate labels in a sequence of BSI images. |
|
Get the number of segments of the images.
|
|
BSIImage assignment operator.
|
|
The number of segments in this BSI image |