Home
last modified time | relevance | path

Searched refs:fill_x_border (Results 1 – 4 of 4) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_vil1_float_ops.cxx51 brip_vil1_float_ops::fill_x_border(output, n, 0.0f); in convolve()
406 brip_vil1_float_ops::fill_x_border(grad_x, 1, 0.0f); in gradient_3x3()
408 brip_vil1_float_ops::fill_x_border(grad_y, 1, 0.0f); in gradient_3x3()
449 brip_vil1_float_ops::fill_x_border(Ixx, 1, 0.0f); in hessian_3x3()
451 brip_vil1_float_ops::fill_x_border(Ixy, 1, 0.0f); in hessian_3x3()
453 brip_vil1_float_ops::fill_x_border(Iyy, 1, 0.0f); in hessian_3x3()
529 brip_vil1_float_ops::fill_x_border(IxIx, n, 0.0f); in grad_matrix_NxN()
531 brip_vil1_float_ops::fill_x_border(IxIy, n, 0.0f); in grad_matrix_NxN()
533 brip_vil1_float_ops::fill_x_border(IyIy, n, 0.0f); in grad_matrix_NxN()
661 brip_vil1_float_ops::fill_x_border(vx, n, 0.0f); in Lucas_KanadeMotion()
[all …]
H A Dbrip_vil_float_ops.cxx97 brip_vil_float_ops::fill_x_border(output, n, 0.0f); in convolve()
699 brip_vil_float_ops::fill_x_border(mag, 1, 0.0f); in gradient_mag_3x3()
722 brip_vil_float_ops::fill_x_border(mag, 1, 0.0f); in gradient_mag_comp_3x3()
724 brip_vil_float_ops::fill_x_border(gx, 1, 0.0f); in gradient_mag_comp_3x3()
762 brip_vil_float_ops::fill_x_border(Ixx, 1, 0.0f); in hessian_3x3()
764 brip_vil_float_ops::fill_x_border(Ixy, 1, 0.0f); in hessian_3x3()
766 brip_vil_float_ops::fill_x_border(Iyy, 1, 0.0f); in hessian_3x3()
1157 brip_vil_float_ops::fill_x_border(vx, n, 0.0f); in Lucas_KanadeMotion()
1159 brip_vil_float_ops::fill_x_border(vy, n, 0.0f); in Lucas_KanadeMotion()
1411 brip_vil_float_ops::fill_x_border(vx, 1, 0.0f); in Horn_SchunckMotion()
[all …]
H A Dbrip_vil1_float_ops.h132 static void fill_x_border(vil1_memory_image_of<float> & image,
H A Dbrip_vil_float_ops.h363 static void fill_x_border(vil_image_view<float>& image, unsigned w, float value);