sharpness         196 3rdparty/libwebp/enc/filter.c static int GetILevel(int sharpness, int level) {
sharpness         197 3rdparty/libwebp/enc/filter.c   if (sharpness > 0) {
sharpness         198 3rdparty/libwebp/enc/filter.c     if (sharpness > 4) {
sharpness         203 3rdparty/libwebp/enc/filter.c     if (level > 9 - sharpness) {
sharpness         204 3rdparty/libwebp/enc/filter.c       level = 9 - sharpness;
sharpness          98 modules/stitching/include/opencv2/stitching/detail/blenders.hpp     FeatherBlender(float sharpness = 0.02f);
sharpness         149 modules/stitching/include/opencv2/stitching/detail/blenders.hpp void CV_EXPORTS createWeightMap(InputArray mask, float sharpness, InputOutputArray weight);
sharpness         541 modules/stitching/src/blenders.cpp void createWeightMap(InputArray mask, float sharpness, InputOutputArray weight)
sharpness         546 modules/stitching/src/blenders.cpp     multiply(weight, sharpness, tmp);
sharpness         812 samples/cpp/stitching_detailed.cpp                 LOGLN("Feather blender, sharpness: " << fb->sharpness());