Function opencv::imgproc::corner_eigen_vals_and_vecs [] [src]

pub fn corner_eigen_vals_and_vecs(src: &Mat, dst: &Mat, blockSize: i32, ksize: i32, borderType: i32) -> Result<(), String>

computes both eigenvalues and the eigenvectors of 2x2 derivative covariation matrix at each pixel. The output is stored as 6-channel matrix.

default value for arguments: - borderType: default BORDER_DEFAULT