Click or drag to resize

IMcLookupTable2Equalization Method

Performs a histogram equalization on an image.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub Equalization ( 
	Optional Type As mcEqualizationType = mcEqualizationType.mceqtBestFit
)

Parameters

Type (Optional)
Type: MediaCy.IQL.EnginemcEqualizationType
enum mcEqualizationType : See mcEqualizationType.

Implements

IMcLookupTableEqualization(mcEqualizationType)
Remarks
This operation equalizes the lookup table and does not affect image data.
See Also