Click or drag to resize

McHistogram Interface

Image operator to provide Histogram processing and analysis, exposed as Image.Histogram.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface McHistogram
	Inherits IMcHistogram2
Remarks
When used as the Image.Histogram operator, this operator uses its parent Image as the source, unless a different source image is provided in the optional parameter to the Compute method. It can also be created independently using %CreateOperator%. In this case the operator does not have a parent and the parent image to be used as the source must be supplied in the parameter to Compute. When this operator is a child of an image, changes to the image data are reflected automatically in the Histogram. You can keep a snapshot of an histogram at a given time by creating a McHistogram with no parent using %CreateOperator%.
See Also

Reference

McImage
CreateOperator