14 #include <QCoreApplication>
18 #if defined(CV_WINDOWS)
26 : QDialog(parent, Qt::WindowMaximizeButtonHint | Qt::WindowCloseButtonHint),
27 Ui::ContourExtractorDlg(),
33 connect(nextPushButton, &QAbstractButton::clicked, &
m_loop,
36 connect(skipPushButton, &QAbstractButton::clicked,
this,
38 nextPushButton->setFocus();
63 viewFrame->setLayout(
new QHBoxLayout);
69 float pixSize = std::max(
80 return skipPushButton->isChecked();
99 QCoreApplication::processEvents();
103 QString message,
bool waitForUserConfirmation ) {
105 messageLabel->setText(message);
112 QCoreApplication::processEvents();
118 if (autoCheckBox->isChecked()) {
120 #if defined(CV_WINDOWS)
123 usleep(defaultDelay_ms * 1000);
static Vector3Tpl fromArray(const int a[3])
Constructor from an int array.
Hierarchical CLOUDVIEWER Object.
Vector3Tpl< T > getDiagVec() const
Returns diagonal vector.
Vector3Tpl< T > getCenter() const
Returns center.
void Sleep(int milliseconds)
constexpr Rgb black(0, 0, 0)
constexpr Rgb white(MAX, MAX, MAX)
ecvColor::Rgbub backgroundCol
Background color.
ecvColor::Rgbub textDefaultCol
Default text color.
bool displayCross
Display cross in the middle of the screen.
bool colorScaleUseShader
Whether to use shader for color scale display (if available) or not.
bool decimateMeshOnMove
Decimate meshes when moved.
bool drawBackgroundGradient
Use background gradient.
ecvColor::Rgbub pointsDefaultCol
Default 3D points color.