Click or drag to resize

IMcBackground Interface

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcBackground

The IMcBackground type exposes the following members.

Properties
  NameDescription
Public propertyBlackLevel
Black level used by Div to correct the background of an image.
Public propertyConversion
Read/write property exposing the conversion method used when operand images need to be converted.
Top
Methods
  NameDescription
Public methodDiv
Corrects for uneven background lighting in an image instance using arithmetic division between the image and the background image.
Public methodSub
Corrects for uneven background lighting in an image using image subtraction between an image and an associated background image.
Top
See Also