JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
tutorial4.C File Reference
#include <jevois/Core/Module.H>
#include <jevois/Image/RawImageOps.H>
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <future>
Include dependency graph for tutorial4.C:

Go to the source code of this file.

Classes

class  TutorialEdgeDetectionX4
 

Functions

 JEVOIS_DECLARE_PARAMETER (thresh1, double, "First threshold for hysteresis", 20.0, ParamCateg)
 
 JEVOIS_DECLARE_PARAMETER (thresh2, double, "Second threshold for hysteresis", 60.0, ParamCateg)
 
 JEVOIS_DECLARE_PARAMETER (aperture, int, "Aperture size for the Sobel operator", 3, ParamCateg)
 
 JEVOIS_DECLARE_PARAMETER (l2grad, bool, "Use more accurate L2 gradient norm if true, L1 if false", false, ParamCateg)
 
 JEVOIS_DECLARE_PARAMETER (thresh1delta, double, "First threshold delta over threads", 50.0, ParamCateg)
 
 JEVOIS_DECLARE_PARAMETER (thresh2delta, double, "Second threshold delta over threads", 50.0, ParamCateg)
 
 JEVOIS_REGISTER_MODULE (TutorialEdgeDetectionX4)
 

Function Documentation

◆ JEVOIS_DECLARE_PARAMETER() [1/6]

JEVOIS_DECLARE_PARAMETER ( aperture  ,
int  ,
"Aperture size for the Sobel operator"  ,
,
ParamCateg   
)

◆ JEVOIS_DECLARE_PARAMETER() [2/6]

JEVOIS_DECLARE_PARAMETER ( l2grad  ,
bool  ,
"Use more accurate L2 gradient norm if  true,
L1 if false"  ,
false  ,
ParamCateg   
)

◆ JEVOIS_DECLARE_PARAMETER() [3/6]

JEVOIS_DECLARE_PARAMETER ( thresh1  ,
double  ,
"First threshold for hysteresis"  ,
20.  0,
ParamCateg   
)

◆ JEVOIS_DECLARE_PARAMETER() [4/6]

JEVOIS_DECLARE_PARAMETER ( thresh1delta  ,
double  ,
"First threshold delta over threads"  ,
50.  0,
ParamCateg   
)

◆ JEVOIS_DECLARE_PARAMETER() [5/6]

JEVOIS_DECLARE_PARAMETER ( thresh2  ,
double  ,
"Second threshold for hysteresis"  ,
60.  0,
ParamCateg   
)

◆ JEVOIS_DECLARE_PARAMETER() [6/6]

JEVOIS_DECLARE_PARAMETER ( thresh2delta  ,
double  ,
"Second threshold delta over threads"  ,
50.  0,
ParamCateg   
)

◆ JEVOIS_REGISTER_MODULE()

JEVOIS_REGISTER_MODULE ( TutorialEdgeDetectionX4  )