Go to the documentation of this file.
6#ifndef iipr_CCaliperParamsComp_included
7#define iipr_CCaliperParamsComp_included
27 I_ASSIGN(m_weightThresholdAttrPtr,
"WeightThreshold",
"Threshold of edge strength in range (0, 1)",
true, 0.1);
28 I_ASSIGN(m_polarityModeAttrPtr,
"PolarityMode",
"Mode of polarity, 0 - reised, 1 - dropped, 2 - any",
true,
PM_ALL);
29 I_ASSIGN(m_directionModeAttrPtr,
"DirectionMode",
"Mode of direction, 0 - forward, 1 - backwards",
true,
DM_FORWARD);
37 I_ATTR(
double, m_weightThresholdAttrPtr);
38 I_ATTR(
int, m_polarityModeAttrPtr);
39 I_ATTR(
int, m_directionModeAttrPtr);
Base class for component implementation.
void OnComponentCreated() override
icomp::CComponentBase BaseClass
@ PM_ALL
Any polarity will be accepted.
Common class for all classes which objects can be archived or restored from archive.
Contains the image processing classes.
© Witold Gantzke and Kirill Lepskiy