#include <ByteImage.h>
Inheritance diagram for ByteImage::
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) |
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.
|
Creates an image with the specified name without allocating space for the image data. Definition at line 18 of file ByteImage.h. |
|
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. |