스칼라 그래디언트

EasyImage.GradientScalar computes the (scalar) gradient image derived from a given source image.

The scalar value derived from the gradient depends on the preset lookup table image.
그레이스케일 이미지의 그래디언트는 벡터에 해당하며, 그 성분은 수평 및 수직 방향의 회색조 신호의 부분 도함수입니다. 벡터는 방향 및 길이, 그래디언트 방향에 대한 일치, 그래디언트 규모로 특성화할 수 있습니다.

이 기능은 회색조 이미지에서 그래디언트 방향 또는 그래디언트 규모 맵(회색조 이미지)을 생성합니다.

For efficiency, a precomputed lookup table is used to define the desired transformation.
This lookup table is stored as a standard EImageBW8/EImageBW16.
Use EasyImage.ArgumentImage or EasyImage.ModulusImage once before calling GradientScalar.