Source position: libopencv2.pas line 3209
type TcvPolarToCart = procedure(
const magnitude: pCvArr;
const angle: pCvArr;
x: pCvArr;
y: pCvArr;
angle_in_degrees: Integer = 0
);