Click or drag to resize

IMcPixelCorrectionCorrectPixels Method

Namespace:  MediaCy.IQL.Spectral
Assembly:  MediaCy.IQL.Spectral.Operators (in MediaCy.IQL.Spectral.Operators.dll) Version: 10.0.6912.0
Syntax
VB
Function CorrectPixels ( 
	Optional TypeNonCluster As mcPixelCorrectionType = mcPixelCorrectionType.mcpctMean,
	Optional TypeCluster As mcPixelCorrectionType = mcPixelCorrectionType.mcpctInterpolate,
	<OptionalAttribute> vSourceImg As Object
) As McImage

Parameters

TypeNonCluster (Optional)
Type: MediaCy.IQL.SpectralmcPixelCorrectionType
TypeCluster (Optional)
Type: MediaCy.IQL.SpectralmcPixelCorrectionType
vSourceImg (Optional)
Type: SystemObject

Return Value

Type: McImage
See Also