IMcHistogramMax Property
|
|
The calibrated (depending on Mode) maximum of all the bin x values
(calibrated intensity) holding a non-zero count.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxReadOnly Property Max (
Optional Channel As Integer = -1
) As Object
Get
Parameters
- Channel (Optional)
- Type: SystemInt32
Property Value
Type:
Object
RemarksThe Compute method is called automatically (on the parent IMcImage)
whenever it is necessary. In order to compute the Histogram on another image
than the parent, one has to call Compute explicitly.
This property returns an array of NumberOfChannels values if Channel=-1,
or otherwise a single double precision floating point value for the specified
channel.
Note that the Max property will differ from the the second, maximum, element of
the AbsoluteRange property in many cases. This is because the BinXValue
property gives the intensity of the start (or center) of bin locations, which
may differ from the largest pixel intensity that maps onto the highest bin with
a non-zero count. Thus if you want the true maximum pixel intensity use the
AbsoluteRange property.
See AlsoReference
IMcHistogramMaxInt32