IMcOperations2 Interface |
|
Namespace: MediaCy.IQL.Operations
Public Interface IMcOperations2 Inherits IMcOperations
The IMcOperations2 type exposes the following members.
| Name | Description | |
|---|---|---|
| Conversion | Read/write property exposing the conversion method used for certain
operations when operand images need to be converted. | |
| Offset | Read/write property exposing an offset to be added to (or multiplied by)
the result of certain arithmetic operations. |
| Name | Description | |
|---|---|---|
| Add | Adds 2 images or an image and a constant. | |
| AddEx | Adds 2 images or an image and a constant. | |
| And | Performs a logical AND between 2 images or an image and a number. | |
| Avg | Averages 2 images, an image and a number, or a list of images. | |
| AvgFrames | Calculate average of all frames in sequence. | |
| Copy | Copies an image to another, or a number to an image. | |
| Diff | Computes the absolute value of the difference between 2 images or an image and a number. | |
| DiffEx | Computes the absolute difference between 2 images or an image and a constant. | |
| DiffFrames | Calculate frame-to-frame difference | |
| Div | Divide 1 image by another, an image by a number, or a number by an image. | |
| Div2 | Division of an image by another using 2 correction factors. | |
| Div2Ex | Division of an image by another using 2 correction factors. | |
| DivEx | Divides two images or an image and a constant. | |
| Exp | Performs an arithmetic Exponential operation on an image. | |
| Inverse | Performs an arithmetic Inverse operation on an image. | |
| Log | Performs an arithmetic Natural Logarithm operation on an image. | |
| Max | Obtains the maximum between 2 images or 1 image and a number. | |
| MaxFrames | Calculate maximum intensity projection of all frames | |
| Min | Obtains the minimum between 2 images or 1 image and a number. | |
| MinFrames | Calculate minimum intensity projection of all frames | |
| Mult | Multiply 2 images or an image and a number. | |
| MultEx | Multiplies 2 images or an image and a constant. | |
| Nand | Performs a logical NAND between 2 images or an image and a number. | |
| Nor | Performs a logical NOR between 2 images or an image and a number. | |
| Not | Performs a logical NOT on an image. | |
| Or | Performs a logical OR between 2 images or an image and a number. | |
| ResetProperties | Resets the Offset and Conversion properties to their default values. | |
| Sqrt | Performs an arithmetic Square Root operation on an image. | |
| Squared | Performs an arithmetic Squared operation on an image. | |
| Sub | Subtract 1 image to another, an image to a number, or a number to an image. | |
| SubEx | Subtracts 2 images or an image and a constant. | |
| SumFrames | Calculate sum of all frames in sequence. | |
| X2Y | Performs an arithmetic X to the Y power operation on an image. | |
| Xor | Performs a logical XOR between 2 images or an image and a number. |