Home
last modified time | relevance | path

Searched refs:peak_y (Results 1 – 6 of 6) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsta/
H A Dbsta_int_histogram_2d.cxx179 bool bsta_int_histogram_2d::find_edge( unsigned int peak_y, unsigned int peak_x, in find_edge() argument
186 long int peak_height = counts_[peak_y][peak_x]; // the highest peak of the 2D histogram in find_edge()
195 auto y_point = static_cast<float>(peak_y); in find_edge()
H A Dbsta_int_histogram_2d.h86 bool find_edge( unsigned int peak_y, unsigned int peak_x,
/dports/astro/phd2/phd2-2.6.10/
H A Dstar.cpp167 int peak_x = 0, peak_y = 0; in Find() local
183 peak_y = y; in Find()
215 peak_y = y; in Find()
240 start_y = wxMax(peak_y - B, miny); in Find()
241 end_y = wxMin(peak_y + B, maxy); in Find()
260 int dy = y - peak_y; in Find()
324 start_y = wxMax(peak_y - A, miny); in Find()
325 end_y = wxMin(peak_y + A, maxy); in Find()
332 int dy = y - peak_y; in Find()
394 newY = peak_y + cy / mass; in Find()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/y4mutils/
H A Dy4mhist.c295 void make_histogram_stat(int peak_y, int peak_u, int peak_v, in make_histogram_stat() argument
300 sprintf(framestat, "Peak Y at : %i", peak_y); in make_histogram_stat()
331 int peak_y, peak_u, peak_v, peak_fy, peak_fu, peak_fv; in make_stat() local
334 peak_y = 0; peak_u = 0; peak_v = 0; in make_stat()
350 peak_y = i; in make_stat()
404 make_histogram_stat(peak_y, peak_u, peak_v, sum1_x, stat); in make_stat()
/dports/astro/py-skyfield/skyfield-1.41/skyfield/
H A Dsearchlib.py197 peak_y = y.take(indices)
213 y = concatenate((peak_y, plateau_y))
/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/a-exp.lv2/
H A Da-exp.c548 const float peak_y = fminf (h * (exp_curve (self, self->v_peakdb) - 10.f) / -70.f, h); in render_inline_full() local
550 cairo_arc (cr, peak_x, peak_y, 3.f, 0.f, 2.f*M_PI); in render_inline_full()