Ask Your Question

Blobby's profile - activity

2013-10-04 14:21:52 -0600 commented question Positioning putText() with floating-point

I understand your point now..

2013-10-04 14:08:46 -0600 commented question Positioning putText() with floating-point

But i cannot position in floats, as i do with image.at<cv::Vec3f>() ?

2013-10-04 14:03:14 -0600 commented question Positioning putText() with floating-point

In that case i have understood its use. How can i position the text string? Although i will keep the conversion in mind..

2013-10-04 13:48:58 -0600 asked a question Positioning putText() with floating-point

I am trying to create some debugging text on my image (CV_32FC3). I am working with Vec3f, hence i need to position with floats aswell. Is there a way to define the Point with floats instead of ints?