ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
qRANSAC_SD_Commands.h File Reference
#include <ecvGenericMesh.h>
#include <ecvMesh.h>
#include "ecvCommandLineInterface.h"
#include "qRANSAC_SD.h"
#include <QDir>
Include dependency graph for qRANSAC_SD_Commands.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CommandRANSAC
 

Variables

constexpr char COMMAND_RANSAC [] = "RANSAC"
 
constexpr char EPSILON_ABSOLUTE [] = "EPSILON_ABSOLUTE"
 
constexpr char EPSILON_PERCENTAGE_OF_SCALE [] = "EPSILON_PERCENTAGE_OF_SCALE"
 
constexpr char BITMAP_EPSILON_PERCENTAGE_OF_SCALE []
 
constexpr char BITMAP_EPSILON_ABSOLUTE [] = "BITMAP_EPSILON_ABSOLUTE"
 
constexpr char SUPPORT_POINTS [] = "SUPPORT_POINTS"
 
constexpr char MAX_NORMAL_DEV [] = "MAX_NORMAL_DEV"
 
constexpr char PROBABILITY [] = "PROBABILITY"
 
constexpr char ENABLE_PRIMITIVE [] = "ENABLE_PRIMITIVE"
 
constexpr char OUT_CLOUD_DIR [] = "OUT_CLOUD_DIR"
 
constexpr char OUT_MESH_DIR [] = "OUT_MESH_DIR"
 
constexpr char OUT_PAIR_DIR [] = "OUT_PAIR_DIR"
 
constexpr char OUT_GROUP_DIR [] = "OUT_GROUP_DIR"
 
constexpr char OUT_RANDOM_COLOR [] = "OUT_RANDOM_COLOR"
 
constexpr char OUTPUT_INDIVIDUAL_PRIMITIVES [] = "OUTPUT_INDIVIDUAL_PRIMITIVES"
 
constexpr char OUTPUT_INDIVIDUAL_SUBCLOUDS [] = "OUTPUT_INDIVIDUAL_SUBCLOUDS"
 
constexpr char OUTPUT_INDIVIDUAL_PAIRED_CLOUD_PRIMITIVE []
 
constexpr char OUTPUT_GROUPED [] = "OUTPUT_GROUPED"
 
constexpr char PRIM_PLANE [] = "PLANE"
 
constexpr char PRIM_SPHERE [] = "SPHERE"
 
constexpr char PRIM_CYLINDER [] = "CYLINDER"
 
constexpr char PRIM_CONE [] = "CONE"
 
constexpr char PRIM_TORUS [] = "TORUS"
 

Variable Documentation

◆ BITMAP_EPSILON_ABSOLUTE

constexpr char BITMAP_EPSILON_ABSOLUTE[] = "BITMAP_EPSILON_ABSOLUTE"
constexpr

Definition at line 27 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ BITMAP_EPSILON_PERCENTAGE_OF_SCALE

constexpr char BITMAP_EPSILON_PERCENTAGE_OF_SCALE[]
constexpr
Initial value:
=
"BITMAP_EPSILON_PERCENTAGE_OF_SCALE"

Definition at line 25 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ COMMAND_RANSAC

constexpr char COMMAND_RANSAC[] = "RANSAC"
constexpr

◆ ENABLE_PRIMITIVE

constexpr char ENABLE_PRIMITIVE[] = "ENABLE_PRIMITIVE"
constexpr

Definition at line 31 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ EPSILON_ABSOLUTE

constexpr char EPSILON_ABSOLUTE[] = "EPSILON_ABSOLUTE"
constexpr

Definition at line 23 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ EPSILON_PERCENTAGE_OF_SCALE

constexpr char EPSILON_PERCENTAGE_OF_SCALE[] = "EPSILON_PERCENTAGE_OF_SCALE"
constexpr

Definition at line 24 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ MAX_NORMAL_DEV

constexpr char MAX_NORMAL_DEV[] = "MAX_NORMAL_DEV"
constexpr

Definition at line 29 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ OUT_CLOUD_DIR

constexpr char OUT_CLOUD_DIR[] = "OUT_CLOUD_DIR"
constexpr

Definition at line 32 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ OUT_GROUP_DIR

constexpr char OUT_GROUP_DIR[] = "OUT_GROUP_DIR"
constexpr

Definition at line 35 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ OUT_MESH_DIR

constexpr char OUT_MESH_DIR[] = "OUT_MESH_DIR"
constexpr

Definition at line 33 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ OUT_PAIR_DIR

constexpr char OUT_PAIR_DIR[] = "OUT_PAIR_DIR"
constexpr

Definition at line 34 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ OUT_RANDOM_COLOR

constexpr char OUT_RANDOM_COLOR[] = "OUT_RANDOM_COLOR"
constexpr

Definition at line 36 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ OUTPUT_GROUPED

constexpr char OUTPUT_GROUPED[] = "OUTPUT_GROUPED"
constexpr

Definition at line 41 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ OUTPUT_INDIVIDUAL_PAIRED_CLOUD_PRIMITIVE

constexpr char OUTPUT_INDIVIDUAL_PAIRED_CLOUD_PRIMITIVE[]
constexpr
Initial value:
=
"OUTPUT_INDIVIDUAL_PAIRED_CLOUD_PRIMITIVE"

Definition at line 39 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ OUTPUT_INDIVIDUAL_PRIMITIVES

constexpr char OUTPUT_INDIVIDUAL_PRIMITIVES[] = "OUTPUT_INDIVIDUAL_PRIMITIVES"
constexpr

Definition at line 37 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ OUTPUT_INDIVIDUAL_SUBCLOUDS

constexpr char OUTPUT_INDIVIDUAL_SUBCLOUDS[] = "OUTPUT_INDIVIDUAL_SUBCLOUDS"
constexpr

Definition at line 38 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ PRIM_CONE

constexpr char PRIM_CONE[] = "CONE"
constexpr

Definition at line 46 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ PRIM_CYLINDER

constexpr char PRIM_CYLINDER[] = "CYLINDER"
constexpr

Definition at line 45 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ PRIM_PLANE

constexpr char PRIM_PLANE[] = "PLANE"
constexpr

Definition at line 43 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ PRIM_SPHERE

constexpr char PRIM_SPHERE[] = "SPHERE"
constexpr

Definition at line 44 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ PRIM_TORUS

constexpr char PRIM_TORUS[] = "TORUS"
constexpr

Definition at line 47 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ PROBABILITY

constexpr char PROBABILITY[] = "PROBABILITY"
constexpr

Definition at line 30 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().

◆ SUPPORT_POINTS

constexpr char SUPPORT_POINTS[] = "SUPPORT_POINTS"
constexpr

Definition at line 28 of file qRANSAC_SD_Commands.h.

Referenced by CommandRANSAC::process().