Home
last modified time | relevance | path

Searched refs:fast_extrema (Results 1 – 5 of 5) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/tests/
H A Dtest_extrema.cxx90 brip_vil_float_ops::fast_extrema(im, lambda0, lambda1, 0.0f); in test_extrema()
113 res = brip_vil_float_ops::fast_extrema(im, lambda0, lambda1, 90.0f); in test_extrema()
135 res = brip_vil_float_ops::fast_extrema(im, lambda0, lambda1, 45.0f); in test_extrema()
156 res = brip_vil_float_ops::fast_extrema(im, lambda0, lambda1, -45.0f); in test_extrema()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_vil_float_ops.h245 static vil_image_view<float> fast_extrema(vil_image_view<float> const& input,
H A Dbrip_vil_float_ops.cxx4419 fast_extrema(vil_image_view<float> const& input, float lambda0, float lambda1, in fast_extrema() function in brip_vil_float_ops
4595 fast_extrema(input, lambda0, lambda1, theta, bright, in fast_extrema_rotational()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_texture_classifier.cxx156 laplace_ = brip_vil_float_ops::fast_extrema(img, laplace_radius_, in compute_filter_bank()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/segv/
H A Dsegv_vil_segmentation_manager.cxx1957 …extr = brip_vil_float_ops::fast_extrema(fimg, lambda0, lambda1, theta, bright, mag_only, output_ma… in extrema()