Simply3DScan
|
Classes | |
class | Arduino |
Class holding configuration to access an arduino More... | |
class | Camera |
Configuration of a camera More... | |
class | Config |
Class for accessing the configuration. More... | |
class | Coordinates |
X,Y,Z - coordinates More... | |
class | Filter |
class | Information |
Class holding the configuration information More... | |
class | Laser |
Configuration regarding a laser More... | |
class | Line |
Configuration of a line More... | |
class | Motor |
Configuration for motor More... | |
class | Places |
Path dependend configuration More... | |
class | Resolution |
Configuration of a scan resulution More... | |
class | Turntable |
Configuration of a turntable More... | |
Enumerations | |
enum | FileFormat { FileFormat.Ascii, FileFormat.Pcd } |
File output format More... | |
enum | GrayFilter { GrayFilter.BT709, GrayFilter.RMY, GrayFilter.Y } |
enum | Language { Language.Deutsch, Language.English } |
enum | Precision { Precision.Excellent = 1, Precision.Good = 2, Precision.Average = 3, Precision.BelowAverage = 4, Precision.Beasty = 5 } |
Information about the precision of a scan More... | |
Enumerator | |
---|---|
BT709 | |
RMY | |
Y |
Definition at line 3 of file GrayFilter.cs.
Enumerator | |
---|---|
Deutsch | |
English |
Definition at line 3 of file Language.cs.
Information about the precision of a scan
Enumerator | |
---|---|
Excellent |
excellent |
Good |
good |
Average |
average |
BelowAverage |
below average |
Beasty |
beasty |
Definition at line 6 of file Precision.cs.