mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Merge pull request #21231 from alexgiving:atrutnev/SIMD_SubRC_fluid
GAPI FLUID: SIMD for SubRC kernel * SIMD for SubRC * Reverse subrc
This commit is contained in:
@@ -707,7 +707,7 @@ GAPI_EXPORTS GMat subC(const GMat& src, const GScalar& c, int ddepth = -1);
|
||||
/** @brief Calculates the per-element difference between given scalar and the matrix.
|
||||
|
||||
The function can be replaced with matrix expressions:
|
||||
\f[\texttt{dst} = \texttt{val} - \texttt{src}\f]
|
||||
\f[\texttt{dst} = \texttt{c} - \texttt{src}\f]
|
||||
|
||||
Depth of the output matrix is determined by the ddepth parameter.
|
||||
If ddepth is set to default -1, the depth of output matrix will be the same as the depth of input matrix.
|
||||
|
||||
Reference in New Issue
Block a user