![]() |
KSquare Utilities
|
#include <MorphOpDilation.h>
Inheritance diagram for KKB::MorphOpDilation:Public Member Functions | |
| MorphOpDilation (StructureType _structure, kkuint16 _structureSize) | |
| virtual | ~MorphOpDilation () |
| kkint32 | MemoryConsumedEstimated () |
| virtual OperationType | Operation () const |
| virtual RasterPtr | PerformOperation (RasterConstPtr _image) |
Public Member Functions inherited from KKB::MorphOpStruct | |
| MorphOpStruct (StructureType _structure, kkuint16 _structureSize) | |
| virtual | ~MorphOpStruct () |
| void | BackgroundCountTH (kkint32 _backgroundCountTH) |
| void | ForegroundCountTH (kkint32 _foregroundCountTH) |
| kkint32 | MemoryConsumedEstimated () |
Public Member Functions inherited from KKB::MorphOp | |
| MorphOp () | |
| virtual | ~MorphOp () |
| OperationType | OperationTypeFromStr (const KKB::KKStr &_operationStr) |
| KKB::KKStr | OperationTypeToStr (OperationType _operation) |
| virtual RasterPtr | PerformOperation (Raster const *_image)=0 |
Definition at line 24 of file MorphOpDilation.h.
| MorphOpDilation::MorphOpDilation | ( | StructureType | _structure, |
| kkuint16 | _structureSize | ||
| ) |
Definition at line 22 of file MorphOpDilation.cpp.
References KKB::MorphOpStruct::MorphOpStruct().
Referenced by KKB::Raster::Dilation().
|
virtual |
Definition at line 31 of file MorphOpDilation.cpp.
| kkint32 MorphOpDilation::MemoryConsumedEstimated | ( | ) |
Definition at line 37 of file MorphOpDilation.cpp.
|
inlinevirtual |
Reimplemented from KKB::MorphOpStruct.
Definition at line 33 of file MorphOpDilation.h.
References KKB::MorphOp::Dilation.
|
virtual |
Implements KKB::MorphOpStruct.
Definition at line 45 of file MorphOpDilation.cpp.
References KKB::MorphOp::BackgroundPixel(), KKB::MorphOp::ForegroundPixel(), KKB::Raster::ForegroundPixelCount(), KKB::Raster::Green(), KKB::MorphOpStruct::HitForegroundCount(), KKB::Raster::Raster(), KKB::MorphOp::SetSrcRaster(), KKB::MorphOp::srcGreen, KKB::MorphOp::srcHeight, KKB::MorphOp::srcRaster, and KKB::MorphOp::srcWidth.
Referenced by KKB::Raster::Dilation().