I am getting this error while trying to store the unmatched features of a frame in brisk features extraction.. Please someone help
古いコメントを表示
採用された回答
その他の回答 (1 件)
Dima Lisin
2015 年 5 月 18 日
0 投票
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].
カテゴリ
ヘルプ センター および File Exchange で Image Processing and Computer Vision についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
