Home
last modified time | relevance | path

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

/dports/math/octave-forge-image/image-2.12.0/src/
H A Dwatershed.cc183 const T padded_im_array = conn.create_padded (im, 0); in watershed() local
184 const P* padded_im = padded_im_array.fortran_vec (); in watershed()
187 = conn.deleted_neighbourhood (padded_im_array.dims ()); in watershed()
205 const octave_idx_type n = padded_im_array.numel (); in watershed()