Skip to content

Commit 7a4ba78

Browse files
committed
adding comments
1 parent f292755 commit 7a4ba78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/jni/imagefuncs.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ vector<vector<Point> > getCropOfToDoLines(vector<vector<Point> > checkboxes, Mat
144144
, Point(rect.x, height )
145145
, Scalar(200, 200, 0, 255)
146146
, 2);
147+
/*
148+
draw a line below check box if you wish
149+
*/
147150
line(mbgra
148151
, Point(rect.x + rect.width, 0)
149152
, Point(rect.x + rect.width, height)

0 commit comments

Comments
 (0)