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