@ -665,7 +665,7 @@ Computes the ideal point coordinates from the observed point coordinates.
:param src:Observed point coordinates, 1xN or Nx1 2-channel (CV_32FC2 or CV_64FC2).
:param dst:Output ideal point coordinates after undistortion and reverse perspective transformation.
:param dst:Output ideal point coordinates after undistortion and reverse perspective transformation. If matrix ``P`` is identity or omitted, ``dst`` will contain normalized point coordinates.