"vision.GeometricTransformer" Object
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, My code supposed to make correction (in video) by using Affine transform in the location of ROI that carried out in him a displacement and rotation. I used in “estimateGeometricTransform” function for make the Affine transform, but I would like to use in Object called "vision.GeometricTransformer" instead. How can I use this Object in order to make correction to displacement and rotation image by using the "vision.GeometricTransformer" Object with an emphasis on making this by Affine transform?
Thanks, Itai
0 件のコメント
採用された回答
Swarooph
2016 年 10 月 26 日
編集済み: Walter Roberson
2020 年 5 月 9 日
Why do you like to use the vision.GeometricTransformer object? The documentation says "The vision.GeometricTransformer System object will be removed in a future release. Use the imwarp function with equivalent functionality instead." Here is an example that uses estimateGeometricTransform and imwarp with a similarity transform instead of affine. But the workflow for affine is similar. You just need to set the estimateGeometricTransform transformProperty input argument to affine.
その他の回答 (1 件)
Fareez Fauzi
2019 年 11 月 11 日
hello, can i know example algorithm of object detection removal and occlusion. because im doing my final project but i cant still find it in mathworks.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Computer Vision with Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!