Home
last modified time | relevance | path

Searched refs:blend_width (Results 1 – 25 of 33) sorted by relevance

12

/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.9/
H A DMosaic.def90 blend_width = _blend_width;
100 blend_width.value,
105 blend_width.value
131 blend_width.value,
136 blend_width.value
171 blend_width.value
193 blend_width.value
239 blend_width.value,
246 blend_width.value
278 blend_width.value,
[all …]
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.8/
H A DMosaic.def90 blend_width = _blend_width;
100 blend_width.value,
105 blend_width.value
131 blend_width.value,
136 blend_width.value
171 blend_width.value
193 blend_width.value
239 blend_width.value,
246 blend_width.value
278 blend_width.value,
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DText.frag.glsl74 vec4 distanceFieldColorSample(float edge_distance, float blend_width, float blend_half_width)
84 …DROP_COLOR.a*vertexColor.a), smoothstep(0.0, 1.0, (blend_half_width-edge_distance)/(blend_width)));
92 …(BACKDROP_COLOR.rgb, vertexColor.a * ((blend_half_width+outline_width+edge_distance)/blend_width));
105 …exColor.rgb, vertexColor.a * smoothstep(1.0, 0.0, (blend_half_width-edge_distance)/(blend_width)));
141 float blend_width = 1.5*distance_across_pixel/numSamples;
142 float blend_half_width = blend_width*0.5;
164 vec4 c = distanceFieldColorSample(distanceFromEdge(pos), blend_width, blend_half_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.10/
H A DTasks.def332 blend_width = blend_width_widget;
338 (object_size / 2) (search_area / 2) 0 blend_width.value,
341 (b'.left - a'.left) (b'.top - a'.top) blend_width.value
353 blend_width = blend_width_widget;
362 (b'.left - a'.left) (b'.top - a'.top) blend_width.value
420 blend_width = blend_width_widget;
428 0 blend_width.value,
433 blend_width.value
451 blend_width = blend_width_widget;
459 0 blend_width.value,
[all …]
H A DFilter.def824 blend_width = Slider 0 1 0.05;
839 blend_width'
840 = 1, blend_width.value == 0
841 = floor (range * blend_width.value);
842 start = blend_position' - blend_width' / 2;
847 = im_grey blend_width' output_height, orientation == 0
848 = rot90 (im_grey blend_width' output_width);
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/glslparsertest/glsl2/
H A Dgst-gl-texture-interp.frag34 uniform float blend_width, blend_height;
40 vec2 blend_scale = vec2 (blend_width, blend_height) / vec2 (final_width, final_height);
/dports/graphics/cimg/CImg-v.2.9.7/plugins/
H A Dinpaint.h421 blend_width = _blend_width?_blend_width + 1 - (_blend_width%2):0; variable
422 if (!blend_width) continue;
423 const int b2 = (int)blend_width/2, b1 = (int)blend_width - b2 - 1;
427 weights.assign(blend_width,blend_width,1,1,0).
428 draw_gaussian((float)b1,(float)b1,blend_width/4.0f,&one);
/dports/graphics/gmic-qt/CImg-v.2.9.8/plugins/
H A Dinpaint.h421 blend_width = _blend_width?_blend_width + 1 - (_blend_width%2):0; variable
422 if (!blend_width) continue;
423 const int b2 = (int)blend_width/2, b1 = (int)blend_width - b2 - 1;
427 weights.assign(blend_width,blend_width,1,1,0).
428 draw_gaussian((float)b1,(float)b1,blend_width/4.0f,&one);
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CImg/Inpaint/
H A Dinpaint.h421 blend_width = _blend_width?_blend_width + 1 - (_blend_width%2):0; variable
422 if (!blend_width) continue;
423 const int b2 = (int)blend_width/2, b1 = (int)blend_width - b2 - 1;
427 weights.assign(blend_width,blend_width,1,1,0).
428 draw_gaussian((float)b1,(float)b1,blend_width/4.0f,&one);
H A Dinpaint.h.patch29 blend_width = _blend_width?_blend_width + 1 - (_blend_width%2):0;
/dports/graphics/opencv/opencv-4.5.3/samples/python/
H A Dstitching_detailed.py476 blend_width = np.sqrt(dst_sz[2] * dst_sz[3]) * blend_strength / 100
477 if blend_width < 1:
481 blender.setNumBands((np.log(blend_width) / np.log(2.) - 1.).astype(np.int))
484 blender.setSharpness(1. / blend_width)
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dstitching_detailed.cpp880 float blend_width = sqrt(static_cast<float>(dst_sz.area())) * blend_strength / 100.f; in main() local
881 if (blend_width < 1.f) in main()
886 mb->setNumBands(static_cast<int>(ceil(log(blend_width)/log(2.)) - 1.)); in main()
892 fb->setSharpness(1.f/blend_width); in main()
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.12/
H A DFilter.def843 blend_width = Scale "Blend width" 0 1 0.05;
858 blend_width'
859 = 1, blend_width.value == 0
860 = floor (range * blend_width.value);
861 start = blend_position' - blend_width' / 2;
866 = im_grey blend_width' output_height, orientation == 0
867 = rot90 (im_grey blend_width' output_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.24/
H A DFilter.def935 blend_width = Scale "Blend width" 0 1 0.05;
950 blend_width'
951 = 1, blend_width.value == 0
952 = floor (range * blend_width.value);
953 start = blend_position' - blend_width' / 2;
958 = im_grey blend_width' output_height, orientation == 0
959 = rot90 (im_grey blend_width' output_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.16/
H A DFilter.def911 blend_width = Scale "Blend width" 0 1 0.05;
926 blend_width'
927 = 1, blend_width.value == 0
928 = floor (range * blend_width.value);
929 start = blend_position' - blend_width' / 2;
934 = im_grey blend_width' output_height, orientation == 0
935 = rot90 (im_grey blend_width' output_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.40/
H A DFilter.def963 blend_width = Scale "Blend width" 0 1 0.05;
978 blend_width'
979 = 1, blend_width.value == 0
980 = floor (range * blend_width.value);
981 start = blend_position' - blend_width' / 2;
986 = im_grey blend_width' output_height, orientation == 0
987 = rot90 (im_grey blend_width' output_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.14/
H A DFilter.def911 blend_width = Scale "Blend width" 0 1 0.05;
926 blend_width'
927 = 1, blend_width.value == 0
928 = floor (range * blend_width.value);
929 start = blend_position' - blend_width' / 2;
934 = im_grey blend_width' output_height, orientation == 0
935 = rot90 (im_grey blend_width' output_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.26/
H A DFilter.def1176 blend_width = Scale "Blend width" 0 1 0.05;
1191 blend_width'
1192 = 1, blend_width.value == 0
1193 = floor (range * blend_width.value);
1194 start = blend_position' - blend_width' / 2;
1199 = im_grey blend_width' output_height, orientation == 0
1200 = rot90 (im_grey blend_width' output_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.38/
H A DFilter.def1161 blend_width = Scale "Blend width" 0 1 0.05;
1176 blend_width'
1177 = 1, blend_width.value == 0
1178 = floor (range * blend_width.value);
1179 start = blend_position' - blend_width' / 2;
1184 = im_grey blend_width' output_height, orientation == 0
1185 = rot90 (im_grey blend_width' output_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.3/
H A DFilter.def970 blend_width = Scale "Blend width" 0 1 0.05;
985 blend_width'
986 = 1, blend_width.value == 0
987 = floor (range * blend_width.value);
988 start = blend_position' - blend_width' / 2;
993 = im_grey blend_width' output_height, orientation == 0
994 = rot90 (im_grey blend_width' output_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.5/
H A DFilter.def973 blend_width = Scale "Blend width" 0 1 0.05;
988 blend_width'
989 = 1, blend_width.value == 0
990 = floor (range * blend_width.value);
991 start = blend_position' - blend_width' / 2;
996 = im_grey blend_width' output_height, orientation == 0
997 = rot90 (im_grey blend_width' output_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/start/
H A DFilter.def982 blend_width = Scale "Blend width" 0 1 0.05;
997 blend_width'
998 = 1, blend_width.value == 0
999 = floor (range * blend_width.value);
1000 start = blend_position' - blend_width' / 2;
1005 = im_grey blend_width' output_height, orientation == 0
1006 = rot90 (im_grey blend_width' output_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.6/
H A DFilter.def973 blend_width = Scale "Blend width" 0 1 0.05;
988 blend_width'
989 = 1, blend_width.value == 0
990 = floor (range * blend_width.value);
991 start = blend_position' - blend_width' / 2;
996 = im_grey blend_width' output_height, orientation == 0
997 = rot90 (im_grey blend_width' output_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.2/
H A DFilter.def970 blend_width = Scale "Blend width" 0 1 0.05;
985 blend_width'
986 = 1, blend_width.value == 0
987 = floor (range * blend_width.value);
988 start = blend_position' - blend_width' / 2;
993 = im_grey blend_width' output_height, orientation == 0
994 = rot90 (im_grey blend_width' output_width);
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.4/
H A DFilter.def970 blend_width = Scale "Blend width" 0 1 0.05;
985 blend_width'
986 = 1, blend_width.value == 0
987 = floor (range * blend_width.value);
988 start = blend_position' - blend_width' / 2;
993 = im_grey blend_width' output_height, orientation == 0
994 = rot90 (im_grey blend_width' output_width);

12