フィルターのクリア

"vision.Ge​ometricTra​nsformer" Object

2 ビュー (過去 30 日間)
Itai Kadosh
Itai Kadosh 2016 年 10 月 25 日
編集済み: Walter Roberson 2020 年 5 月 9 日
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

採用された回答

Swarooph
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 件のコメント
Itai Kadosh
Itai Kadosh 2016 年 10 月 27 日
Hi Swarooph, First Thanks! I understood that if I would like to convert my Matlab code to C code maybe that can be a problem using "estimateGeometricTransform". This is correct? can I use the "estimateGeometricTransform" and convert the code to C? "estimateGeometricTransform" function is supported for generate C code from Matlb code? Thanks, Itai

サインインしてコメントする。

その他の回答 (1 件)

Fareez Fauzi
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.

カテゴリ

Help Center および File ExchangeImage Processing and Computer Vision についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by