Example #1
0
 /// <summary>
 /// Construct an instance of the cylindrical warper class.
 /// </summary>
 public CylindricalWarper()
 {
     _ptr = StitchingInvoke.cveCylindricalWarperCreate(ref _warperCreator);
 }
Example #2
0
 /// <summary>
 /// Construct an instance of the cylindrical warper class.
 /// </summary>
 /// <param name="scale">Projected image scale multiplier</param>
 public CylindricalWarper(float scale)
 {
     _ptr = StitchingInvoke.cveCylindricalWarperCreate(scale, ref _warperCreatorPtr, ref _rotationWarper);
 }