Is there any alternet function in MATLAB2012b correspondig to following functions in MATLAB 2014??

조회 수: 1 (최근 30일)
There are function vision.AlphaBlender and estimateGeometricTransform,matchFeatures,extractFeatures in MATLAB2014. Is there any functions that works same functionality as above functions in MATLABR2012b?

답변 (1개)

per isakson
per isakson 2015년 1월 5일
편집: per isakson 2015년 1월 5일
estimateGeometricTransform &nbsp appeared in R2013a according to Computer Vision System Toolbox, Release Notes (there might be a beta-version already in R2012b)
the other existed already in R2011a
>> which estimateGeometricTransform
which vision.AlphaBlender
which matchFeatures
which extractFeatures
version
'estimateGeometricTransform' not found.
C:\Program Files\MATLAB\2011A\toolbox\vision\vision\+vision\AlphaBlender.p
C:\Program Files\MATLAB\2011A\toolbox\vision\vision\matchFeatures.m
C:\Program Files\MATLAB\2011A\toolbox\vision\vision\extractFeatures.m
ans =
7.12.0.635 (R2011a)
  댓글 수: 1
Dima Lisin
Dima Lisin 2015년 1월 6일
In R2012b you can use vision.GeometricTransformEstimator instead of estimateGeometricTransform. Assuming, of course, that you have the Computer Vision System Toolbox.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by