ImageTColor, TDepth Operators |
The ImageTColor, TDepth generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Double, ImageTColor, TDepth) |
Element wise add img1 with val |
![]() ![]() | Addition(TColor, ImageTColor, TDepth) |
Element wise add image with value |
![]() ![]() | Addition(ImageTColor, TDepth, ImageTColor, TDepth) |
Element wise add img1 with img2 |
![]() ![]() | Addition(ImageTColor, TDepth, Double) |
Element wise add image with value |
![]() ![]() | Addition(ImageTColor, TDepth, TColor) |
Element wise add image with value |
![]() ![]() | BitwiseAnd(Double, ImageTColor, TDepth) |
Perform an element wise AND operation using an images and a color
|
![]() ![]() | BitwiseAnd(TColor, ImageTColor, TDepth) |
Perform an element wise AND operation using an images and a color
|
![]() ![]() | BitwiseAnd(ImageTColor, TDepth, ImageTColor, TDepth) |
Perform an element wise AND operation on the two images
|
![]() ![]() | BitwiseAnd(ImageTColor, TDepth, Double) |
Perform an element wise AND operation using an images and a color
|
![]() ![]() | BitwiseAnd(ImageTColor, TDepth, TColor) |
Perform an element wise AND operation using an images and a color
|
![]() ![]() | BitwiseOr(Double, ImageTColor, TDepth) |
Perform an binary OR operation with some color
|
![]() ![]() | BitwiseOr(TColor, ImageTColor, TDepth) |
Perform an binary OR operation with some color
|
![]() ![]() | BitwiseOr(ImageTColor, TDepth, ImageTColor, TDepth) | Perform an element wise OR operation with another image and return the result |
![]() ![]() | BitwiseOr(ImageTColor, TDepth, Double) |
Perform an binary OR operation with some color
|
![]() ![]() | BitwiseOr(ImageTColor, TDepth, TColor) |
Perform an binary OR operation with some color
|
![]() ![]() | Division(Double, ImageTColor, TDepth) | scale / image |
![]() ![]() | Division(ImageTColor, TDepth, Double) | image / scale |
![]() ![]() | Multiply(Double, ImageTColor, TDepth) | scale*image |
![]() ![]() | Multiply(ImageTColor, TDepth, ConvolutionKernelF) |
Perform the convolution with kernel on image |
![]() ![]() | Multiply(ImageTColor, TDepth, Double) | image * scale |
![]() ![]() | OnesComplement | Compute the complement image |
![]() ![]() | Subtraction(Double, ImageTColor, TDepth) | value - image |
![]() ![]() | Subtraction(TColor, ImageTColor, TDepth) |
Element wise subtract another image from the current image
|
![]() ![]() | Subtraction(ImageTColor, TDepth, ImageTColor, TDepth) |
Element wise subtract another image from the current image
|
![]() ![]() | Subtraction(ImageTColor, TDepth, Double) |
Element wise subtract another image from the current image
|
![]() ![]() | Subtraction(ImageTColor, TDepth, TColor) |
Element wise subtract another image from the current image
|