Skip to content

Commit 175cdef

Browse files
mmMarkerHomography - Make initial variables consistent.
The value is hard-coded to 1 in the .cpp file, so we might as well make it consistent.
1 parent c77f8d7 commit 175cdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mmSolver/cmd/MMMarkerHomographyCmd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class MMMarkerHomographyCmd : public MPxCommand {
5959
, m_sensor_width_mm_b(1.0)
6060
, m_sensor_height_mm_b(1.0)
6161
, m_frame_a(1)
62-
, m_frame_b(10){};
62+
, m_frame_b(1){};
6363

6464
virtual ~MMMarkerHomographyCmd();
6565

0 commit comments

Comments
 (0)