IMcHistogram2Min Property
|
|
The calibrated (depending on Mode) minimum 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 Min (
Optional Channel As Integer = -1
) As Object
Get
Parameters
- Channel (Optional)
- Type: SystemInt32
Property Value
Type:
ObjectImplements
IMcHistogramMinInt32
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 Min property will differ from the the first, minimum, 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 smallest pixel intensity that maps onto the lowest bin with
a non-zero count. Thus if you want the true minimum pixel intensity use the
AbsoluteRange property.
See Also