Skip to main content

harris_response

Function harris_response 

Source
pub fn harris_response(
    input: ImageView<'_, u8, 1>,
    block_size: usize,
    gradient_size: usize,
    k: f32,
    border: BorderMode<u8, 1>,
) -> VisionResult<Image<f32, 1>>
Expand description

Computes an unnormalized Harris structure-tensor response image.