Home
last modified time | relevance | path

Searched refs:d_jstep (Results 1 – 25 of 29) sorted by relevance

12

/dports/misc/vxl/vxl-3.3.2/core/vil/algo/
H A Dvil_line_filter.hxx37 std::ptrdiff_t d_jstep = line_dir.jstep(); in light_lines_3x3() local
49 d_data += d_jstep; in light_lines_3x3()
104 d_data += d_jstep; in light_lines_3x3()
130 std::ptrdiff_t d_jstep = line_dir.jstep(); in dark_lines_3x3() local
142 d_data += d_jstep; in dark_lines_3x3()
197 d_data += d_jstep; in dark_lines_3x3()
224 std::ptrdiff_t d_jstep = line_dir.jstep(); in light_lines_5x5() local
240 d_data += 2*d_jstep; in light_lines_5x5()
309 d_data += d_jstep; in light_lines_5x5()
348 d_data += 2*d_jstep; in dark_lines_5x5()
[all …]
H A Dvil_exp_filter_1d.h60 std::ptrdiff_t d_istep = dest_im.istep(),d_jstep = dest_im.jstep(); in vil_exp_filter_i() local
67 for (unsigned j=0;j<nj;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_exp_filter_i()
85 std::ptrdiff_t d_istep = dest_im.istep(),d_jstep = dest_im.jstep(); in vil_exp_filter_j() local
93 vil_exp_filter_1d(src_col,s_jstep, dest_col,d_jstep, nj, k); in vil_exp_filter_j()
H A Dvil_exp_grad_filter_1d.h66 std::ptrdiff_t d_istep = dest_im.istep(),d_jstep = dest_im.jstep(); in vil_exp_grad_filter_i() local
73 for (unsigned j=0;j<nj;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_exp_grad_filter_i()
91 std::ptrdiff_t d_istep = dest_im.istep(),d_jstep = dest_im.jstep(); in vil_exp_grad_filter_j() local
99 vil_exp_grad_filter_1d(src_col,s_jstep, dest_col,d_jstep, nj, k); in vil_exp_grad_filter_j()
H A Dvil_correlate_1d.h75 std::ptrdiff_t d_istep = dest_im.istep(),d_jstep = dest_im.jstep(); in vil_correlate_1d() local
88 for (unsigned int j=0;j<nj;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_correlate_1d()
92 for (unsigned int j=0;j<nj;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_correlate_1d()
99 for (unsigned int j=0;j<nj;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_correlate_1d()
103 for (unsigned int j=0;j<nj;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_correlate_1d()
H A Dvil_convolve_1d.h262 std::ptrdiff_t d_istep = dest_im.istep(),d_jstep = dest_im.jstep(); in vil_convolve_1d() local
276 for (unsigned int j=0;j<n_j;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_convolve_1d()
280 for (unsigned int j=0;j<n_j;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_convolve_1d()
287 for (unsigned int j=0;j<n_j;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_convolve_1d()
291 for (unsigned int j=0;j<n_j;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_convolve_1d()
H A Dvil_quad_distance_function.h172 std::ptrdiff_t d_istep = dest.istep(), d_jstep = dest.jstep(); in vil_quad_distance_function() local
191 vil_sample_quad_envelope(x,y,z,aj,d_col,d_jstep,nj); in vil_quad_distance_function()
214 std::ptrdiff_t d_istep = dest.istep(), d_jstep = dest.jstep(); in vil_quad_distance_function() local
242 vil_sample_quad_envelope_with_pos(x,y,z,aj,d_col,d_jstep,nj,pj_col,p_jstep); in vil_quad_distance_function()
H A Dvil_correlate_2d.h67 std::ptrdiff_t d_istep = dest_im.istep(),d_jstep = dest_im.jstep(); in vil_correlate_2d() local
73 for (int j=0;j<nj;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil_correlate_2d()
H A Dvil_greyscale_dilate.hxx29 d_istep = dest_image.istep(), d_jstep = dest_image.jstep(); in vil_greyscale_dilate() local
63 T* dest_p = dest_row0 + j*d_jstep + ilo * d_istep; in vil_greyscale_dilate()
H A Dvil_binary_erode.cxx35 std::ptrdiff_t d_istep = dest_image.istep(), d_jstep = dest_image.jstep(); in vil_binary_erode() local
74 bool * dest_p = dest_row0 + j * d_jstep + ilo * d_istep; in vil_binary_erode()
H A Dvil_binary_dilate.cxx34 std::ptrdiff_t d_istep = dest_image.istep(), d_jstep = dest_image.jstep(); in vil_binary_dilate() local
70 bool * dest_p = dest_row0 + j * d_jstep + ilo * d_istep; in vil_binary_dilate()
H A Dvil_greyscale_erode.hxx28 d_istep = dest_image.istep(), d_jstep = dest_image.jstep(); in vil_greyscale_erode() local
62 T* dest_p = dest_row0 + j*d_jstep + ilo * d_istep; in vil_greyscale_erode()
H A Dvil_median.hxx28 std::ptrdiff_t d_istep = dest_image.istep(), d_jstep = dest_image.jstep(); in vil_median() local
68 T* dest_p = dest_row0 + j*d_jstep + ilo * d_istep; in vil_median()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/algo/
H A Dvil3d_convolve_1d.h65 d_jstep = dest_im.jstep(), in vil3d_convolve_1d() local
87 for (unsigned int j=0; j<n_j; ++j, src_row+=s_jstep, dest_row+=d_jstep) in vil3d_convolve_1d()
91 for (unsigned int j=0; j<n_j; ++j, src_row+=s_jstep, dest_row+=d_jstep) in vil3d_convolve_1d()
98 for (unsigned int j=0; j<n_j; ++j, src_row+=s_jstep, dest_row+=d_jstep) in vil3d_convolve_1d()
102 for (unsigned int j=0; j<n_j; ++j, src_row+=s_jstep, dest_row+=d_jstep) in vil3d_convolve_1d()
H A Dvil3d_quad_distance_function.h29 std::ptrdiff_t d_istep = dest.istep(), d_jstep = dest.jstep(), d_kstep = dest.kstep(); in vil3d_quad_distance_function_i() local
41 for (unsigned int j=0;j<nj;++j, s_row+=s_jstep, d_row+=d_jstep) in vil3d_quad_distance_function_i()
92 std::ptrdiff_t d_istep = dest.istep(), d_jstep = dest.jstep(), d_kstep = dest.kstep(); in vil3d_quad_distance_function_i() local
107 for (unsigned j=0;j<nj;++j,s_row+=s_jstep,d_row+=d_jstep,p_row+=p_jstep) in vil3d_quad_distance_function_i()
H A Dvil3d_exp_filter.h27 std::ptrdiff_t d_istep = dest_im.istep(),d_jstep = dest_im.jstep(); in vil3d_exp_filter_i() local
40 for (unsigned j=0;j<nj;++j,src_row+=s_jstep,dest_row+=d_jstep) in vil3d_exp_filter_i()
H A Dvil3d_smooth_121.h31 d_jstep = smooth_im.jstep(), in vil3d_smooth_121_i() local
50 for (unsigned int j=0; j<n_j; ++j, src_row+=s_jstep, dest_row+=d_jstep) in vil3d_smooth_121_i()
/dports/misc/vxl/vxl-3.3.2/core/vil/
H A Dvil_resample_bicub.hxx55 const std::ptrdiff_t d_jstep = dest_image.jstep(); in vil_resample_bicub() local
67 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bicub()
78 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bicub()
96 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bicub()
108 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bicub()
152 const std::ptrdiff_t d_jstep = dest_image.jstep(); in vil_resample_bicub_edge_extend() local
164 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bicub_edge_extend()
175 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bicub_edge_extend()
193 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bicub_edge_extend()
205 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bicub_edge_extend()
H A Dvil_resample_nearest.hxx70 const std::ptrdiff_t d_jstep = dest_image.jstep(); in vil_resample_nearest() local
82 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_nearest()
93 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_nearest()
111 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_nearest()
123 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_nearest()
193 const std::ptrdiff_t d_jstep = dest_image.jstep(); in vil_resample_nearest_edge_extend() local
205 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_nearest_edge_extend()
216 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_nearest_edge_extend()
234 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_nearest_edge_extend()
246 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_nearest_edge_extend()
H A Dvil_resample_bilin.hxx64 const std::ptrdiff_t d_jstep = dest_image.jstep(); in vil_resample_bilin() local
76 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bilin()
87 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bilin()
105 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bilin()
117 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bilin()
187 const std::ptrdiff_t d_jstep = dest_image.jstep(); in vil_resample_bilin_edge_extend() local
199 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bilin_edge_extend()
210 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bilin_edge_extend()
228 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bilin_edge_extend()
240 for (int j=0;j<n2;++j,x1+=dx2,y1+=dy2,row+=d_jstep) in vil_resample_bilin_edge_extend()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bbgm/
H A Dbbgm_detect.h48 const std::ptrdiff_t d_jstep = data.jstep(); in detect() local
57 for (unsigned int j=0; j<nj; ++j, d_row+=d_jstep, r_row+=r_jstep){ in detect()
106 const std::ptrdiff_t d_jstep = data.jstep(); in detect_masked() local
118 for (unsigned int j=0; j<nj; ++j, d_row+=d_jstep, r_row+=r_jstep, m_row+=m_jstep){ in detect_masked()
167 const std::ptrdiff_t d_jstep = image.jstep(); in detect() local
176 for ( int j=0; j<nj; ++j, d_row+=d_jstep, r_row+=r_jstep){ in detect()
223 const std::ptrdiff_t d_jstep = image.jstep(); in detect_masked() local
238 for ( int j=0; j<nj; ++j, d_row+=d_jstep, r_row+=r_jstep,m_row+=m_jstep){ in detect_masked()
301 const std::ptrdiff_t d_jstep = image.jstep(); in detect_masked() local
311 for (unsigned int j=0; j<nj; ++j, d_row+=d_jstep, r_row+=r_jstep,m_row+=m_jstep){ in detect_masked()
H A Dbbgm_apply.h152 const std::ptrdiff_t d_jstep = data.jstep();
160 for (unsigned int j=0; j<nj; ++j, d_row+=d_jstep, r_row+=r_jstep) {
206 const std::ptrdiff_t d_jstep = data.jstep();
214 for (unsigned int j=0; j<nj; ++j, d_row+=d_jstep, r_row+=r_jstep) {
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_subpix_convolution.h50 std::ptrdiff_t d_istep = dest_im.istep(), d_jstep = dest_im.jstep(); in brip_subpix_convolve_2d() local
76 … destT* dest_row = dest_im.top_left_ptr()+(shift_i+two_pow_N*khs)+(shift_j+two_pow_N*khs)*d_jstep; in brip_subpix_convolve_2d()
78 for (int j=0;j<src_nj;++j,src_row+=s_jstep,dest_row+=two_pow_N*d_jstep) in brip_subpix_convolve_2d()
213 std::ptrdiff_t d_istep = dest_im.istep(), d_jstep = dest_im.jstep(); in brip_subpix_convolve_2d_sep() local
247 destT* dest_row = dest_im.top_left_ptr()+(shift_i)+(shift_j)*d_jstep; in brip_subpix_convolve_2d_sep()
249 for (int j=0;j<src_nj;++j, src_row+=s_jstep, dest_row+=two_pow_N*d_jstep) in brip_subpix_convolve_2d_sep()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/
H A Dvil3d_resample_tricubic.hxx96 const std::ptrdiff_t d_jstep = dest_image.jstep(); in vil3d_resample_tricubic() local
111 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_tricubic()
131 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_tricubic()
158 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_tricubic()
180 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_tricubic()
263 const std::ptrdiff_t d_jstep = dest_image.jstep(); in vil3d_resample_tricubic_edge_extend() local
278 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_tricubic_edge_extend()
298 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_tricubic_edge_extend()
429 const std::ptrdiff_t d_jstep = dest_image.jstep(); in vil3d_resample_tricubic_edge_trilin_extend() local
442 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_tricubic_edge_trilin_extend()
[all …]
H A Dvil3d_resample_trilinear.hxx98 const std::ptrdiff_t d_jstep = dest_image.jstep(); in vil3d_resample_trilinear_edge_extend() local
113 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_trilinear_edge_extend()
133 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_trilinear_edge_extend()
160 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_trilinear_edge_extend()
181 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_trilinear_edge_extend()
265 const std::ptrdiff_t d_jstep = dest_image.jstep(); in vil3d_resample_trilinear() local
280 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_trilinear()
300 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_trilinear()
327 for (int j=0; j<n2; ++j, xj+=dx2, yj+=dy2, zj+=dz2, row+=d_jstep) in vil3d_resample_trilinear()
424 const std::ptrdiff_t d_jstep = dst_image.jstep(); in vil3d_resample_trilinear() local
[all …]
H A Dvil3d_resample_simple.hxx35 const std::ptrdiff_t d_jstep = dst_image.jstep(); in vil3d_resample_simple() local
48 for (unsigned j=0; j<dnj; ++j, d_row+=d_jstep) in vil3d_resample_simple()

12