Main Page Modules Class Hierarchy Compound List File List Compound Members Related Pages Examples
FloatKernel Member List
This is the complete list of members for FloatKernel, including all inherited members.
- avg()
- clearImage(const T val)
- closeWindow()
- crop(int x1, int y1, int x2, int y2)
- destroyImage()
- dev()
- FloatKernel(char *name="")
[inline]
- FloatKernel(int w, int h, char *name="")
[inline]
- getHeight() const
[inline]
- getKernelType()
[inline]
- getName()
[inline]
- getPixels()
[inline]
- getSize()
[inline]
- getWidth() const
[inline]
- height
[protected]
- Image(char *name="")
- Image(int w, int h, char *name="")
- Image(const Image< T > &)
- img_name
[protected]
- Kernel(char *name="")
[inline]
- Kernel(int w, int h, char *name="")
[inline]
- makeDoG(float sigma, float ratio)
- makeDoG(float sigma, float aspect, float orientation, float ratio)
- makeEvenSized(void)
- makeGabor(float sigma, float aspect, float orientation, float lambda, float phase)
- makeGauss(float sigma)
- makeGauss(float sigma, float aspect, float orientation)
- makeImage(int w, int h)
- makeLoG(float sigma)
- makeLoG(float sigma, float aspect, float orientation)
- makeRectangularPulse(float max_amplitude, int support)
- makeTriangularPulse(float max_amplitude, int support)
- max()
- min()
- operator *=(const T val)
- operator *=(const Image< T > &img)
- operator!=(const Image< T > &img)
- operator()(int i)
[inline]
- operator+=(const T val)
- operator+=(const Image< T > &img)
- operator-=(const T val)
- operator-=(const Image< T > &img)
- operator=(const Image< T > &img)
- operator=(const T val)
- operator==(const Image< T > &img)
- operator[](int i)
[inline]
- pad(int w, int h, PADDING_TYPE p)
- pixels
[protected]
- readImage(char *name)
[inline]
- readKernel(char *name)
[inline]
- readKernelCoeffs(char *name)
- setName(const char *name)
- setPixels(int w, int h, T *data)
- showImage()
[inline]
- showKernel()
[inline]
- width
[protected]
- writeImage()
[inline]
- writeImage(char *name)
[inline]
- writeKernel()
[inline]
- writeKernelCoeffs(char *name, char *comment)
- ~Image()
[virtual]