I am getting this error while trying to store the unmatched features of a frame in brisk features extraction.. Please someone help
Show older comments
Accepted Answer
More Answers (1)
Dima Lisin
on 18 May 2015
0 votes
Hi Pritam,
Walter is absolutely correct. You cannot have an array binaryFeatures objects. However, you can store them in a cell array. You can also use vertical concatenation to combine two sets of features into a single binaryFeatures object: c = [a; b].
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!