After-merge corrections
This commit is contained in:
parent
573e818415
commit
944f7bac42
@ -313,8 +313,8 @@ namespace cv
|
|||||||
float alpha = 0.2, float beta = 0.4);
|
float alpha = 0.2, float beta = 0.4);
|
||||||
|
|
||||||
CV_EXPORTS_W void textureFlattening(InputArray src, InputArray mask, OutputArray dst,
|
CV_EXPORTS_W void textureFlattening(InputArray src, InputArray mask, OutputArray dst,
|
||||||
double low_threshold = 30, double high_threshold = 45,
|
double low_threshold, double high_threshold,
|
||||||
int kernel_size = 3);
|
int kernel_size);
|
||||||
|
|
||||||
CV_EXPORTS_W void edgePreservingFilter(InputArray src, OutputArray dst, int flags = 1,
|
CV_EXPORTS_W void edgePreservingFilter(InputArray src, OutputArray dst, int flags = 1,
|
||||||
float sigma_s = 60, float sigma_r = 0.4);
|
float sigma_s = 60, float sigma_r = 0.4);
|
||||||
@ -328,6 +328,9 @@ namespace cv
|
|||||||
CV_EXPORTS_W void stylization(InputArray src, OutputArray dst, float sigma_s = 60,
|
CV_EXPORTS_W void stylization(InputArray src, OutputArray dst, float sigma_s = 60,
|
||||||
float sigma_r = 0.45);
|
float sigma_r = 0.45);
|
||||||
|
|
||||||
|
CV_EXPORTS_W void edgeEnhance(InputArray src, OutputArray dst, float sigma_s = 60,
|
||||||
|
float sigma_r = 0.45);
|
||||||
|
|
||||||
} // cv
|
} // cv
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user