spatialGradient: Add test class and Sobel proxy method

This commit is contained in:
Seon-Wook Park
2015-06-18 17:42:32 +02:00
parent 12e6efc6e4
commit 9f1c641199
3 changed files with 126 additions and 0 deletions

View File

@@ -1369,6 +1369,15 @@ CV_EXPORTS_W void Sobel( InputArray src, OutputArray dst, int ddepth,
double scale = 1, double delta = 0,
int borderType = BORDER_DEFAULT );
/** @brief TODO
TODO
*/
CV_EXPORTS_W void spatialGradient( InputArray src, OutputArray dx,
OutputArray dy, int ksize );
/** @brief Calculates the first x- or y- image derivative using Scharr operator.
The function computes the first x- or y- spatial image derivative using the Scharr operator. The