problems using the intrinsicToWorld function
2 views (last 30 days)
Show older comments
William Scharpf
on 4 Apr 2016
Commented: William Scharpf
on 7 Apr 2016
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?
0 Comments
Accepted Answer
Jeevan Joishi
on 7 Apr 2016
Edited: Jeevan Joishi
on 7 Apr 2016
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 Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!