#include <FloatImage.h>
Inheritance diagram for FloatImage::
Public Methods | |
FloatImage (char *name="") | |
FloatImage (int w, int h, char *name="") | |
FloatImage& | operator= (Image< float > &img) |
test_convol.cpp, test_edge.cpp, test_fft.cpp, test_fft2.cpp, test_timer.cpp, test_wavelet.cpp, and test_wavelet2.cpp.
Definition at line 12 of file FloatImage.h.
|
Creates an image with the specified name without allocating space for the image data. Definition at line 16 of file FloatImage.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 FloatImage.h. |