Fixed incomplete matrix initialization in HomographyRefineCallback.

pull/1356/head
Roman Donchenko 12 years ago
parent 10cb9a0c4a
commit 5e4ebf3403
  1. 2
      modules/calib3d/src/fundam.cpp

@ -259,6 +259,8 @@ public:
Jptr[8] = Jptr[9] = Jptr[10] = 0.;
Jptr[11] = Mx*ww; Jptr[12] = My*ww; Jptr[13] = ww;
Jptr[14] = -Mx*ww*yi; Jptr[15] = -My*ww*yi;
Jptr += 16;
}
}

Loading…
Cancel
Save