You are here: Start » FIL.NET » Heatmap Class
Heatmap Class
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | Heatmap(Int32, Int32, Int32, PlainType, Int32, IntPtr, Optional<Region>, HeatmapThresholds) | Constructor used for creating wrappers on existing image data. |
![]() | Heatmap() | |
![]() | Heatmap(HeatmapThresholds) | |
![]() | Heatmap(Image, HeatmapThresholds) | |
![]() | Heatmap(Image, Int32, Int32, Int32) | |
![]() | Heatmap(Int32, Int32, PlainType, Int32, Optional<Region>, HeatmapThresholds) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Area | System.Int32 | Inherited from Fil.Image |
![]() | Data | System.IntPtr |
Direct access to pixel data
Inherited from Fil.Image |
![]() | Depth | System.Int32 |
Number of channels (standard RGB images have 3).
Inherited from Fil.Image |
![]() | Empty | System.Boolean | Inherited from Fil.Image |
![]() | Flags | System.UInt32 | Inherited from Fil.Image |
![]() | Format | Fil.PixelFormat | Inherited from Fil.Image |
![]() | Frame | Fil.Box | Inherited from Fil.Image |
![]() | HeatmapThresholds | Fil.HeatmapThresholds | |
![]() | Height | System.Int32 | Inherited from Fil.Image |
![]() | Image | Fil.Image | |
![]() | IsDataOwn | System.Boolean | Inherited from Fil.Image |
![]() | IsDisposed | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | IsPreviewDepthValid | System.Boolean | Inherited from Fil.Image |
![]() | IsValid | System.Boolean | Inherited from Fil.Image |
![]() | IsView | System.Boolean | Inherited from Fil.UnmanagedObject |
![]() | LowerThreshold | System.Int32 | |
![]() | MiddleThreshold | System.Int32 | |
![]() | Pitch | System.Int32 | Inherited from Fil.Image |
![]() | PixelSize | System.Int32 |
Size of pixels in bytes.
Inherited from Fil.Image |
![]() | Size | Fil.Size | Inherited from Fil.Image |
![]() | Type | Fil.PlainType |
Type of channels (standard RGB images have UINT8).
Inherited from Fil.Image |
![]() | UpperThreshold | System.Int32 | |
![]() | Width | System.Int32 | Inherited from Fil.Image |