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

This is the complete list of members for DetectionDNN, 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
descriptor() constjevois::Component
descriptor() constjevois::Component
DetectionDNN(std::string const &instance)DetectionDNNinline
engine() constjevois::Component
engine() 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()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
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
itsClassesDetectionDNNprotected
itsNetDetectionDNNprotected
itsOutLayersDetectionDNNprotected
itsOutLayerTypeDetectionDNNprotected
itsOutNamesDetectionDNNprotected
JEVOIS_DECLARE_PARAMETER(classnames, std::string, "Path to a text file with names of classes to label detected objects", JEVOIS_SHARE_PATH "/opencv-dnn/detection/opencv_face_detector.classes", ParamCateg)DetectionDNNrelated
JEVOIS_DECLARE_PARAMETER(configname, std::string, "Path to a text file that contains network configuration. " "Can have extension .prototxt (Caffe), .pbtxt (TensorFlow), or .cfg (Darknet).", JEVOIS_SHARE_PATH "/opencv-dnn/detection/opencv_face_detector.prototxt", ParamCateg)DetectionDNNrelated
JEVOIS_DECLARE_PARAMETER(modelname, std::string, "Path to a binary file of model contains trained weights. " "Can have extension .caffemodel (Caffe), .pb (TensorFlow), .t7 or .net (Torch), " "or .weights (Darknet).", JEVOIS_SHARE_PATH "/opencv-dnn/detection/opencv_face_detector.caffemodel", ParamCateg)DetectionDNNrelated
JEVOIS_DECLARE_PARAMETER(netin, cv::Size, "Width and height (in pixels) of the neural network input layer, or [0 0] " "to make it match camera frame size. NOTE: for YOLO v3 sizes must be multiples of 32.", cv::Size(160, 120), ParamCateg)DetectionDNNrelated
JEVOIS_DECLARE_PARAMETER(thresh, float, "Detection threshold in percent confidence", 50.0F, jevois::Range< float >(0.0F, 100.0F), ParamCateg)DetectionDNNrelated
JEVOIS_DECLARE_PARAMETER(nms, float, "Non-maximum suppression intersection-over-union threshold in percent", 45.0F, jevois::Range< float >(0.0F, 100.0F), ParamCateg)DetectionDNNrelated
JEVOIS_DECLARE_PARAMETER(rgb, bool, "When true, model works with RGB input images instead BGR ones", true, ParamCateg)DetectionDNNrelated
JEVOIS_DECLARE_PARAMETER(scale, float, "Value scaling factor applied to input pixels", 2.0F/255.0F, ParamCateg)DetectionDNNrelated
JEVOIS_DECLARE_PARAMETER(mean, cv::Scalar, "Mean BGR value subtracted from input image", cv::Scalar(127.5F, 127.5F, 127.5F), ParamCateg)DetectionDNNrelated
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_WITH_CALLBACK(model, Model, "Shortcut parameter to load a model. This sets parameters " "classnames, configname, modelname, etc for the selected network. When " "the selected model is Custom, those other parameters will be set instead " "from the module's params.cfg config file.", Model::Custom, Model_Values, ParamCateg)DetectionDNNrelated
JEVOIS_DEFINE_ENUM_CLASS(Model,(Custom)(Face)(MobileNetSSDvoc)(MobileNetSSDcoco)(MobileNet2SSDcoco)(TinyYOLOv3)(TinyYOLOv2))DetectionDNNrelated
jevois::StdModule::JEVOIS_DEFINE_ENUM_CLASS(SerStyle,(Terse)(Normal)(Detail)(Fine)) JEVOIS_DECLARE_PARAMETER(serstylejevois::StdModule
jevois::StdModule::JEVOIS_DEFINE_ENUM_CLASS(SerStamp,(None)(Frame)(Time)(FrameTime)(FrameDateTime)) JEVOIS_DECLARE_PARAMETER(serstampjevois::StdModule
jevois::StdModule::JEVOIS_DEFINE_ENUM_CLASS(SerMark,(None)(Start)(Stop)(Both)) JEVOIS_DECLARE_PARAMETER(sermarkjevois::StdModule
load()DetectionDNNinline
Module(std::string const &instance)jevois::Module
onParamChange(model const &, Model const &val) overrideDetectionDNNinline
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
postprocess(cv::Mat const &frame, std::vector< cv::Mat > const &outs, jevois::RawImage *outframe=nullptr)DetectionDNNinline
postUninit()jevois::Componentprotectedvirtual
postUninit()jevois::Componentprotectedvirtual
preInit()jevois::Componentprotectedvirtual
preInit()jevois::Componentprotectedvirtual
preUninit()jevois::Componentprotectedvirtual
preUninit()jevois::Componentprotectedvirtual
process(jevois::InputFrame &&inframe) overrideDetectionDNNinlinevirtual
process(jevois::InputFrame &&inframe, jevois::OutputFrame &&outframe) overrideDetectionDNNinlinevirtual
jevois::StdModule::process(InputFrame &&inframe, GUIhelper &helper)jevois::Modulevirtual
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
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
unFreezeAllParams()jevois::Component
unFreezeAllParams()jevois::Component
unFreezeParam(std::string const &paramdescriptor)jevois::Component
unFreezeParam(std::string const &paramdescriptor)jevois::Component
~Component()jevois::Componentvirtual
~DetectionDNN()DetectionDNNinlinevirtual
~Module()jevois::Modulevirtual
~ParameterRegistry()jevois::ParameterRegistryvirtual
~StdModule()jevois::StdModulevirtual