示例#1
0
 /// <summary>
 /// Construct an instance of the spherical warper class.
 /// </summary>
 /// <param name="scale">Radius of the projected sphere, in pixels. An image spanning the whole sphere will have a width of 2 * scale * PI pixels.</param>
 public DetailSphericalWarper(float scale)
 {
     _ptr = StitchingInvoke.cveDetailSphericalWarperCreate(scale, ref _rotationWarper);
 }