/// <summary> /// Create a fisheye warper /// </summary> /// <param name="scale">Projected image scale multiplier</param> public DetailFisheyeWarper(float scale) { _ptr = StitchingInvoke.cveDetailFisheyeWarperCreate(scale, ref _rotationWarper); }