Click or drag to resize

HistogramImageCommand Class

Sets the intensity value to the image based on histogram parameters.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.CommandsHistogramImageCommand

Namespace:  MediaCy.Commands
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class HistogramImageCommand
	Inherits OneInputCommand(Of Object)

The HistogramImageCommand type exposes the following members.

Constructors
  NameDescription
Public methodHistogramImageCommand
Initializes a new instance of the HistogramImageCommand class
Public methodHistogramImageCommand(McCommand)
Initializes a new instance of the HistogramImageCommand class
Top
Properties
  NameDescription
Public propertyOffset
Numerical offset that is applied to statistical value (Output = Stats*Scale + Offset)
Public propertyScale
Multiplication coefficient that is applied to statistical value (Output = Stats*Scale + Offset)
Public propertyStatsType
Statistical field of histogram to be set to image.
Top
Remarks
The command is used user-defined channels of smart segmentation.
See Also