![]() |
ICF 3.1.1.10
Technical documentation of ICF Libraries
|
Processor for image cropping. More...
#include <CMorphologicalProcessorComp.h>
Protected Member Functions | |
| virtual bool | ProcessImageRegion (const iimg::IBitmap &inputBitmap, const iprm::IParamsSet *paramsPtr, const i2d::IObject2d *aoiPtr, istd::IChangeable *outputPtr) const override |
| Process the defined image region. | |
| void | OnComponentCreated () override |
Protected Member Functions inherited from iipr::CImageRegionProcessorCompBase | |
Protected Member Functions inherited from ilog::TLoggerCompWrap< Base > | |
| void | DecorateMessage (istd::IInformationProvider::InformationCategory category, int id, int flags, QString &message, QString &messageSource) const override |
| Decorate message parts before outputting. | |
| void | OnComponentCreated () override |
| void | OnComponentDestroyed () override |
Protected Member Functions inherited from ilog::CLoggerBase | |
| bool | IsVerboseEnabled () const |
| Check if verbose messages are enabled. | |
| bool | SendVerboseMessage (const QString &message, const QString &messageSource=QString()) const |
| Send verbose message. | |
| bool | SendInfoMessage (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send info message to log. | |
| bool | SendWarningMessage (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send warning message to log. | |
| bool | SendErrorMessage (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send error message to log. | |
| bool | SendCriticalMessage (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send critical message to log. | |
| bool | SendInfoMessageOnce (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send once info message to log. | |
| bool | SendWarningMessageOnce (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send once warning message to log. | |
| bool | SendErrorMessageOnce (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send once error message to log. | |
| bool | SendCriticalMessageOnce (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send once critical message to log. | |
| bool | SendUserMessage (const istd::IInformationProvider *messagePtr) const |
| Send message with user object. | |
| bool | AllowMessageOnceAgain (int id) |
| Reset message lock. | |
| bool | IsLogConsumed (const istd::IInformationProvider::InformationCategory *categoryPtr=nullptr, const int *flagsPtr=nullptr) const override |
| Check if any log message is consumed. | |
| bool | SendLogMessage (istd::IInformationProvider::InformationCategory category, int id, const QString &message, const QString &messageSource, int flags=0) const override |
| Send any message to log. | |
Protected Member Functions inherited from istd::ILogger | |
Additional Inherited Members | |
Public Member Functions inherited from iipr::CImageRegionProcessorCompBase | |
| virtual iproc::CTaskState | DoProcessing (const iprm::IParamsSet *paramsPtr, const istd::IPolymorphic *inputPtr, istd::IChangeable *outputPtr, bool allowAsync=false, iproc::IProgressManager *progressManagerPtr=nullptr) override |
Public Member Functions inherited from ilog::CLoggerBase | |
| CLoggerBase () | |
| const QByteArray & | GetVerboseSenderId () const |
| Get sender ID for verbose messages. | |
| void | SetVerboseSenderId (const QByteArray &id) |
| Set sender ID for verbose messages. | |
| void | SetLogPtr (ilog::IMessageConsumer *logPtr) override |
| Install log. | |
| ilog::IMessageConsumer * | GetLogPtr () const override |
| Get log. | |
Public Member Functions inherited from ilog::ILoggable | |
Public Member Functions inherited from iproc::TSyncProcessorWrap< Base > | |
| TSyncProcessorWrap () | |
| int | GetProcessorState (const iprm::IParamsSet *paramsPtr) const override |
| bool | AreParamsAccepted (const iprm::IParamsSet *paramsPtr, const istd::IPolymorphic *inputPtr, const istd::IChangeable *outputPtr) const override |
| void | InitProcessor (const iprm::IParamsSet *paramsPtr, bool doReset) override |
Protected Attributes inherited from ilog::CLoggerBase | |
| QSet< int > | m_onceMessageIds |
Processor for image cropping.
Definition at line 50 of file CMorphologicalProcessorComp.h.
Definition at line 53 of file CMorphologicalProcessorComp.h.
| Enumerator | |
|---|---|
| KT_FIRST | |
| KT_RECT | |
| KT_CIRCLE | |
| KT_LAST | |
Definition at line 68 of file CMorphologicalProcessorComp.h.
| Enumerator | |
|---|---|
| PM_FIRST | |
| PM_EROSION | |
| PM_DILATATION | |
| PM_OPENING | |
| PM_CLOSING | |
| PM_WHITE_TOP_HAT | |
| PM_BLACK_TOP_HAT | |
| PM_MORPHO_GRADIENT | |
| PM_LAST | |
Definition at line 55 of file CMorphologicalProcessorComp.h.
|
overrideprotected |
|
overrideprotectedvirtual |
Process the defined image region.
Implements iipr::CImageRegionProcessorCompBase.
© Witold Gantzke and Kirill Lepskiy