"vision.Ge​ometricTra​nsformer" Object

조회 수: 20 (최근 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 CenterFile 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!

Translated by