pub unsafe trait CIKeystoneCorrectionVertical: CIFourCoordinateGeometryFilter {
// Provided methods
unsafe fn focalLength(&self) -> c_float
where Self: Sized + Message { ... }
unsafe fn setFocalLength(&self, focal_length: c_float)
where Self: Sized + Message { ... }
}Available on crate features
CIFilter and CIFilterBuiltins only.Expand description
The protocol for the Vertical Keystone Correction filter.
Apply vertical keystone correction to an image with guides.
See also Apple’s documentation
Provided Methods§
Sourceunsafe fn focalLength(&self) -> c_float
unsafe fn focalLength(&self) -> c_float
35mm equivalent focal length of the input image.
Sourceunsafe fn setFocalLength(&self, focal_length: c_float)
unsafe fn setFocalLength(&self, focal_length: c_float)
Setter for focalLength.