opticalFlow
A property that defines the optical flow for an object.
Declaration
var opticalFlow: VTFrameProcessorOpticalFlow? { get }Discussion
An optional VTFrameProcessorReadOnlyOpticalFlow contains the forward and backward optical flow of the next frame. This value is only needed if the optical flow is pre-computed. For the first frame it will always be nil.