How convert surfpoints?

1 次查看(过去 30 天)
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.

更多回答(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