Unique name identifying this operation.
The operation implementation doesn't support a [dst] Mat (always write to src).
The operation doesn't support "in-place" modifications. (passing the same mat as [src] and [dst]).
If defined, the operation supports options as array, example: new GaussianBlur().exec(src, dst, 5, 2.2)
and in the form of statements : GaussianBlur src out1 5 2.2
which could be less verbose alternative.
Does the dst mat need to be of the same size and type as [src]?.
Valid channel numbers of input images.
Generated using TypeDoc
Operation description paragraph.