problems using the intrinsicToWorld function

조회 수: 8 (최근 30일)
William Scharpf
William Scharpf 2016년 4월 4일
댓글: William Scharpf 2016년 4월 7일
trying to crop a geotiff image. I have both the Image processing and mapping tool box. I can't seem to be able to use the intrinsicToWorld function. Says " Undefined function 'intrinsicToWorld' for input arguments of type 'map.rasterref.GeographicCellsReference'.". What am I missing?

채택된 답변

Jeevan Joishi
Jeevan Joishi 2016년 4월 7일
편집: Jeevan Joishi 2016년 4월 7일
The error occurs because the function 'intrinsicToWorld' is defined only for MapCellsReference class. And that is why you observe an error while trying to use the function with rasters of GeographicCellsReference class.
The equivalent of 'intrinsicToWorld' is 'intrinsicXToLongitude' and 'intrinsicYToLatitude' where X and Y are the position on the image from where the cropping has to start.
More information can be found at this link

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mapping Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by