ContourBlend
A utility class for blending between two rectified contours.
The ContourBlend
class facilitates blending operations between two RectifiedContour
instances, assuming that they have a compatible structure with an equal number of segments.
Parameters
a
The first RectifiedContour
to blend.
b
The second RectifiedContour
to blend.