Click or drag to resize

IMcOperations2 Interface

An interface implemented by McOperations.

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

The IMcOperations2 type exposes the following members.

Properties
  NameDescription
Public propertyConversion
Read/write property exposing the conversion method used for certain operations when operand images need to be converted.
Public propertyOffset
Read/write property exposing an offset to be added to (or multiplied by) the result of certain arithmetic operations.
Top
Methods
  NameDescription
Public methodAdd
Adds 2 images or an image and a constant.
Public methodAddEx
Adds 2 images or an image and a constant.
Public methodAnd
Performs a logical AND between 2 images or an image and a number.
Public methodCode exampleAvg
Averages 2 images, an image and a number, or a list of images.
Public methodAvgFrames
Calculate average of all frames in sequence.
Public methodCopy
Copies an image to another, or a number to an image.
Public methodDiff
Computes the absolute value of the difference between 2 images or an image and a number.
Public methodDiffEx
Computes the absolute difference between 2 images or an image and a constant.
Public methodDiffFrames
Calculate frame-to-frame difference
Public methodCode exampleDiv
Divide 1 image by another, an image by a number, or a number by an image.
Public methodDiv2
Division of an image by another using 2 correction factors.
Public methodDiv2Ex
Division of an image by another using 2 correction factors.
Public methodDivEx
Divides two images or an image and a constant.
Public methodExp
Performs an arithmetic Exponential operation on an image.
Public methodInverse
Performs an arithmetic Inverse operation on an image.
Public methodLog
Performs an arithmetic Natural Logarithm operation on an image.
Public methodMax
Obtains the maximum between 2 images or 1 image and a number.
Public methodMaxFrames
Calculate maximum intensity projection of all frames
Public methodMin
Obtains the minimum between 2 images or 1 image and a number.
Public methodMinFrames
Calculate minimum intensity projection of all frames
Public methodMult
Multiply 2 images or an image and a number.
Public methodMultEx
Multiplies 2 images or an image and a constant.
Public methodNand
Performs a logical NAND between 2 images or an image and a number.
Public methodNor
Performs a logical NOR between 2 images or an image and a number.
Public methodNot
Performs a logical NOT on an image.
Public methodOr
Performs a logical OR between 2 images or an image and a number.
Public methodResetProperties
Resets the Offset and Conversion properties to their default values.
Public methodSqrt
Performs an arithmetic Square Root operation on an image.
Public methodSquared
Performs an arithmetic Squared operation on an image.
Public methodSub
Subtract 1 image to another, an image to a number, or a number to an image.
Public methodSubEx
Subtracts 2 images or an image and a constant.
Public methodSumFrames
Calculate sum of all frames in sequence.
Public methodX2Y
Performs an arithmetic X to the Y power operation on an image.
Public methodXor
Performs a logical XOR between 2 images or an image and a number.
Top
See Also