Resolving conflicts after rebasing from public

This commit is contained in:
unknown
2014-04-10 12:28:37 -07:00
2 changed files with 2 additions and 6 deletions

View File

@@ -2404,7 +2404,6 @@ static bool ocl_bilateralFilter_8u(InputArray _src, OutputArray _dst, int d,
}
#endif
static void
bilateralFilter_8u( const Mat& src, Mat& dst, int d,
double sigma_color, double sigma_space,