Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

doubt in surf features

1 Ansicht (letzte 30 Tage)
amrin shaikh
amrin shaikh am 1 Apr. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I have executed SURF algorithm in matlab.
program successfully got execute but i can not understand that which feature got match?
matchedBoxPoints = boxPoints(boxPairs(:, 1), :);
matchedScenePoints = scenePoints(boxPairs(:, 2), :);
when i execute::::::::::::
disp(matchedBoxPoints)
14x1 SURFPoints array with properties:
Scale: [14x1 single]
SignOfLaplacian: [14x1 int8]
Orientation: [14x1 single]
Location: [14x2 single]
Metric: [14x1 single]
Count: 14
and:::::
disp(matchedScenePoints);
14x1 SURFPoints array with properties:
Scale: [14x1 single]
SignOfLaplacian: [14x1 int8]
Orientation: [14x1 single]
Location: [14x2 single]
Metric: [14x1 single]
Count: 14
i cnclude that 14 points got match but can i retrieve distance and angle between them?
for all 14 points does does rotation and angle differes?
please help me.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by