Helper class allowing to find perspective calibration using list of nominal and found positions.
More...
|
virtual bool | ProcessImage (const iprm::IParamsSet *paramsPtr, const iimg::IBitmap &inputImage, iimg::IBitmap &outputImage) const |
|
BackgroundFillMode | GetBackgroundMode (const iprm::IParamsSet *paramsPtr) const |
|
iimg::IBitmap::PixelFormat | GetOutputPixelFormat (const iprm::IParamsSet *paramsPtr) const |
|
AoiMode | GetAoiMode (const iprm::IParamsSet *paramsPtr) const |
|
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.
|
|
|
enum | AoiMode { AM_INPUT_PIXELS
, AM_OUTPUT_PIXELS
} |
| Describes modes of AOI interpretation. More...
|
|
enum | BackgroundFillMode { BFM_NONE
, BFM_RESET
, BFM_UNCHANGED
, BFM_INPUT
} |
| Describes modes for out-of-AOI background fill. More...
|
|
typedef iproc::CSyncProcessorCompBase | BaseClass |
|
typedef ilog::CLoggerComponentBase | BaseClass |
|
typedef iproc::TSyncProcessorWrap< Base > | BaseClass2 |
|
typedef Interface | InterfaceType |
|
enum | MessageId { MI_BAD_DEPENDENCY = 0x8a340
} |
|
typedef Base | BaseClass |
|
typedef ilog::CLoggerBase | BaseClass2 |
|
typedef Base | BaseClass |
|
virtual iproc::CTaskState | DoProcessing (const iprm::IParamsSet *paramsPtr, const istd::IPolymorphic *inputPtr, istd::IChangeable *outputPtr, bool allowAsync=false, iproc::IProgressManager *progressManagerPtr=nullptr) override |
|
| 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 |
|
QSet< int > | m_onceMessageIds |
|
Helper class allowing to find perspective calibration using list of nominal and found positions.
Definition at line 25 of file CImageIntegralProcessorComp.h.