Home
last modified time | relevance | path

Searched refs:line_threshold (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/feature/
H A Dcensure.py105 def _suppress_lines(feature_mask, image, sigma, line_threshold): argument
108 > line_threshold * (Arr * Acc - Arc ** 2)] = False
199 non_max_threshold=0.15, line_threshold=10): argument
213 self.line_threshold = line_threshold
267 self.line_threshold)
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dpamtosvg.c113 float line_threshold; member
169 &cmdlineP->line_threshold, NULL, 0); in parseCommandLine()
196 cmdlineP->line_threshold = 1.0; in parseCommandLine()
242 fittingOptsP->line_threshold = cmdline.line_threshold; in fitSplines()
H A Dautotrace.h115 float line_threshold; member
H A Dfit.c1155 if (start_end_dist * (float) 0.5 > fitting_opts->line_threshold) in spline_linear_enough()
1156 threshold = fitting_opts->line_threshold; in spline_linear_enough()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/selection-to-path/
H A Dtypes.h110 double line_threshold;
136 double line_threshold; member
H A Dfit.h40 extern real line_threshold;
H A Dfit.c105 real line_threshold = 0.5; variable
235 line_threshold = selVals->line_threshold; in fit_set_params()
260 selVals->line_threshold = line_threshold; in fit_set_default_params()
1817 return distance < line_threshold; in spline_linear_enough()
H A Dselection-to-path-dialog.c304 sels->line_threshold, in dialog_create_selection_area()
312 &sels->line_threshold); in dialog_create_selection_area()
H A Dselection-to-path.c228 selVals.line_threshold = param[16].data.d_float; in run()
282 printf ("selVals.line_threshold %g\n", selVals.line_threshold); in dialog_print_selVals()
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_pastebin/
H A Dmod_pastebin.lua41 local line_threshold = module:get_option_number("pastebin_line_threshold", 4);
103 local line_count_pattern = string.rep("[^\n]*\n", line_threshold + 1):sub(1,-2);
160 formdata["{https://modules.prosody.im/mod_pastebin}max_lines"] = tostring(line_threshold);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dautotrace.h168 gfloat line_threshold; member
H A Dfit.c100 fitting_opts.line_threshold = (gfloat) 1.0; in new_fitting_opts()
1340 if (start_end_dist * (gfloat) 0.5 > fitting_opts->line_threshold) in spline_linear_enough()
1341 threshold = fitting_opts->line_threshold; in spline_linear_enough()
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dautotrace.h170 at_real line_threshold; member
H A Dmain.c368 fitting_opts->line_threshold = (at_real) atof (optarg); in read_command_line()
H A Dfit.c120 fitting_opts.line_threshold = (at_real) 1.0; in new_fitting_opts()
1538 if (start_end_dist * (at_real) 0.5 > fitting_opts->line_threshold) in spline_linear_enough()
1539 threshold = fitting_opts->line_threshold; in spline_linear_enough()