Added link to a sample chessboard in CalibrationDialog

This commit is contained in:
Mathieu Labbe
2015-04-06 00:53:22 -04:00
parent 04b35b2adf
commit 19f59a8c60
2 changed files with 125 additions and 79 deletions

View File

@@ -63,7 +63,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>-354</y>
<width>737</width>
<height>982</height>
</rect>
@@ -1732,6 +1732,12 @@ when using the file type, logs are saved in LogRtabmap.txt (located in the worki
</item>
<item row="1" column="1">
<widget class="QPushButton" name="pushButton_calibrate">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Calibrate</string>
</property>
@@ -1749,6 +1755,12 @@ when using the file type, logs are saved in LogRtabmap.txt (located in the worki
</item>
<item row="2" column="1">
<widget class="QPushButton" name="pushButton_test_rgbd_camera">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Test</string>
</property>