Skip to content

Commit 6e5a37e

Browse files
authored
Remove jacobian calculation in ProjectPoints if no need
1 parent 8ecfa8c commit 6e5a37e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/OpenCvSharp/Cv2/Cv2_calib3d.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,6 @@ public static void ProjectPoints(
598598
cameraMatrix.ThrowIfDisposed();
599599
imagePoints.ThrowIfNotReady();
600600

601-
if (jacobian == null)
602-
jacobian = new Mat();
603-
604601
NativeMethods.HandleException(
605602
NativeMethods.calib3d_projectPoints_InputArray(
606603
objectPoints.CvPtr,

0 commit comments

Comments
 (0)