You are here: Start » FIL.NET » Heatmap Class

Heatmap Class

Namespace:Fil
Assembly:FilNet.Types.dll

Constructors

 ConstructorDescription
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

 NameTypeDescription
AreaSystem.Int32Inherited from Fil.Image
DataSystem.IntPtr Direct access to pixel data

Inherited from Fil.Image
DepthSystem.Int32 Number of channels (standard RGB images have 3).

Inherited from Fil.Image
EmptySystem.BooleanInherited from Fil.Image
FlagsSystem.UInt32Inherited from Fil.Image
FormatFil.PixelFormatInherited from Fil.Image
FrameFil.BoxInherited from Fil.Image
HeatmapThresholdsFil.HeatmapThresholds
HeightSystem.Int32Inherited from Fil.Image
ImageFil.Image
IsDataOwnSystem.BooleanInherited from Fil.Image
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsPreviewDepthValidSystem.BooleanInherited from Fil.Image
IsValidSystem.BooleanInherited from Fil.Image
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
LowerThresholdSystem.Int32
MiddleThresholdSystem.Int32
PitchSystem.Int32Inherited from Fil.Image
PixelSizeSystem.Int32 Size of pixels in bytes.

Inherited from Fil.Image
SizeFil.SizeInherited from Fil.Image
TypeFil.PlainType Type of channels (standard RGB images have UINT8).

Inherited from Fil.Image
UpperThresholdSystem.Int32
WidthSystem.Int32Inherited from Fil.Image

Methods

 NameDescription
AddFlags(uint) ---------------------------------------------------------------------------------
CopyTo(Fil.Heatmap)
CopyTo(Fil.Image)Inherited from Fil.Image
Dispose()Inherited from Fil.UnmanagedObject
Equals(Fil.Heatmap)
Equals(Fil.Image)Inherited from Fil.Image
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetPixel(int, int)
GetType()Inherited from System.Object
HasLocation(Fil.Location)
HasLocation(int, int) Helper method for range checking
HasPoint(float, float)
MakeDataOwn()
MoveTo(Fil.Heatmap)
MoveTo(Fil.Image)Inherited from Fil.Image
PtrToX(System.IntPtr)
PtrToY(System.IntPtr)
Release() Returns pointer to pixels memory which since that point will be owned externally (this image will not delete it in the destructor).
Reset()
Reset(Fil.Image, Optional<Fil.Region>)
Reset(int, int, Fil.PlainType, int, int)
Reset(int, int, Fil.PlainType, int, Optional<Fil.Region>) If the format is different then recreates the image (pixel data will be own). Typically used for (re-)creating output images in image processing functions.
Reset(int, int, int, Fil.PlainType, int, byte[]) Resets the image and copies the given to the image buffer.
Reset(int, int, Fil.PlainType, int, int, Optional<Fil.Region>)
Reset(int, int, int, Fil.PlainType, int, System.IntPtr, Optional<Fil.Region>, bool) Turns the image into a wrapper of external data (pixel data will be NOT own).
ToString()Inherited from System.Object

See also