9 #ifndef UI_HELP_WINDOW_H 10 #define UI_HELP_WINDOW_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QAction> 14 #include <QtWidgets/QApplication> 15 #include <QtWidgets/QButtonGroup> 16 #include <QtWidgets/QDialog> 17 #include <QtWidgets/QDialogButtonBox> 18 #include <QtWidgets/QHeaderView> 19 #include <QtWidgets/QTabWidget> 20 #include <QtWidgets/QTextBrowser> 21 #include <QtWidgets/QVBoxLayout> 22 #include <QtWidgets/QWidget> 47 if (HelpWindow->objectName().isEmpty())
48 HelpWindow->setObjectName(QStringLiteral(
"HelpWindow"));
49 HelpWindow->resize(640, 480);
50 verticalLayout =
new QVBoxLayout(HelpWindow);
51 verticalLayout->setObjectName(QStringLiteral(
"verticalLayout"));
52 tabWidget =
new QTabWidget(HelpWindow);
53 tabWidget->setObjectName(QStringLiteral(
"tabWidget"));
54 tab_shortcuts =
new QWidget();
55 tab_shortcuts->setObjectName(QStringLiteral(
"tab_shortcuts"));
56 verticalLayout_5 =
new QVBoxLayout(tab_shortcuts);
57 verticalLayout_5->setObjectName(QStringLiteral(
"verticalLayout_5"));
58 textBrowser =
new QTextBrowser(tab_shortcuts);
59 textBrowser->setObjectName(QStringLiteral(
"textBrowser"));
61 verticalLayout_5->addWidget(textBrowser);
63 tabWidget->addTab(tab_shortcuts, QString());
64 tab_input_data_processing =
new QWidget();
65 tab_input_data_processing->setObjectName(QStringLiteral(
"tab_input_data_processing"));
66 verticalLayout_2 =
new QVBoxLayout(tab_input_data_processing);
67 verticalLayout_2->setObjectName(QStringLiteral(
"verticalLayout_2"));
68 textBrowser_input_data_processing =
new QTextBrowser(tab_input_data_processing);
69 textBrowser_input_data_processing->setObjectName(QStringLiteral(
"textBrowser_input_data_processing"));
71 verticalLayout_2->addWidget(textBrowser_input_data_processing);
73 tabWidget->addTab(tab_input_data_processing, QString());
74 tab_registration =
new QWidget();
75 tab_registration->setObjectName(QStringLiteral(
"tab_registration"));
76 verticalLayout_3 =
new QVBoxLayout(tab_registration);
77 verticalLayout_3->setObjectName(QStringLiteral(
"verticalLayout_3"));
78 textBrowser_registration =
new QTextBrowser(tab_registration);
79 textBrowser_registration->setObjectName(QStringLiteral(
"textBrowser_registration"));
81 verticalLayout_3->addWidget(textBrowser_registration);
83 tabWidget->addTab(tab_registration, QString());
84 tab_integration =
new QWidget();
85 tab_integration->setObjectName(QStringLiteral(
"tab_integration"));
86 verticalLayout_4 =
new QVBoxLayout(tab_integration);
87 verticalLayout_4->setObjectName(QStringLiteral(
"verticalLayout_4"));
88 textBrowser_integration =
new QTextBrowser(tab_integration);
89 textBrowser_integration->setObjectName(QStringLiteral(
"textBrowser_integration"));
91 verticalLayout_4->addWidget(textBrowser_integration);
93 tabWidget->addTab(tab_integration, QString());
95 verticalLayout->addWidget(tabWidget);
97 buttonBox_close =
new QDialogButtonBox(HelpWindow);
98 buttonBox_close->setObjectName(QStringLiteral(
"buttonBox_close"));
99 buttonBox_close->setStandardButtons(QDialogButtonBox::Close);
101 verticalLayout->addWidget(buttonBox_close);
105 QObject::connect(buttonBox_close, SIGNAL(accepted()), HelpWindow, SLOT(accept()));
106 QObject::connect(buttonBox_close, SIGNAL(rejected()), HelpWindow, SLOT(reject()));
108 tabWidget->setCurrentIndex(0);
111 QMetaObject::connectSlotsByName(HelpWindow);
116 HelpWindow->setWindowTitle(QApplication::translate(
"HelpWindow",
"Help", 0));
117 textBrowser->setHtml(QApplication::translate(
"HelpWindow",
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n" 118 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" 119 "p, li { white-space: pre-wrap; }\n" 120 "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n" 121 "<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" 122 "<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" 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;\">1</span> Shows the unprocessed input data.</p>\n" 124 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">" 125 "<span style=\" font-weight:600;\">2</span> Shows the processed input data.</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;\">3</span> Registers new data to the first scan continuously.</p>\n" 127 "<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" 128 "<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" 129 "<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" 130 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0" 131 "px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">0</span> Resets the scanning pipeline.</p>\n" 132 "<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" 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;\">Visualization</span></p>\n" 134 "<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" 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;\">c</span> Resets the camera.</p>\n" 136 "<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" 137 "lor, visibility-confidence.</p>\n" 138 "<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>", 0));
139 tabWidget->setTabText(tabWidget->indexOf(tab_shortcuts), QApplication::translate(
"HelpWindow",
"Shortcuts", 0));
140 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" 141 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" 142 "p, li { white-space: pre-wrap; }\n" 143 "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n" 144 "<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" 145 "<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" 146 "<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" 147 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0p" 148 "x; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n" 149 "<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" 150 "<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" 151 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">"Eats away" additional pixels at the borders. The size is the number of removed pixels. Disabled with a size of 0.</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;\"><span style=\" font-weight:600;\">Color segmentation:" 155 "<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" 156 "<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" 157 "<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" 158 "<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" 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; font-weight:600;\"><br /></p>\n" 160 "<p style=\" margin-top:0px; margin-" 161 "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" 162 "<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" 163 "<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" 164 "<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" 165 "<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" 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" 168 "<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" 169 "<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" 170 "<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>", 0));
171 tabWidget->setTabText(tabWidget->indexOf(tab_input_data_processing), QApplication::translate(
"HelpWindow",
"Input data processing", 0));
172 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" 173 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" 174 "p, li { white-space: pre-wrap; }\n" 175 "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n" 176 "<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" 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; font-weight:600;\"><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;\">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" 179 "ess is the mean squared euclidean distance between corresponding points.</p>\n" 180 "<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" 181 "<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" 182 "<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" 183 "<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" 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-b" 186 "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" 187 "<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" 188 "<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" 189 "<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" 190 "<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" 192 "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" 193 "<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" 194 "<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" 195 "<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" 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; mar" 198 "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" 199 "<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" 200 "<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" 201 "<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" 202 "<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 " 203 "the angle between the normals is bigger than this threshold. Set in degrees.</p></body></html>", 0));
204 tabWidget->setTabText(tabWidget->indexOf(tab_registration), QApplication::translate(
"HelpWindow",
"Registration", 0));
205 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" 206 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n" 207 "p, li { white-space: pre-wrap; }\n" 208 "</style></head><body style=\" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;\">\n" 209 "<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" 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;\"><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;\">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" 212 " in the mesh. A point is removed if it has not been observed from a minimum number of directions.</p>\n" 213 "<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" 214 "<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" 215 "<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" 216 "<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" 217 "<p style=\"-qt-paragraph-type:empty; marg" 218 "in-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n" 219 "<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" 220 "<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" 221 "<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" 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; font-weight:600;\"><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;\"><span " 224 "style=\" font-weight:600;\">Max age:</span></p>\n" 225 "<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" 226 "<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" 227 "<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" 228 "<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" 229 "<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" 230 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px" 231 "; 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>", 0));
232 tabWidget->setTabText(tabWidget->indexOf(tab_integration), QApplication::translate(
"HelpWindow",
"Integration", 0));
243 #endif // UI_HELP_WINDOW_H void retranslateUi(QDialog *HelpWindow)
QVBoxLayout * verticalLayout_4
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
QDialogButtonBox * buttonBox_close
QVBoxLayout * verticalLayout_5
QVBoxLayout * verticalLayout_3
QWidget * tab_integration