Example #1
0
 /// <summary>
 /// Create an implementation of the camera parameters refinement algorithm which minimizes sum of the reprojection
 /// error squares.
 /// </summary>
 public BundleAdjusterReproj()
 {
     _ptr = StitchingInvoke.cveBundleAdjusterReprojCreate(ref _bundleAdjusterPtr);
 }