Searched defs:textOrg (Results 1 – 1 of 1) sorted by relevance
175 Point textOrg((img.cols - textSize.width)/2, (img.rows + textSize.height)/2); in draw() local336 …CvPoint textOrg = cvPoint((imgSize.width - textSize.width)/2, (imgSize.height + textSize.height)/2… in draw() local504 Point textOrg(0, textSize.height + 2); in run() local