Borrar filtros
Borrar filtros

How convert surfpoints?

1 visualización (últimos 30 días)
Beatriz Porrero
Beatriz Porrero el 8 de Jul. de 2016
Comentada: Beatriz Porrero el 9 de Jul. de 2016
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.

Respuesta aceptada

Swarooph
Swarooph el 8 de Jul. de 2016
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 comentario
Beatriz Porrero
Beatriz Porrero el 9 de Jul. de 2016
Thanks, your answer is really useful.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Feature Detection and Extraction en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by