Skip to content

Commit a5673e6

Browse files
committed
Merge pull request #10 from bmagyar/patch-1
Fix comments of class members
2 parents 7e7d4fc + 8cee173 commit a5673e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/table/TableDetector.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@ namespace tabletop
311311
/** The distance used as a threshold when finding a plane */
312312
ecto::spore<float> plane_threshold_;
313313

314-
/** The input calibration matrix */
315-
ecto::spore<cv::Mat> points3d_;
316314
/** The input cloud */
315+
ecto::spore<cv::Mat> points3d_;
316+
/** The input calibration matrix */
317317
ecto::spore<cv::Mat> K_;
318318
/** The mask of the foundplanes */
319319
ecto::spore<cv::Mat> table_mask_;

0 commit comments

Comments
 (0)