/// <summary> /// Construct an instance of the cylindrical warper class. /// </summary> public CylindricalWarperGpu() { _ptr = StitchingInvoke.cveCylindricalWarperGpuCreate(ref _warperCreator); }
/// <summary> /// Construct an instance of the cylindrical warper class. /// </summary> /// <param name="scale">Projected image scale multiplier</param> public CylindricalWarperGpu(float scale) { _ptr = StitchingInvoke.cveCylindricalWarperGpuCreate(scale, ref _warperCreatorPtr, ref _rotationWarper); }