| Member | Description |
---|
  | Addition(Double, Image<(Of <<'(TColor, TDepth>)>>)) |
Elementwise add img1 with val |
  | Addition(TColor, Image<(Of <<'(TColor, TDepth>)>>)) |
Elementwise add image with value |
  | Addition(Image<(Of <<'(TColor, TDepth>)>>), Image<(Of <<'(TColor, TDepth>)>>)) |
Elementwise add img1 with img2 |
  | Addition(Image<(Of <<'(TColor, TDepth>)>>), Double) |
Elementwise add image with value |
  | Addition(Image<(Of <<'(TColor, TDepth>)>>), TColor) |
Elementwise add image with value |
  | BitwiseAnd(Double, Image<(Of <<'(TColor, TDepth>)>>)) |
Perform an elementwise AND operation using an images and a color
|
  | BitwiseAnd(TColor, Image<(Of <<'(TColor, TDepth>)>>)) |
Perform an elementwise AND operation using an images and a color
|
  | BitwiseAnd(Image<(Of <<'(TColor, TDepth>)>>), Image<(Of <<'(TColor, TDepth>)>>)) |
Perform an elementwise AND operation on the two images
|
  | BitwiseAnd(Image<(Of <<'(TColor, TDepth>)>>), Double) |
Perform an elementwise AND operation using an images and a color
|
  | BitwiseAnd(Image<(Of <<'(TColor, TDepth>)>>), TColor) |
Perform an elementwise AND operation using an images and a color
|
  | BitwiseOr(Double, Image<(Of <<'(TColor, TDepth>)>>)) |
Perform an binary OR operation with some color
|
  | BitwiseOr(TColor, Image<(Of <<'(TColor, TDepth>)>>)) |
Perform an binary OR operation with some color
|
  | BitwiseOr(Image<(Of <<'(TColor, TDepth>)>>), Image<(Of <<'(TColor, TDepth>)>>)) | Perform an elementwise OR operation with another image and return the result |
  | BitwiseOr(Image<(Of <<'(TColor, TDepth>)>>), Double) |
Perform an binary OR operation with some color
|
  | BitwiseOr(Image<(Of <<'(TColor, TDepth>)>>), TColor) |
Perform an binary OR operation with some color
|
  | Division(Double, Image<(Of <<'(TColor, TDepth>)>>)) | scale / image |
  | Division(Image<(Of <<'(TColor, TDepth>)>>), Double) | image / scale |
  | Multiply(Double, Image<(Of <<'(TColor, TDepth>)>>)) | scale*image |
  | Multiply(Image<(Of <<'(TColor, TDepth>)>>), ConvolutionKernelF) |
Perform the convolution with kernel on image |
  | Multiply(Image<(Of <<'(TColor, TDepth>)>>), Double) | image * scale |
  | OnesComplement(Image<(Of <<'(TColor, TDepth>)>>)) | Compute the complement image |
  | Subtraction(Double, Image<(Of <<'(TColor, TDepth>)>>)) | - image |
  | Subtraction(TColor, Image<(Of <<'(TColor, TDepth>)>>)) |
Elementwise subtract another image from the current image
|
  | Subtraction(Image<(Of <<'(TColor, TDepth>)>>), Image<(Of <<'(TColor, TDepth>)>>)) |
Elementwise subtract another image from the current image
|
  | Subtraction(Image<(Of <<'(TColor, TDepth>)>>), Double) |
Elementwise subtract another image from the current image
|
  | Subtraction(Image<(Of <<'(TColor, TDepth>)>>), TColor) |
Elementwise subtract another image from the current image
|