|
static IEnumerable< ColorPoint3D > | ScanImage (int actualSteps, string imageFolder, int steps, ArduinoCommands arduino, CameraControl imaging, Information configuration) |
| Scans the image. More...
|
|
static void | MoveLaserToLeftStartPosition (ArduinoCommands arduino, CameraControl cameraControl, Information configuration) |
| Moves the laser to left start position. More...
|
|
static void | GetResolutonAndSteps (out int numberOfTotalSteps, Precision precision, out Resolution resolution, Information configuration) |
| Gets the resoluton and steps. More...
|
|
static string | ResetImageFolder (Information configuration) |
| Resets the image folder. More...
|
|
static void | SavePoints (Control control, IPointWriter writer, Information configuration) |
| Saves the points. More...
|
|
static void Simple3DScan.UI.SimpleScanBase.GetResolutonAndSteps |
( |
out int |
numberOfTotalSteps, |
|
|
Precision |
precision, |
|
|
out Resolution |
resolution, |
|
|
Information |
configuration |
|
) |
| |
|
staticprotected |
Gets the resoluton and steps.
- Parameters
-
numberOfTotalSteps | The number of total steps. |
precision | The precision. |
resolution | The resolution. |
configuration | The configuration. |
Initiates the writer.
- Parameters
-
arduino | The arduino. |
configuration | The configuration. |
writer | The writer. |
- Returns
Moves the laser to left start position.
- Parameters
-
arduino | The arduino. |
cameraControl | The camera control. |
configuration | The configuration. |
Performs the scan.
- Parameters
-
arduino | The arduino. |
cameraControl | The camera control. |
configuration | The configuration. |
numberOfTotalSteps | The number of total steps. |
resolution | The resolution. |
imageFolder | The image folder. |
writer | The writer. |
- Returns
static string Simple3DScan.UI.SimpleScanBase.ResetImageFolder |
( |
Information |
configuration | ) |
|
|
staticprotected |
Resets the image folder.
- Parameters
-
configuration | The configuration. |
- Returns
static void Simple3DScan.UI.SimpleScanBase.SavePoints |
( |
Control |
control, |
|
|
IPointWriter |
writer, |
|
|
Information |
configuration |
|
) |
| |
|
staticprotected |
Saves the points.
- Parameters
-
control | The control. |
writer | The writer. |
configuration | The configuration. |
Scans the image.
- Parameters
-
actualSteps | The actual steps. |
imageFolder | The image folder. |
steps | The steps. |
arduino | The arduino. |
imaging | The imaging. |
configuration | The configuration. |
- Returns
The arduino command connection
The configuration information
readonly BackgroundWorker Simple3DScan.UI.SimpleScanBase.ScanWorker = new BackgroundWorker() |
|
protected |
readonly Dictionary<string, string> Simple3DScan.UI.SimpleScanBase.VideoSources = new Dictionary<string, string>() |
|
protected |
The documentation for this class was generated from the following file: