Boounding Rect float return
Hello,
is it possible to get float or double values from bounding rect? I would like to triangulate them and for that I need the exact values and no int.
Thanks for your help.
Hello,
is it possible to get float or double values from bounding rect? I would like to triangulate them and for that I need the exact values and no int.
Thanks for your help.
Why not use the rotatedRect which gives you floating point approximations for a set of points.
Asked: 2016-10-24 04:38:53 -0600
Seen: 1,551 times
Last updated: Oct 24 '16
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary
Unfortunately that's not possible using BoundingRect because Rect is
and some values are rounding.