![]() |
Atlas-Cronos
7.4.0
|
Represents a MeasurementRectangle object. More...
Public Member Functions | |
| override void | Copy (MeasurementShape source) |
| Deep copy a MeasurementShape from source. More... | |
| override bool | IsEqual (MeasurementShape source) |
| Compares two measurements More... | |
| override void | Offset (Point point) |
| Adjusts the location of this measurement shape by the specified amount. More... | |
Public Member Functions inherited from Flir.Atlas.Image.Measurements.MeasurementShape | |
| double [] | GetValues () |
| Gets temperature values from the shape. More... | |
Public Attributes | |
| Point | HotSpot => _area.Hotspot |
| Point in the area More... | |
| Point | ColdSpot => _area.Coldspot |
| Point in the area More... | |
Public Attributes inherited from Flir.Atlas.Image.Measurements.MeasurementShape | |
| Guid | Identity => _measurementObject.UniqueIdentifier |
| Gets the identity on the measurement shape. More... | |
Properties | |
| bool | IsHotSpotMarkerVisible [get, set] |
| Marker is visible. The marker glyph should be displayed as seen in the camera overlay. More... | |
| bool | IsHotSpotEnabled [get, set] |
| Hot Spot is enabled. The hot spot value should be displayed in the result table as seen in the camera overlay. More... | |
| bool | IsColdSpotEnabled [get, set] |
| Cold spot is enabled. The cold spot value should be displayed in the result table as seen in the camera overlay. More... | |
| bool | IsColdSpotMarkerVisible [get, set] |
| Marker is visible. The marker glyph should be displayed as seen in the camera overlay. More... | |
| bool | IsAverageEnabled [get, set] |
| Average is enabled. The average value should be displayed in the result table as seen in the camera overlay. More... | |
| ThermalValue | Min [get] |
| Gets the minimum value of this MeasurementRectangle. More... | |
| ThermalValue | Max [get] |
| Gets the maximum value of this MeasurementRectangle. More... | |
| ThermalValue | Average [get] |
| Gets the average value of this MeasurementRectangle. More... | |
| Point | Location [get, set] |
| Gets or sets the location of this MeasurementRectangle. More... | |
| bool | IsAreaEnabled [get, set] |
| Area is enabled. The Area value should be displayed in the result table as seen in the camera overlay. More... | |
| ThermalValue | ObjectArea [get] |
| Gets the area (m2) of the measurement. The distance used in the calculation is the ObjectDistance More... | |
| int | Width [get, set] |
| Gets or sets the width of this MeasurementRectangle. More... | |
| int | Height [get, set] |
| Gets or sets the height of this MeasurementRectangle. More... | |
| Rectangle | Rectangle [get, set] |
| Gets or sets the rectangle area of this MeasurementRectangle. More... | |
Properties inherited from Flir.Atlas.Image.Measurements.MeasurementShape | |
| string | Name [get, set] |
| Gets or sets the name of the measurement shape. More... | |
| MeasurementParameters | ThermalParameters [get] |
| Gets the object parameters for this measurement shape. More... | |
| bool | IsSilent [get, set] |
| Temporary disable events from measurements More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Flir.Atlas.Image.Measurements.MeasurementShape | |
| virtual void | OnChanged (MeasurementEventArgs e) |
| Raises the MeasurementEventArgs event. More... | |
| void | UpdateIfNeeded () |
| Updates if needed. More... | |
| void | VerifyState (Cronos.IR.IRValue value) |
| Check if the state is invalid. More... | |
Represents a MeasurementRectangle object.
|
inlinevirtual |
Deep copy a MeasurementShape from source.
| source | MeasurementShape to copy from. |
Reimplemented from Flir.Atlas.Image.Measurements.MeasurementShape.
|
inlinevirtual |
Compares two measurements
| source |
Reimplemented from Flir.Atlas.Image.Measurements.MeasurementShape.
|
inlinevirtual |
Adjusts the location of this measurement shape by the specified amount.
| point | Amount to offset the location. |
Reimplemented from Flir.Atlas.Image.Measurements.MeasurementShape.
| Point Flir.Atlas.Image.Measurements.MeasurementRectangle.ColdSpot => _area.Coldspot |
Point in the area
| Point Flir.Atlas.Image.Measurements.MeasurementRectangle.HotSpot => _area.Hotspot |
Point in the area
|
get |
Gets the average value of this MeasurementRectangle.
|
getset |
Gets or sets the height of this MeasurementRectangle.
|
getset |
Area is enabled. The Area value should be displayed in the result table as seen in the camera overlay.
|
getset |
Average is enabled. The average value should be displayed in the result table as seen in the camera overlay.
|
getset |
Cold spot is enabled. The cold spot value should be displayed in the result table as seen in the camera overlay.
|
getset |
Marker is visible. The marker glyph should be displayed as seen in the camera overlay.
|
getset |
Hot Spot is enabled. The hot spot value should be displayed in the result table as seen in the camera overlay.
|
getset |
Marker is visible. The marker glyph should be displayed as seen in the camera overlay.
|
getset |
Gets or sets the location of this MeasurementRectangle.
|
get |
Gets the maximum value of this MeasurementRectangle.
|
get |
Gets the minimum value of this MeasurementRectangle.
|
get |
Gets the area (m2) of the measurement. The distance used in the calculation is the ObjectDistance
|
getset |
Gets or sets the rectangle area of this MeasurementRectangle.
|
getset |
Gets or sets the width of this MeasurementRectangle.
1.8.14