zxhproj v 2.2
zxhproj

zxhImageProcessBaseT< PixelTypeIn, PixelTypeOut > Class Template Reference

zxhImageProcessBase.cpp More...

#include <zxhImageProcessBase.h>

Inheritance diagram for zxhImageProcessBaseT< PixelTypeIn, PixelTypeOut >:
zxhImageProcessConvoluteT< PixelTypeIn, PixelTypeOut > zxhImageProcessGaussianT< PixelTypeIn, PixelTypeOut > zxhImageProcessPhaseT< PixelTypeIn, PixelTypeOut >

List of all members.

Public Member Functions

 zxhImageProcessBaseT ()
 m_pImage is input image, m_pProcessImage is the output result
 zxhImageProcessBaseT (zxhImageDataT< PixelTypeIn > *pin, zxhImageDataT< PixelTypeOut > *pout)
virtual bool Evaluate ()=0
virtual void SetImage (zxhImageDataT< PixelTypeIn > *pin, zxhImageDataT< PixelTypeOut > *pout)
virtual zxhImageDataT
< PixelTypeIn > * 
GetImageInPut ()
virtual zxhImageDataT
< PixelTypeOut > * 
GetImageOutput ()

Protected Attributes

zxhImageDataT< PixelTypeIn > * m_pImage
zxhImageDataT< PixelTypeOut > * m_pProcessImage
 the resultant image

Detailed Description

template<class PixelTypeIn = PixelTypeDefault, class PixelTypeOut = PixelTypeDefault>
class zxhImageProcessBaseT< PixelTypeIn, PixelTypeOut >

zxhImageProcessBase.cpp


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs