필터 지우기
필터 지우기

What does this line of code mean?

조회 수: 1 (최근 30일)
Mystery Devil
Mystery Devil 2018년 2월 9일
Hello,
I want to know how object detection using SURF works and I found this code:
In the above code, I don't understand what the following lines mean? Can somebody please explain it to me? It say's "Display putatively matched features.", but I don't get it how.
matchedBoxPoints = boxPoints(boxPairs(:, 1), :);
matchedScenePoints = scenePoints(boxPairs(:, 2), :);
I believe that the variable "boxPoints" is a key feature and "boxPairs" is the matched feature using their descriptors, right?
Also, it would be great if somebody could explain me how the affine transformation in the code works and is there any equivalent python code?
Thank you very much.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by