IMcOperations Interface |
![]() |
Namespace: MediaCy.IQL.Operations
Public Interface IMcOperations
The IMcOperations 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | Sub | Subtract 1 image to another, an image to a number, or a number to an image. |
![]() | SumFrames | Calculate sum of all frames in sequence. |
![]() | Xor | Performs a logical XOR between 2 images or an image and a number. |