Image Component Library (ICL)
icl::filter::LocalThresholdOp Member List
This is the complete list of members for icl::filter::LocalThresholdOp, including all inherited members.
adaptProperty(const std::string &name, const std::string &newType, const std::string &newInfo, const std::string &newToolTip)icl::utils::Configurable [virtual]
addChildConfigurable(Configurable *configurable, const std::string &childPrefix="")icl::utils::Configurable [protected]
addProperty(const std::string &name, const std::string &type, const std::string &info, const Any &value=Any(), const int volatileness=0, const std::string &tooltip=std::string())icl::utils::Configurable [protected]
algorithm enum nameicl::filter::LocalThresholdOp
apply(const core::ImgBase *src, core::ImgBase **dst)icl::filter::LocalThresholdOp [virtual]
icl::filter::UnaryOp::apply(const core::ImgBase *src)icl::filter::UnaryOp [virtual]
apply_a(const core::ImgBase *src, core::ImgBase **dst)icl::filter::LocalThresholdOp [private]
applyFromString(const std::string &definition, const core::ImgBase *src, core::ImgBase **dst)icl::filter::UnaryOp [static]
applyMT(const core::ImgBase *operand1, core::ImgBase **dst, unsigned int nThreads)icl::filter::UnaryOp [virtual]
call_callbacks(const std::string &propertyName, const Configurable *caller) const icl::utils::Configurable [protected]
Callback typedeficl::utils::Configurable
callbacksicl::utils::Configurable [protected]
Configurable(const std::string &ID="", bool ordered=true)icl::utils::Configurable [protected]
Configurable(const Configurable &other)icl::utils::Configurable
create_configurable(const std::string &classname)icl::utils::Configurable [static]
create_default_ID(const std::string &prefix)icl::utils::Configurable [static]
deactivateProperty(const std::string &pattern)icl::utils::Configurable
deleteDeactivationPattern(const std::string &pattern)icl::utils::Configurable
EMPTY_VECicl::utils::Configurable [static]
fromString(const std::string &definition)icl::filter::UnaryOp [static]
get(const std::string &id)icl::utils::Configurable [static]
get_registered_configurables()icl::utils::Configurable [static]
getAlgorithm() const icl::filter::LocalThresholdOp
getCheckOnly() const icl::filter::UnaryOp [inline]
getClipToROI() const icl::filter::UnaryOp [inline]
getConfigurableID() const icl::utils::Configurable [inline]
getFromStringSyntax(const std::string &opSpecifier)icl::filter::UnaryOp [static]
getGammaSlope() const icl::filter::LocalThresholdOp
getGlobalThreshold() const icl::filter::LocalThresholdOp
getMaskSize() const icl::filter::LocalThresholdOp
getPropertyInfo(const std::string &propertyName) const icl::utils::Configurable [inline, virtual]
getPropertyList() const icl::utils::Configurable [virtual]
getPropertyListWithoutDeactivated() const icl::utils::Configurable
getPropertyToolTip(const std::string &propertyName) const icl::utils::Configurable [inline, virtual]
getPropertyType(const std::string &propertyName) const icl::utils::Configurable [inline, virtual]
getPropertyValue(const std::string &propertyName) const icl::utils::Configurable [virtual]
getPropertyVolatileness(const std::string &propertyName) const icl::utils::Configurable [inline, virtual]
listFromStringOps()icl::filter::UnaryOp [static]
loadProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC)icl::utils::Configurable [virtual]
LocalThresholdOp(unsigned int maskSize=10, float globalThreshold=0, float gammaSlope=0)icl::filter::LocalThresholdOp
LocalThresholdOp(algorithm a, int maskSize=10, float globalThreshold=0, float gammaSlope=0)icl::filter::LocalThresholdOp
m_cmpicl::filter::LocalThresholdOp [private]
m_iiOpicl::filter::LocalThresholdOp [private]
m_poMTicl::filter::UnaryOp [protected]
m_roiBufDsticl::filter::LocalThresholdOp [private]
m_roiBufSrcicl::filter::LocalThresholdOp [private]
m_tiledBuf1icl::filter::LocalThresholdOp [private]
m_tiledBuf2icl::filter::LocalThresholdOp [private]
operator()(const core::ImgBase *src, core::ImgBase **dst)icl::filter::UnaryOp [inline]
operator()(const core::ImgBase *src)icl::filter::UnaryOp [inline]
operator()(const core::ImgBase &src)icl::filter::UnaryOp [inline]
icl::operator=(const UnaryOp &other)icl::filter::UnaryOp
icl::utils::Configurable::operator=(const Configurable &other)icl::utils::Configurable
prepare(core::ImgBase **ppoDst, core::depth eDepth, const utils::Size &imgSize, core::format eFormat, int nChannels, const utils::Rect &roi, utils::Time timestamp=utils::Time::null)icl::filter::UnaryOp [inline, protected]
prepare(core::ImgBase **ppoDst, const core::ImgBase *poSrc)icl::filter::UnaryOp [inline, protected, virtual]
prepare(core::ImgBase **ppoDst, const core::ImgBase *poSrc, core::depth eDepth)icl::filter::UnaryOp [inline, protected, virtual]
prop(const std::string &propertyName)icl::utils::Configurable [protected]
prop(const std::string &propertyName) const icl::utils::Configurable [protected]
regionMean enum valueicl::filter::LocalThresholdOp
register_configurable_type(const std::string &classname, Function< Configurable * > creator)icl::utils::Configurable [static]
registerCallback(const Callback &cb)icl::utils::Configurable [inline]
removeChildConfigurable(Configurable *configurable)icl::utils::Configurable [protected]
removedCallback(const Callback &cb)icl::utils::Configurable
saveProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) const icl::utils::Configurable [virtual]
setAlgorithm(algorithm a)icl::filter::LocalThresholdOp
setCheckOnly(bool bCheckOnly)icl::filter::UnaryOp [inline]
setClipToROI(bool bClipToROI)icl::filter::UnaryOp [inline]
setConfigurableID(const std::string &ID)icl::utils::Configurable
setGammaSlope(float gammaSlope)icl::filter::LocalThresholdOp
setGlobalThreshold(float globalThreshold)icl::filter::LocalThresholdOp
setMaskSize(unsigned int maskSize)icl::filter::LocalThresholdOp
setPropertyValue(const std::string &propertyName, const utils::Any &value)icl::filter::UnaryOp [virtual]
setup(unsigned int maskSize, float globalThreshold, algorithm a=regionMean, float gammaSlope=0)icl::filter::LocalThresholdOp
supportsProperty(const std::string &propertyName) const icl::utils::Configurable [virtual]
syncChangesTo(Configurable *others, int num=1)icl::utils::Configurable
tiledLIN enum valueicl::filter::LocalThresholdOp
tiledNN enum valueicl::filter::LocalThresholdOp
UnaryOp()icl::filter::UnaryOp
UnaryOp(const UnaryOp &other)icl::filter::UnaryOp
Uncopyable()icl::utils::Uncopyable [inline, protected]
~Configurable()icl::utils::Configurable [inline, virtual]
~LocalThresholdOp()icl::filter::LocalThresholdOp
~UnaryOp()icl::filter::UnaryOp [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines