problem in understanding ''Feature Based Panoramic Image Stitching ''
1 回表示 (過去 30 日間)
古いコメントを表示
alireza kooshafar
2016 年 12 月 23 日
コメント済み: Jagrati Talreja
2019 年 3 月 25 日
I'm on studying the ''Feature Based Panoramic Image Stitching '' and I have 5 questions
1.how should I fill these 2 lines if my images are in the folder on my pc
buildingDir = fullfile(toolboxdir('vision'), 'visiondata', 'building');
buildingScene = imageDatastore(buildingDir);
2.why we use eye(3) for projective2d ?
3.in match features, what is the role of 'unique'?
5. what is the role of step and imref2d in this code?
tnx
0 件のコメント
採用された回答
Walter Roberson
2016 年 12 月 23 日
1) You do not need to change those lines provided you have a version of the Computer Vision Toolbox installed that is new enough to have the files.
3 件のコメント
Walter Roberson
2016 年 12 月 23 日
編集済み: Walter Roberson
2016 年 12 月 23 日
Then replace
buildingDir = fullfile(toolboxdir('vision'), 'visiondata', 'building');
with assigning to buildingDir the string which is the name of the directory where your files are. For example,
buildingDir = 'C:\Users\Kooshafar\Documents and Settings\MATLAB\Project17\buildings';
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Point Cloud Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!