Visual Servoing Platform
version 3.6.1 under development (2024-11-21)
|
Public Member Functions | |
SoftwareArguments () | |
int | parseArgs (const int argc, const char *argv[]) |
SoftwareArguments () | |
int | parseArgs (const int argc, const char *argv[]) |
SoftwareArguments () | |
SoftwareArguments () | |
int | parseArgs (const int argc, const char *argv[]) |
Public Attributes | |
bool | m_useDisplay |
unsigned int | m_nbStepsWarmUp |
unsigned int | m_N |
double | m_maxDistanceForLikelihood |
double | m_ampliMaxX |
double | m_ampliMaxY |
double | m_ampliMaxTheta |
long | m_seedPF |
int | m_nbThreads |
unsigned int | m_nbSteps |
double | m_dt |
double | m_sigmaRange |
double | m_sigmaElevAngle |
double | m_stdevAircraftVelocity |
double | m_radar_X |
double | m_radar_Y |
double | m_gt_X_init |
double | m_gt_Y_init |
double | m_gt_vX_init |
double | m_gt_vY_init |
double | m_ampliMaxVx |
double | m_ampliMaxVy |
std::string | m_img |
bool | m_gradientOutsideClass |
bool | m_useVpImageFilterCanny |
bool | m_saveEdgeList |
int | m_gaussianKernelSize |
int | m_apertureSize |
vpImageFilter::vpCannyFilteringAndGradientType | m_filteringType |
float | m_gaussianStdev |
float | m_lowerThresh |
float | m_upperThresh |
float | m_lowerThreshRatio |
float | m_upperThreshRatio |
vpImageFilter::vpCannyBackendType | m_backend |
double | m_ampliMaxZ |
double | m_ampliMaxOmega |
Static Public Attributes | |
static const int | SOFTWARE_CONTINUE = 42 |
[Markers_class]
[CLI]
Definition at line 592 of file pf-nonlinear-complex-example.cpp.
|
inline |
Definition at line 607 of file pf-nonlinear-complex-example.cpp.
|
inline |
Definition at line 352 of file pf-nonlinear-example.cpp.
|
inline |
Definition at line 65 of file tutorial-canny.cpp.
|
inline |
Definition at line 370 of file tutorial-pf.cpp.
|
inline |
Definition at line 619 of file pf-nonlinear-complex-example.cpp.
|
inline |
Definition at line 376 of file pf-nonlinear-example.cpp.
References vpMath::rad().
|
inline |
Definition at line 384 of file tutorial-pf.cpp.
double SoftwareArguments::m_ampliMaxOmega |
Amplitude max of the noise for the state component corresponding to the pulsation.
Definition at line 366 of file tutorial-pf.cpp.
double SoftwareArguments::m_ampliMaxTheta |
Amplitude max of the noise for the state component corresponding to the heading.
Definition at line 603 of file pf-nonlinear-complex-example.cpp.
double SoftwareArguments::m_ampliMaxVx |
Amplitude max of the noise for the state component corresponding to the velocity along the X-axis.
Definition at line 347 of file pf-nonlinear-example.cpp.
double SoftwareArguments::m_ampliMaxVy |
Amplitude max of the noise for the state component corresponding to the velocity along the Y-axis.
Definition at line 348 of file pf-nonlinear-example.cpp.
double SoftwareArguments::m_ampliMaxX |
Amplitude max of the noise for the state component corresponding to the X coordinate.
Definition at line 601 of file pf-nonlinear-complex-example.cpp.
double SoftwareArguments::m_ampliMaxY |
Amplitude max of the noise for the state component corresponding to the Y coordinate.
Definition at line 602 of file pf-nonlinear-complex-example.cpp.
double SoftwareArguments::m_ampliMaxZ |
Amplitude max of the noise for the state component corresponding to the Z coordinate.
Definition at line 365 of file tutorial-pf.cpp.
int SoftwareArguments::m_apertureSize |
Definition at line 56 of file tutorial-canny.cpp.
vpImageFilter::vpCannyBackendType SoftwareArguments::m_backend |
Definition at line 63 of file tutorial-canny.cpp.
double SoftwareArguments::m_dt |
Definition at line 332 of file pf-nonlinear-example.cpp.
vpImageFilter::vpCannyFilteringAndGradientType SoftwareArguments::m_filteringType |
Definition at line 57 of file tutorial-canny.cpp.
int SoftwareArguments::m_gaussianKernelSize |
Definition at line 55 of file tutorial-canny.cpp.
float SoftwareArguments::m_gaussianStdev |
Definition at line 58 of file tutorial-canny.cpp.
bool SoftwareArguments::m_gradientOutsideClass |
Definition at line 52 of file tutorial-canny.cpp.
double SoftwareArguments::m_gt_vX_init |
Definition at line 340 of file pf-nonlinear-example.cpp.
double SoftwareArguments::m_gt_vY_init |
Definition at line 341 of file pf-nonlinear-example.cpp.
double SoftwareArguments::m_gt_X_init |
Definition at line 338 of file pf-nonlinear-example.cpp.
double SoftwareArguments::m_gt_Y_init |
Definition at line 339 of file pf-nonlinear-example.cpp.
std::string SoftwareArguments::m_img |
Definition at line 51 of file tutorial-canny.cpp.
float SoftwareArguments::m_lowerThresh |
Definition at line 59 of file tutorial-canny.cpp.
float SoftwareArguments::m_lowerThreshRatio |
Definition at line 61 of file tutorial-canny.cpp.
double SoftwareArguments::m_maxDistanceForLikelihood |
The maximum allowed distance between a particle and the measurement, leading to a likelihood equal to 0..
Definition at line 600 of file pf-nonlinear-complex-example.cpp.
unsigned int SoftwareArguments::m_N |
The number of particles.
Definition at line 599 of file pf-nonlinear-complex-example.cpp.
unsigned int SoftwareArguments::m_nbSteps |
Number of steps for the main loop.
Definition at line 331 of file pf-nonlinear-example.cpp.
unsigned int SoftwareArguments::m_nbStepsWarmUp |
Number of steps for the warmup phase.
Definition at line 597 of file pf-nonlinear-complex-example.cpp.
int SoftwareArguments::m_nbThreads |
Number of thread to use in the Particle Filter.
Definition at line 605 of file pf-nonlinear-complex-example.cpp.
double SoftwareArguments::m_radar_X |
Definition at line 336 of file pf-nonlinear-example.cpp.
double SoftwareArguments::m_radar_Y |
Definition at line 337 of file pf-nonlinear-example.cpp.
bool SoftwareArguments::m_saveEdgeList |
Definition at line 54 of file tutorial-canny.cpp.
long SoftwareArguments::m_seedPF |
Seed for the random generators of the PF.
Definition at line 604 of file pf-nonlinear-complex-example.cpp.
double SoftwareArguments::m_sigmaElevAngle |
Definition at line 334 of file pf-nonlinear-example.cpp.
double SoftwareArguments::m_sigmaRange |
Definition at line 333 of file pf-nonlinear-example.cpp.
double SoftwareArguments::m_stdevAircraftVelocity |
Definition at line 335 of file pf-nonlinear-example.cpp.
float SoftwareArguments::m_upperThresh |
Definition at line 60 of file tutorial-canny.cpp.
float SoftwareArguments::m_upperThreshRatio |
Definition at line 62 of file tutorial-canny.cpp.
bool SoftwareArguments::m_useDisplay |
If true, activate the plot and the renderer if VISP_HAVE_DISPLAY is defined.
Definition at line 596 of file pf-nonlinear-complex-example.cpp.
bool SoftwareArguments::m_useVpImageFilterCanny |
Definition at line 53 of file tutorial-canny.cpp.
|
static |
Definition at line 595 of file pf-nonlinear-complex-example.cpp.