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

FloatImage Class Reference

#include <FloatImage.h>

Inheritance diagram for FloatImage::

Image List of all members.

Public Methods

 FloatImage (char *name="")
 FloatImage (int w, int h, char *name="")
FloatImage& operator= (Image< float > &img)

Detailed Description

Implements data structures and functions for manipulating images whose gray levels are represented as floating point values.
Examples:

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.


Constructor & Destructor Documentation

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

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

Definition at line 16 of file FloatImage.h.

FloatImage::FloatImage ( 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 19 of file FloatImage.h.


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