![]() |
KSquare Utilities
|
#include <MorphOpSobel.h>
Inheritance diagram for KKB::MorphOpSobel:Public Member Functions | |
| MorphOpSobel () | |
| ~MorphOpSobel (void) | |
| virtual OperationType | Operation () const |
| virtual RasterPtr | PerformOperation (Raster const *_image) |
Public Member Functions inherited from KKB::MorphOp | |
| MorphOp () | |
| virtual | ~MorphOp () |
| OperationType | OperationTypeFromStr (const KKB::KKStr &_operationStr) |
| KKB::KKStr | OperationTypeToStr (OperationType _operation) |
Definition at line 18 of file MorphOpSobel.h.
| MorphOpSobel::MorphOpSobel | ( | ) |
Definition at line 23 of file MorphOpSobel.cpp.
| MorphOpSobel::~MorphOpSobel | ( | void | ) |
Definition at line 29 of file MorphOpSobel.cpp.
|
inlinevirtual |
Implements KKB::MorphOp.
Definition at line 25 of file MorphOpSobel.h.
References KKB::MorphOp::SobelEdgeDetection.
Implements KKB::MorphOp.
Definition at line 62 of file MorphOpSobel.cpp.
References KKB::Raster::Color(), KKB::Raster::CreateGrayScaleKLT(), and KKB::MorphOp::SetSrcRaster().
Referenced by KKB::Raster::SobelEdgeDetector().