![]() |
zxhproj v 2.2
zxhproj
|
zxhImageProcessPhase.cpp More...
#include <zxhImageProcessPhase.h>
Public Member Functions | |
| virtual bool | Evaluate () |
|
virtual zxhImageDataT < PixelTypeOut > * | GetOrientationImages () |
| virtual zxhImageData * | GetMaskImage () |
|
virtual zxhImageDataT < PixelTypeOut > * | GetLogGaborFilteredImage () |
| virtual void | SetScale (float s) |
| virtual float | GetScale () |
Protected Member Functions | |
| virtual void | CreateUSMaskImage () |
Protected Attributes | |
| float | m_fScale |
| Pixel size scale, without consider image physical spacing. | |
| zxhImageDataT< PixelTypeOut > | m_aOrient [3] |
| zxhImageData | m_imgMask |
| zxhImageDataT< PixelTypeOut > | m_imgLogGabor |
zxhImageProcessPhase.cpp