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?
1 | initial version |
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?