![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Extracts NxN points grid from no distorted checkerboard. More...
#include <CCheckerboardPointGridExtractorComp.h>
Public Types | |
typedef iproc::TSyncProcessorCompBase< iipr::IImageToFeatureProcessor > | BaseClass |
![]() | |
typedef ilog::CLoggerComponentBase | BaseClass |
typedef iproc::TSyncProcessorWrap< iipr::IImageToFeatureProcessor > | BaseClass2 |
typedef iipr::IImageToFeatureProcessor | InterfaceType |
![]() | |
enum | MessageId { MI_BAD_DEPENDENCY = 0x8a340 } |
typedef Base | BaseClass |
typedef ilog::CLoggerBase | BaseClass2 |
![]() | |
typedef iipr::IImageToFeatureProcessor | BaseClass |
![]() | |
enum | MessageId { MI_BAD_PARAMS = 0x16372620 , MI_PROCESSING_ERROR } |
enum | ProcessorState { PS_UNKNOWN , PS_INITIALIZATION , PS_READY , PS_INVALID } |
State of processing. More... | |
Public Member Functions | |
virtual iproc::CTaskState | DoExtractFeatures (const iprm::IParamsSet *paramsPtr, const iimg::IBitmap &image, IFeaturesConsumer &results, iproc::IProgressManager *progressManagerPtr=nullptr) override |
Specialization of processing interface for extraction of features from image. | |
virtual iproc::CTaskState | DoProcessing (const iprm::IParamsSet *paramsPtr, const istd::IPolymorphic *inputPtr, istd::IChangeable *outputPtr, bool allowAsync=false, iproc::IProgressManager *progressManagerPtr=nullptr) override |
Do synchronized processing. | |
![]() | |
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. | |
![]() | |
![]() | |
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 |
![]() | |
![]() |
Additional Inherited Members | |
![]() | |
virtual 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 |
![]() | |
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. | |
![]() | |
![]() | |
QSet< int > | m_onceMessageIds |
Extracts NxN points grid from no distorted checkerboard.
Definition at line 20 of file CCheckerboardPointGridExtractorComp.h.
iproc::TSyncProcessorCompBase<iipr::IImageToFeatureProcessor> iipr::CCheckerboardPointGridExtractorComp::BaseClass |
Definition at line 23 of file CCheckerboardPointGridExtractorComp.h.
|
overridevirtual |
Specialization of processing interface for extraction of features from image.
Implements iipr::IImageToFeatureProcessor.
|
overridevirtual |
Do synchronized processing.
paramsPtr | pointer to parameter object. Pointed object can be used till task is finished. It can be nullptr . |
inputPtr | optional input object typically being source object used to processing. Pointed object can be used till task is finished. It can be nullptr . |
outputPtr | optional output object storing processing result. Pointed object can be used till task is finished. It can be nullptr , but typically it means that there is nothing to do. |
allowAsync | If true, than asynchronously implementation is preferred and allowed. |
Implements iproc::IProcessor.
© Witold Gantzke and Kirill Lepskiy