polarization_render — SPECULAR polarization op

데이터 종류: image2d × image2dpolsweep

호출: import specularity; specularity.polarization_render(diffuse, specular, angles_deg=(0.0, 45.0, 90.0, 135.0), azimuth_deg=0.0)(또는 opsspecular.get("polarization_render"))

사용법

편광판 회전의 순방향 모델: 알려진 분리를 편광 카메라가 기록할 프레임들로 만듭니다. → (N, H, W).

> 아래 상세 설명은 원문입니다 —— 요약과 제목은 번역되어 있습니다.

`I(t) = 0.5 * diffuse + specular * cos^2(t - azimuth)`. The diffuse term is

treated as completely unpolarised, so it contributes half its radiance at

every analyser angle; the specular term is treated as completely linearly

polarised at *azimuth_deg*, so it follows Malus's law. Those are the two

assumptions :func:polarization_separate inverts, and rendering with them

is how the inversion gets a ground truth to be exact against.

Physically the assumptions hold near Brewster's angle for a dielectric and

fail at normal incidence; the module docstring says where. This operator

does not model the incidence angle at all — it takes the two radiance maps

you specify and produces the sweep they imply.

Raises `ValueError`: *diffuse* / *specular* are not 2-D arrays of the

same shape, or are complex / masked / non-finite / string-typed; either has

a negative value (a negative radiance is not a scene); *angles_deg* has

fewer than 3 entries or does not determine the three unknowns.

자세한 사용 가이드

specular_photometric 패밀리 가이드

참고(샘플 데이터·문헌)

• 샘플 데이터 카탈로그(DL URL / 라이선스) —— 2-D 는 skimage.data(BSD/public)+ 합성, 3-D 는 실데이터 소스(Stanford/PDS 등)의 DL URL.

• 연산자의 내력·참고문헌 —— 이 연산자 족의 바탕이 된 연구/기법의 출처.

• 알고리즘의 정전(저자·연도)과 용도는 위의 패밀리 사용 가이드에 적혀 있습니다.

실행 가능한 예제(이 연산자를 실제로 호출하는 검증된 샘플)

poc_polarization_specularpy -3.11 examples/poc_polarization_specular.py

specular_photometricpy -3.11 examples/specular_photometric.py

타입이 이어지는 다음 연산자(polsweep 를 입력으로 받는 것)

polarization_separate · polarization_dolp_map · polarization_stokes

같은 카테고리(polarization)

polarization_separate · polarization_dolp_map · polarization_stokes


*Provenance: specularity.py — SPECULAR 연산자 레지스트리. 이 op 노트는 tools/opdocs.py md 가 자동 생성합니다(직접 편집하지 마세요).*

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.