Line 38... |
Line 38... |
38 |
}
|
38 |
}
|
39 |
|
39 |
|
40 |
// List pattern modes
|
40 |
// List pattern modes
|
41 |
ui->algorithmComboBox->addItem("Gray Coding", "GrayCode");
|
41 |
ui->algorithmComboBox->addItem("Gray Coding", "GrayCode");
|
42 |
ui->algorithmComboBox->addItem("Gray Coding Horizontal+Vertical", "GrayCodeHorzVert");
|
42 |
ui->algorithmComboBox->addItem("Gray Coding Horizontal+Vertical", "GrayCodeHorzVert");
|
- |
|
43 |
ui->algorithmComboBox->addItem("Gray Coding Max-intensity", "GrayCodeMax");
|
43 |
ui->algorithmComboBox->addItem("Phase Shifting 2 frequency heterodyne", "PhaseShiftTwoFreq");
|
44 |
ui->algorithmComboBox->addItem("Phase Shifting 2 frequency heterodyne", "PhaseShiftTwoFreq");
|
44 |
ui->algorithmComboBox->addItem("Phase Shifting 3 frequency", "PhaseShiftThreeFreq");
|
45 |
ui->algorithmComboBox->addItem("Phase Shifting 3 frequency", "PhaseShiftThreeFreq");
|
45 |
ui->algorithmComboBox->addItem("Line Shift", "LineShift");
|
46 |
ui->algorithmComboBox->addItem("Line Shift", "LineShift");
|
46 |
|
47 |
|
47 |
// Set all elements to current application settings
|
48 |
// Set all elements to current application settings
|