필터 지우기
필터 지우기

How convert surfpoints?

조회 수: 1 (최근 30일)
Beatriz Porrero
Beatriz Porrero 2016년 7월 8일
댓글: Beatriz Porrero 2016년 7월 9일
How to convert surfpoints to type int? I have a vector of surfpoints but I can't see it. I want to get the values of surfpoints. I'm working to create a panoramic photo and I need get the matched features of pair photos but Matlab bring back type surfpoints and I can't work with them. Thanks.

채택된 답변

Swarooph
Swarooph 2016년 7월 8일
I don't think you need int type to just match features. The workflow is to use detectSURFFeatures to get a SURFPoints variable --> feed this to extractFeatures to get a list of binaryFeatures --> Feed this with another set of binaryFeatures (of the second image) to matchFeatures function to match the features. Take a look at this example.
If you REALLY wanted to access the location and orientation of the SURFPoints variable, use the dot notation. For e.g. mysurfPoints.Location or mysurfPoints.Orientation. Documentation here.
  댓글 수: 1
Beatriz Porrero
Beatriz Porrero 2016년 7월 9일
Thanks, your answer is really useful.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by