Function opencv::features2d::draw_vector_matches [] [src]

pub fn draw_vector_matches(img1: &Mat, keypoints1: &VectorOfKeyPoint, img2: &Mat, keypoints2: &VectorOfKeyPoint, matches1to2: &VectorOfVectorOfDMatch, outImg: &Mat, matchColor: Scalar, singlePointColor: Scalar, matchesMask: &VectorOfVectorOfchar, flags: i32) -> Result<(), String>

fault value for arguments: - matchColor: default Scalar::all(-1) - singlePointColor: default Scalar::all(-1) - matchesMask: default vector >() - flags: default DrawMatchesFlags::DEFAULT