Hillshade

calculates a hillshade for a DEM (matrix)

이 제출물을 팔로우합니다

Function to calculate hillshade for a digital elevation model. Derives slope and aspect in radias to calculate shading value between 0 and 255 using a given lighting angle and altitude.

Altitude (angle above ground) and angle (direction/aspect) of lightsource can be given via args.

Derived using ESRIs hillshade algorithm, but uses simple GRADIENT function instead of Horns algorithm for slope calculation - factor 30 more efficient & no need for IP TB. (Thanks to Andrew Stevens)

Pls leave you feedback/rate.

인용 양식

Felix Hebeler (2026). Hillshade (https://kr.mathworks.com/matlabcentral/fileexchange/14863-hillshade), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: shadem, demViewer

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

fixed small bug in the options parsing, clearified help.