Main Content

HDR(높은 동적 범위) 영상

HDR(높은 동적 범위) 영상 읽기, HDR 영상 생성, HDR 데이터를 파일에 쓰기

HDR(높은 동적 범위) 영상은 실제 장면의 전체 밝기 수준을 가져오려고 합니다(장면 기준(Scene-referred)이라고 함). HDR 영상은 일반적인 컴퓨터 모니터의 디스플레이 범위를 초과하여 사람의 시야에 가까운 높은 수준의 세부 정보를 포함합니다. 이 툴박스에는 HDR 영상을 읽어 들이고, 만들고, 쓰는 데 사용할 수 있는 함수와, 색조 매핑(Tone-mapping)을 통해 표시할 동적 범위를 줄이는 데 사용할 수 있는 함수가 포함되어 있습니다.

함수

hdrreadHDR(높은 동적 범위) 영상 읽어 들이기
hdrwriteWrite high dynamic range (HDR) image file
makehdrCreate high dynamic range image
tonemapRender high dynamic range image for viewing
tonemapfarbmanConvert HDR image to LDR using edge-preserving multiscale decompositions
localtonemapRender HDR image for viewing while enhancing local contrast
blendexposureCreate well-exposed image from images with different exposures
camresponseEstimate camera response function

도움말 항목

  • Work with High Dynamic Range Images

    Dynamic range refers to the range of brightness levels in an image. High dynamic range (HDR) images attempt to capture the whole tonal range of real-world scenes.

  • Display High Dynamic Range Image

    This example shows how to convert HDR data to a dynamic range that can be displayed correctly on a computer.