Creates and returns an image object from the contents of CVImage
object.
SDKs
- iOS 9.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Core Image
Declaration
+ (CIImage *)imageWithCVImageBuffer:(CVImage Buffer Ref)imageBuffer;
Parameters
imageBuffer
A
CVImage
object. For more information, see Core Video Programming Guide and Core Video.Buffer
Return Value
An image object initialized with the contents of the image buffer object.