Description

Image operator to perform background correction using division or subtraction, exposed as Image.Background.

Remarks

Use this operator when you want to correct the background of an image prior to counting or measuring objects.

When used as the Image.Background operator, this operator uses its parent Image as both source and destination, unless a different source image is provided in the optional parameter. If another image is passed as a parameter to one of its methods, it is used as the source of the operation, and the result is written back to its parent image.

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 source and destination must be supplied in the parameter.

Members

Methods
Div

Corrects for uneven background lighting in an image instance using arithmetic division between the image and the background image.

Sub

Corrects for uneven background lighting in an image using image subtraction between an image and an associated background image.


Properties
BlackLevelRead-write property

Black level used by Div to correct the background of an image.

ConversionRead-write property

Read/write property exposing the conversion method used when operand images need to be converted.