CVImageBufferIsFlipped(_:)
Returns a Boolean value indicating whether the image is vertically flipped.
Declaration
func CVImageBufferIsFlipped(_ imageBuffer: CVImageBuffer) -> BoolParameters
- imageBuffer:
An image buffer.
Return Value
Returns true if {0,0} represents the upper left of the image, or false if {0,0} represents the lower left of the image.