Skip to main content

dense_flow_block_match

Function dense_flow_block_match 

Source
pub fn dense_flow_block_match(
    previous: ImageView<'_, u8, 1>,
    next: ImageView<'_, u8, 1>,
    options: DenseFlowOptions,
) -> VisionResult<FlowField>
Expand description

Computes a dense integer flow field with deterministic local block matching.

Pixels whose full block/search window leaves the image are marked with NaN.