Property HeatMapImage
HeatMapImage
自身の画像内の位置に対応するヒートマップ画像。 親タスクが領域検出/スコアマップ加工タスクの場合のみ取得可能です(それ以外の場合は null)。 ScoreMapImage プロパティの画像をスコアの低いピクセルを青、高いピクセルを赤として表現したカラー画像が設定されます。
Declaration
IReadOnlyCollection<byte> HeatMapImage { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<byte> |