Click or drag to resize

BestFit Class

Sets BW Levels to their best-fit values that exclude selected % of pixels at either end.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.DisplayLUTCommand
            MediaCy.Commands.DisplayBestFit

Namespace:  MediaCy.Commands.Display
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class BestFit
	Inherits LUTCommand

The BestFit type exposes the following members.

Constructors
  NameDescription
Public methodBestFit
Initializes a new instance of the BestFit class
Public methodBestFit(String)
Initializes a new instance of the BestFit class
Public methodBestFit(McCommand)
Initializes a new instance of the BestFit class
Top
Properties
  NameDescription
Public propertyActiveFrameOnly
BW Levels values based on histogram of active frame only.
Public propertyColorOption
Defines color options (for color images).
Public propertyHigh
defines percentage of the pixels from the high end of the histogram.
Public propertyLow
Defines percentage of the pixels from the low end of the histogram.
Public propertyMode
Top
Methods
  NameDescription
Public methodSaveAsCode (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks