JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
Saliency Member List

This is the complete list of members for Saliency, including all inherited members.

absolutePath(std::filesystem::path const &path="")jevois::Component
absolutePath(std::filesystem::path const &path="")jevois::Component
addDynamicParameter(std::string const &name, std::string const &description, T const &defaultValue, ParameterCategory const &category)jevois::Component
addDynamicParameter(std::string const &name, std::string const &description, T const &defaultValue, ValidValuesSpec< T > const &validValuesSpec, ParameterCategory const &category)jevois::Component
addDynamicParameter(std::string const &name, std::string const &description, T const &defaultValue, ParameterCategory const &category)jevois::Component
addDynamicParameter(std::string const &name, std::string const &description, T const &defaultValue, ValidValuesSpec< T > const &validValuesSpec, ParameterCategory const &category)jevois::Component
addParameter(ParameterBase *const param)jevois::ParameterRegistryprotected
addSubComponent(std::string const &instance, Args &&...args)jevois::Component
addSubComponent(std::string const &instance, Args &&...args)jevois::Component
callbackInitCall()jevois::ParameterRegistryprotected
className() constjevois::Component
className() constjevois::Component
colorSaliency
Component(std::string const &instance)jevois::Component
descriptor() constjevois::Component
descriptor() constjevois::Component
drawGist(jevois::RawImage &img, unsigned char const *gist, size_t gistsize, unsigned int xoff, unsigned int yoff, unsigned int width, unsigned int scale)Saliencyrelated
drawMap(jevois::RawImage &img, env_image const *fmap, unsigned int xoff, unsigned int yoff, unsigned int scale)Saliencyrelated
drawMap(jevois::RawImage &img, env_image const *fmap, unsigned int xoff, unsigned int yoff, unsigned int scale, unsigned int bitshift)Saliencyrelated
engine() constjevois::Component
engine() constjevois::Component
flickerSaliency
foreachParam(std::function< void(std::string const &compname, ParameterBase *p)> func, std::string const &cname="")jevois::Component
foreachParam(std::function< void(std::string const &compname, ParameterBase *p)> func, std::string const &cname="")jevois::Component
freezeAllParams()jevois::Component
freezeAllParams()jevois::Component
freezeParam(std::string const &paramdescriptor)jevois::Component
freezeParam(std::string const &paramdescriptor)jevois::Component
getParamString(std::string const &paramdescriptor) constjevois::Component
getParamString(std::string const &paramdescriptor) constjevois::Component
getParamStringUnique(std::string const &paramdescriptor) constjevois::Component
getParamStringUnique(std::string const &paramdescriptor) constjevois::Component
getParamVal(std::string const &paramdescriptor) constjevois::Component
getParamVal(std::string const &paramdescriptor) constjevois::Component
getParamValUnique(std::string const &paramdescriptor) constjevois::Component
getParamValUnique(std::string const &paramdescriptor) constjevois::Component
getSaliencyMax(int &x, int &y, intg32 &value)Saliency
getSubComponent(std::string const &instance) constjevois::Component
getSubComponent(std::string const &instance) constjevois::Component
gistSaliency
gist_sizeSaliency
inhibitionOfReturn(int const x, int const y, float const sigma)Saliency
initialized() constjevois::Component
initialized() constjevois::Component
instanceName() constjevois::Component
instanceName() constjevois::Component
intensSaliency
isTopLevel() constjevois::Component
isTopLevel() constjevois::Component
JEVOIS_DECLARE_PARAMETER(cweight, byte, "Color channel weight", 255, ParamCateg)Saliencyrelated
JEVOIS_DECLARE_PARAMETER(iweight, byte, "Intensity channel weight", 255, ParamCateg)Saliencyrelated
JEVOIS_DECLARE_PARAMETER(oweight, byte, "Orientation channel weight", 255, ParamCateg)Saliencyrelated
JEVOIS_DECLARE_PARAMETER(fweight, byte, "Flicker channel weight", 255, ParamCateg)Saliencyrelated
JEVOIS_DECLARE_PARAMETER(mweight, byte, "Motion channel weight", 255, ParamCateg)Saliencyrelated
JEVOIS_DECLARE_PARAMETER(centermin, size_t, "Lowest (finest) of the 3 center scales", 2, ParamCateg)Saliencyrelated
JEVOIS_DECLARE_PARAMETER(deltamin, size_t, "Lowest (finest) of the 2 center-surround delta scales", 3, ParamCateg)Saliencyrelated
JEVOIS_DECLARE_PARAMETER(smscale, size_t, "Scale of the saliency map", 4, ParamCateg)Saliencyrelated
JEVOIS_DECLARE_PARAMETER(mthresh, byte, "Motion threshold", 0, ParamCateg)Saliencyrelated
JEVOIS_DECLARE_PARAMETER(fthresh, byte, "Flicker threshold", 0, ParamCateg)Saliencyrelated
JEVOIS_DECLARE_PARAMETER(msflick, bool, "Use multiscale flicker computation", false, ParamCateg)Saliencyrelated
motionSaliency
oriSaliency
paramInfo(std::shared_ptr< UserInterface > s, std::map< std::string, std::string > &categs, bool skipFrozen, std::string const &cname="", std::string const &pfx="")jevois::Componentvirtual
paramInfo(std::shared_ptr< UserInterface > s, std::map< std::string, std::string > &categs, bool skipFrozen, std::string const &cname="", std::string const &pfx="")jevois::Componentvirtual
postInit()jevois::Componentprotectedvirtual
postInit()jevois::Componentprotectedvirtual
postUninit()jevois::Componentprotectedvirtual
postUninit()jevois::Componentprotectedvirtual
preInit()jevois::Componentprotectedvirtual
preInit()jevois::Componentprotectedvirtual
preUninit()jevois::Componentprotectedvirtual
preUninit()jevois::Componentprotectedvirtual
process(jevois::RawImage const &input, bool do_gist)Saliency
process(cv::Mat const &input, bool do_gist)Saliency
removeDynamicParameter(std::string const &name)jevois::Component
removeDynamicParameter(std::string const &name)jevois::Component
removeParameter(ParameterBase *const param)jevois::ParameterRegistryprotected
removeSubComponent(std::shared_ptr< Comp > &component)jevois::Component
removeSubComponent(std::string const &instance, bool warnIfNotFound=true)jevois::Component
removeSubComponent(std::shared_ptr< Comp > &component)jevois::Component
removeSubComponent(std::string const &instance, bool warnIfNotFound=true)jevois::Component
Saliency(std::string const &instance)Saliency
salmapSaliency
setDynamicParameterCallback(std::string const &name, std::function< void(T const &)> cb, bool callnow=true)jevois::Component
setDynamicParameterCallback(std::string const &name, std::function< void(T const &)> cb, bool callnow=true)jevois::Component
setParamsFromFile(std::string const &filename)jevois::Component
setParamsFromFile(std::string const &filename)jevois::Component
setParamsFromStream(std::istream &is, std::string const &absfile)jevois::Component
setParamsFromStream(std::istream &is, std::string const &absfile)jevois::Component
setParamString(std::string const &paramdescriptor, std::string const &val)jevois::Component
setParamString(std::string const &paramdescriptor, std::string const &val)jevois::Component
setParamStringUnique(std::string const &paramdescriptor, std::string const &val)jevois::Component
setParamStringUnique(std::string const &paramdescriptor, std::string const &val)jevois::Component
setParamVal(std::string const &paramdescriptor, T const &val)jevois::Component
setParamVal(std::string const &paramdescriptor, T const &val)jevois::Component
setParamValUnique(std::string const &paramdescriptor, T const &val)jevois::Component
setParamValUnique(std::string const &paramdescriptor, T const &val)jevois::Component
setPath(std::string const &path)jevois::Component
setPath(std::string const &path)jevois::Component
unFreezeAllParams()jevois::Component
unFreezeAllParams()jevois::Component
unFreezeParam(std::string const &paramdescriptor)jevois::Component
unFreezeParam(std::string const &paramdescriptor)jevois::Component
waitUntilDoneWithInput() constSaliency
~Component()jevois::Componentvirtual
~ParameterRegistry()jevois::ParameterRegistryvirtual
~Saliency()Saliencyvirtual