복합 색상 생성 래스터 함수는 각 밴드가 밴드 대수에 기반한 대수 계산을 사용할 수 있는 다중밴드 래스터 레이어에서 3밴드 래스터를 생성합니다.
참고
밴드 연산 알고리즘을 정의할 때 각 식에 대해 한 줄짜리 대수 공식을 입력하여 다중밴드 결과를 생성할 수 있습니다. 지원되는 연산자는 단항, 더하기(+), 빼기(-), 곱하기(*), 나누기(/)입니다.
식에서 밴드 ID를 사용하는 경우 밴드 번호 앞에 B 또는 b를 붙여 밴드를 식별합니다.
A common band combination used for dual-polarized synthetic aperture radar (SAR) in linear units is VV for red, VH for green, and VV/VH for blue. If the input data is in decibels, the band combination should be VV for red, VH for green, and VV-VH for blue.
매개변수
매개변수 | 설명 |
---|---|
입력 래스터 | 입력 다중밴드 래스터 데이터입니다. |
메소드 | 밴드 추출에 사용할 방법을 지정합니다.
|
Red 식 | 첫 번째 밴드에 할당된 계산입니다. A band name, band ID, or an algebraic expression using the bands. The supported operators are unary: plus (+), minus (-), times (*), and divide (/). |
Green 식 | 두 번째 밴드에 할당된 계산입니다. A band name, band ID, or an algebraic expression using the bands. The supported operators are unary: plus (+), minus (-), times (*), and divide (/). |
Blue 식 | 세 번째 밴드에 할당된 계산입니다. A band name, band ID, or an algebraic expression using the bands. The supported operators are unary: plus (+), minus (-), times (*), and divide (/). |