JeVoisBase  1.21
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
Loading...
Searching...
No Matches
DemoSaliency Member List

This is the complete list of members for DemoSaliency, 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
Component(std::string const &instance)jevois::Component
DemoSaliency(std::string const &instance)DemoSaliencyinline
descriptor() constjevois::Component
descriptor() constjevois::Component
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(bool doit)jevois::Component
freezeAllParams(bool doit)jevois::Component
freezeParam(std::string const &paramdescriptor, bool doit)jevois::Component
freezeParam(std::string const &paramdescriptor, bool doit)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
getStamp() constjevois::StdModuleprotected
getSubComponent(std::string const &instance) constjevois::Component
getSubComponent(std::string const &instance) constjevois::Component
initialized() constjevois::Component
initialized() constjevois::Component
instanceName() constjevois::Component
instanceName() constjevois::Component
isTopLevel() constjevois::Component
isTopLevel() constjevois::Component
itsKFDemoSaliencyprotected
itsSaliencyDemoSaliencyprotected
itsTimerDemoSaliencyprotected
JEVOIS_DECLARE_PARAMETER(serstyle, SerStyle, "Style for standardized serial messages as defined in " "http://jevois.org/doc/UserSerialStyle.html", SerStyle::Terse, SerStyle_Values, ParamCateg)jevois::StdModule
JEVOIS_DECLARE_PARAMETER(serprec, unsigned int, "Number of decimal points in standardized serial messages as " "defined in http://jevois.org/doc/UserSerialStyle.html", 0U, jevois::Range< unsigned int >(0U, 10U), ParamCateg)jevois::StdModule
JEVOIS_DECLARE_PARAMETER(serstamp, SerStamp, "Prepend standardized serial messages with a frame number, " "time, frame+time, or frame+date+time. See details in " "http://jevois.org/doc/UserSerialStyle.html", SerStamp::None, SerStamp_Values, ParamCateg)jevois::StdModule
JEVOIS_DECLARE_PARAMETER(sermark, SerMark, "Send serial message to mark the beginning (MARK START) of the " "processing of a video frame from the camera sensor, the end (MARK STOP), or both. " "Useful, among others, if one needs to know when no results were sent over serial " "on a given frame. Combine with parameter serstamp if you need to know the frame number.", SerMark::None, SerMark_Values, ParamCateg)jevois::StdModule
JEVOIS_DEFINE_ENUM_CLASS(SerStyle,(Terse)(Normal)(Detail)(Fine))jevois::StdModule
JEVOIS_DEFINE_ENUM_CLASS(SerStamp,(None)(Frame)(Time)(FrameTime)(FrameDateTime))jevois::StdModule
JEVOIS_DEFINE_ENUM_CLASS(SerMark,(None)(Start)(Stop)(Both))jevois::StdModule
Module(std::string const &instance)jevois::Module
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
parseSerial(std::string const &str, std::shared_ptr< UserInterface > s)jevois::Modulevirtual
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::InputFrame &&inframe, jevois::OutputFrame &&outframe) overrideDemoSaliencyinlinevirtual
jevois::StdModule::process(InputFrame &&inframe)jevois::Modulevirtual
jevois::StdModule::process(InputFrame &&inframe, GUIhelper &helper)jevois::Modulevirtual
removeDynamicParameter(std::string const &name, bool throw_if_not_found=true)jevois::Component
removeDynamicParameter(std::string const &name, bool throw_if_not_found=true)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
sendSerial(std::string const &str)jevois::Modulevirtual
sendSerialContour2D(unsigned int camw, unsigned int camh, std::vector< cv::Point_< T > > points, std::string const &id="", std::string const &extra="")jevois::StdModule
sendSerialImg1Dx(unsigned int camw, float x, float size=0.0F, std::string const &id="", std::string const &extra="")jevois::StdModule
sendSerialImg1Dy(unsigned int camh, float y, float size=0.0F, std::string const &id="", std::string const &extra="")jevois::StdModule
sendSerialImg2D(unsigned int camw, unsigned int camh, float x, float y, float w=0.0F, float h=0.0F, std::string const &id="", std::string const &extra="")jevois::StdModule
sendSerialMarkStart()jevois::StdModuleprotected
sendSerialMarkStop()jevois::StdModuleprotected
sendSerialObjDetImg2D(unsigned int camw, unsigned int camh, float x, float y, float w, float h, std::vector< ObjReco > const &res)jevois::StdModule
sendSerialObjDetImg2D(unsigned int camw, unsigned int camh, ObjDetect const &det)jevois::StdModule
sendSerialObjReco(std::vector< ObjReco > const &res)jevois::StdModule
sendSerialStd1Dx(float x, float size=0.0F, std::string const &id="", std::string const &extra="")jevois::StdModule
sendSerialStd1Dy(float y, float size=0.0F, std::string const &id="", std::string const &extra="")jevois::StdModule
sendSerialStd2D(float x, float y, float w=0.0F, float h=0.0F, std::string const &id="", std::string const &extra="")jevois::StdModule
sendSerialStd3D(float x, float y, float z, float w=0.0F, float h=0.0F, float d=0.0F, float q1=0.0F, float q2=0.0F, float q3=0.0f, float q4=0.0F, std::string const &id="", std::string const &extra="")jevois::StdModule
sendSerialStd3D(std::vector< cv::Point3f > points, std::string const &id="", std::string const &extra="")jevois::StdModule
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
StdModule(std::string const &instance)jevois::StdModule
supportedCommands(std::ostream &os)jevois::Modulevirtual
~Component()jevois::Componentvirtual
~DemoSaliency()DemoSaliencyinlinevirtual
~Module()jevois::Modulevirtual
~ParameterRegistry()jevois::ParameterRegistryvirtual
~StdModule()jevois::StdModulevirtual