Point Cloud Library (PCL)  1.9.1
ui_help_window.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'help_window.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.11.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_HELP_WINDOW_H
10 #define UI_HELP_WINDOW_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QTabWidget>
17 #include <QtWidgets/QTextBrowser>
18 #include <QtWidgets/QVBoxLayout>
19 #include <QtWidgets/QWidget>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QVBoxLayout *verticalLayout;
27  QTabWidget *tabWidget;
28  QWidget *tab_shortcuts;
29  QVBoxLayout *verticalLayout_5;
30  QTextBrowser *textBrowser;
32  QVBoxLayout *verticalLayout_2;
34  QWidget *tab_registration;
35  QVBoxLayout *verticalLayout_3;
36  QTextBrowser *textBrowser_registration;
37  QWidget *tab_integration;
38  QVBoxLayout *verticalLayout_4;
39  QTextBrowser *textBrowser_integration;
40  QDialogButtonBox *buttonBox_close;
41 
42  void setupUi(QDialog *HelpWindow)
43  {
44  if (HelpWindow->objectName().isEmpty())
45  HelpWindow->setObjectName(QStringLiteral("HelpWindow"));
46  HelpWindow->resize(640, 480);
47  verticalLayout = new QVBoxLayout(HelpWindow);
48  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
49  tabWidget = new QTabWidget(HelpWindow);
50  tabWidget->setObjectName(QStringLiteral("tabWidget"));
51  tab_shortcuts = new QWidget();
52  tab_shortcuts->setObjectName(QStringLiteral("tab_shortcuts"));
53  verticalLayout_5 = new QVBoxLayout(tab_shortcuts);
54  verticalLayout_5->setObjectName(QStringLiteral("verticalLayout_5"));
55  textBrowser = new QTextBrowser(tab_shortcuts);
56  textBrowser->setObjectName(QStringLiteral("textBrowser"));
57 
58  verticalLayout_5->addWidget(textBrowser);
59 
60  tabWidget->addTab(tab_shortcuts, QString());
61  tab_input_data_processing = new QWidget();
62  tab_input_data_processing->setObjectName(QStringLiteral("tab_input_data_processing"));
63  verticalLayout_2 = new QVBoxLayout(tab_input_data_processing);
64  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
65  textBrowser_input_data_processing = new QTextBrowser(tab_input_data_processing);
66  textBrowser_input_data_processing->setObjectName(QStringLiteral("textBrowser_input_data_processing"));
67 
68  verticalLayout_2->addWidget(textBrowser_input_data_processing);
69 
70  tabWidget->addTab(tab_input_data_processing, QString());
71  tab_registration = new QWidget();
72  tab_registration->setObjectName(QStringLiteral("tab_registration"));
73  verticalLayout_3 = new QVBoxLayout(tab_registration);
74  verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
75  textBrowser_registration = new QTextBrowser(tab_registration);
76  textBrowser_registration->setObjectName(QStringLiteral("textBrowser_registration"));
77 
78  verticalLayout_3->addWidget(textBrowser_registration);
79 
80  tabWidget->addTab(tab_registration, QString());
81  tab_integration = new QWidget();
82  tab_integration->setObjectName(QStringLiteral("tab_integration"));
83  verticalLayout_4 = new QVBoxLayout(tab_integration);
84  verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
85  textBrowser_integration = new QTextBrowser(tab_integration);
86  textBrowser_integration->setObjectName(QStringLiteral("textBrowser_integration"));
87 
88  verticalLayout_4->addWidget(textBrowser_integration);
89 
90  tabWidget->addTab(tab_integration, QString());
91 
92  verticalLayout->addWidget(tabWidget);
93 
94  buttonBox_close = new QDialogButtonBox(HelpWindow);
95  buttonBox_close->setObjectName(QStringLiteral("buttonBox_close"));
96  buttonBox_close->setStandardButtons(QDialogButtonBox::Close);
97 
98  verticalLayout->addWidget(buttonBox_close);
99 
100 
101  retranslateUi(HelpWindow);
102  QObject::connect(buttonBox_close, SIGNAL(accepted()), HelpWindow, SLOT(accept()));
103  QObject::connect(buttonBox_close, SIGNAL(rejected()), HelpWindow, SLOT(reject()));
104 
105  tabWidget->setCurrentIndex(0);
106 
107 
108  QMetaObject::connectSlotsByName(HelpWindow);
109  } // setupUi
110 
111  void retranslateUi(QDialog *HelpWindow)
112  {
113  HelpWindow->setWindowTitle(QApplication::translate("HelpWindow", "Help", nullptr));
114  textBrowser->setHtml(QApplication::translate("HelpWindow", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
115 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
116 "p, li { white-space: pre-wrap; }\n"
117 "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
118 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Main processing pipeline.</span></p>\n"
119 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
120 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">1</span> Shows the unprocessed input data.</p>\n"
121 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">"
122  "<span style=\" font-weight:600;\">2</span> Shows the processed input data.</p>\n"
123 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">3</span> Registers new data to the first scan continuously.</p>\n"
124 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">4</span> Registers new data once and returns to showing the processed input data.</p>\n"
125 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">5</span> Shows the acquired model.</p>\n"
126 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">6</span> Removes all unfit points.</p>\n"
127 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0"
128  "px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">0</span> Resets the scanning pipeline.</p>\n"
129 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
130 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Visualization</span></p>\n"
131 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
132 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">c</span> Resets the camera.</p>\n"
133 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">k</span> Toggles the coloring between rgb, one co"
134  "lor, visibility-confidence.</p>\n"
135 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">s</span> Toggles the surface representation between points, wireframe and a closed surface.</p></body></html>", nullptr));
136  tabWidget->setTabText(tabWidget->indexOf(tab_shortcuts), QApplication::translate("HelpWindow", "Shortcuts", nullptr));
137  textBrowser_input_data_processing->setHtml(QApplication::translate("HelpWindow", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
138 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
139 "p, li { white-space: pre-wrap; }\n"
140 "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
141 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Crop coordinates: </span></p>\n"
142 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
143 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">All points outside of X - Y - Z - min / max are discarded. The unit is cm. The minimum values must be smaller than the maximum values. </p>\n"
144 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0p"
145  "x; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
146 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Erode size: </span></p>\n"
147 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
148 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">&quot;Eats away&quot; additional pixels at the borders. The size is the number of removed pixels. Disabled with a size of 0.</p>\n"
149 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
150 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Color segmentation:"
151  " </span></p>\n"
152 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
153 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Simple color segmentation in the HSV color space. Points inside of H - S - V min / max are discarded. H is between 0 and 360, S and V are between 0% and 100%. </p>\n"
154 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
155 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Dilate size: </span></p>\n"
156 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"><br /></p>\n"
157 "<p style=\" margin-top:0px; margin-"
158  "bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Dilates the color mask by a number of pixels. Disabled with a size of 0. </p>\n"
159 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
160 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Inverted: </span></p>\n"
161 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
162 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">The color values inside of H - S - V min / max are accepted instead of discarded. </p>\n"
163 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px"
164  ";\"><br /></p>\n"
165 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Enabled:</span></p>\n"
166 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
167 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Enables / disables the color segmentation.</p></body></html>", nullptr));
168  tabWidget->setTabText(tabWidget->indexOf(tab_input_data_processing), QApplication::translate("HelpWindow", "Input data processing", nullptr));
169  textBrowser_registration->setHtml(QApplication::translate("HelpWindow", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
170 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
171 "p, li { white-space: pre-wrap; }\n"
172 "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
173 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Epsilon: </span></p>\n"
174 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"><br /></p>\n"
175 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Convergence is detected when the change of the fitness between the current and previous iteration becomes smaller than the given epsilon (set in cm<span style=\" vertical-align:super;\">2</span>). The fitn"
176  "ess is the mean squared euclidean distance between corresponding points.</p>\n"
177 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
178 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Max iterations:</span></p>\n"
179 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"><br /></p>\n"
180 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">The registration fails if the number of iterations exceeds the maximum number of iterations.</p>\n"
181 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
182 "<p style=\" margin-top:0px; margin-b"
183  "ottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Min overlap:</span> </p>\n"
184 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
185 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">The registration fails at the state of convergence if the overlap between the model and data shape is smaller than a minimum overlap. The overlap is the fraction of correspondences (after rejection) to the initial number of data points.</p>\n"
186 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
187 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Max fitness: </span></p>\n"
188 "<p st"
189  "yle=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"><br /></p>\n"
190 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">The registration fails at the state of convergence if the fitness is bigger than this threshold (set in cm<span style=\" vertical-align:super;\">2</span>).</p>\n"
191 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
192 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Factor:</span></p>\n"
193 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
194 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; mar"
195  "gin-right:0px; -qt-block-indent:0; text-indent:0px;\">Correspondences are rejected if the squared distance is above a threshold. This threshold is initialized with infinity (all correspondences are accepted in the first iteration). The threshold of the next iterations is set to the fitness of the current iteration multiplied by the factor set by this method.</p>\n"
196 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
197 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Max angle:</span></p>\n"
198 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
199 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Correspondences are rejected if "
200  "the angle between the normals is bigger than this threshold. Set in degrees.</p></body></html>", nullptr));
201  tabWidget->setTabText(tabWidget->indexOf(tab_registration), QApplication::translate("HelpWindow", "Registration", nullptr));
202  textBrowser_integration->setHtml(QApplication::translate("HelpWindow", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
203 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
204 "p, li { white-space: pre-wrap; }\n"
205 "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
206 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Outlier rejection:</span> </p>\n"
207 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
208 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">In each merge step points that have not been observed again age by one iteration. Points that are observed again get an age of 0. Once a point reaches the maximum age it is decided if the point is removed or kept"
209  " in the mesh. A point is removed if it has not been observed from a minimum number of directions.</p>\n"
210 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"><br /></p>\n"
211 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Max squared distance:</span></p>\n"
212 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"><br /></p>\n"
213 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Corresponding points are averaged out if their distance is below a distance threshold. Else the points are added to the mesh as new vertices (Set in cm<span style=\" vertical-align:super;\">2</span>).</p>\n"
214 "<p style=\"-qt-paragraph-type:empty; marg"
215  "in-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
216 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Max angle:</span></p>\n"
217 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
218 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Corresponding points are only averaged out if the angle between the normals is smaller than an angle threshold (Set in degrees).</p>\n"
219 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"><br /></p>\n"
220 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span "
221  "style=\" font-weight:600;\">Max age:</span></p>\n"
222 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
223 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Once a point reaches the maximum age it is decided if the point is removed or kept in the mesh.</p>\n"
224 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;\"><br /></p>\n"
225 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Min directions:</span></p>\n"
226 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
227 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px"
228  "; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">A point is removed if it has not been observed from a minimum number of directions.</p></body></html>", nullptr));
229  tabWidget->setTabText(tabWidget->indexOf(tab_integration), QApplication::translate("HelpWindow", "Integration", nullptr));
230  } // retranslateUi
231 
232 };
233 
234 namespace Ui {
235  class HelpWindow: public Ui_HelpWindow {};
236 } // namespace Ui
237 
238 QT_END_NAMESPACE
239 
240 #endif // UI_HELP_WINDOW_H
void retranslateUi(QDialog *HelpWindow)
QVBoxLayout * verticalLayout_4
QTabWidget * tabWidget
QWidget * tab_input_data_processing
QVBoxLayout * verticalLayout
QTextBrowser * textBrowser
void setupUi(QDialog *HelpWindow)
QWidget * tab_registration
QTextBrowser * textBrowser_input_data_processing
QTextBrowser * textBrowser_integration
QVBoxLayout * verticalLayout_2
QTextBrowser * textBrowser_registration
QWidget * tab_shortcuts
QDialogButtonBox * buttonBox_close
QVBoxLayout * verticalLayout_5
QVBoxLayout * verticalLayout_3
QWidget * tab_integration