Home
last modified time | relevance | path

Searched refs:textOrg (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgcodecs/test/
Dtest_drawing.cpp175 Point textOrg((img.cols - textSize.width)/2, (img.rows + textSize.height)/2); in draw() local
176 …rectangle(img, textOrg + Point(0, baseline), textOrg + Point(textSize.width, -textSize.height), Sc… in draw()
177 …line(img, textOrg + Point(0, thickness), textOrg + Point(textSize.width, thickness), Scalar(0, 0, … in draw()
178 putText(img, text1, textOrg, fontFace, fontScale, Scalar(150,0,150), thickness, 8); in draw()
186 textOrg = Point(5,5)+Point(0,textSize.height+dist); in draw()
187 putText(img, text2, textOrg, FONT_HERSHEY_SIMPLEX, fontScale, color, thickness, CV_AA); in draw()
191 textOrg += Point(0,textSize.height+dist); in draw()
192 putText(img, text2, textOrg, FONT_HERSHEY_PLAIN, fontScale, color, thickness, CV_AA); in draw()
196 textOrg += Point(0,textSize.height+dist); in draw()
197 putText(img, text2, textOrg, FONT_HERSHEY_DUPLEX, fontScale, color, thickness, CV_AA); in draw()
[all …]