Home
last modified time | relevance | path

Searched refs:img_view (Results 51 – 75 of 115) sorted by relevance

12345

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/pro/processes/
H A Dboxm2_ocl_create_norm_intensities_process.cxx196 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in boxm2_ocl_create_norm_intensities_process() local
197 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in boxm2_ocl_create_norm_intensities_process()
198 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in boxm2_ocl_create_norm_intensities_process()
216 if (i<img_view->ni() && j< img_view->nj()) input_buff[count]=(*img_view)(i,j); in boxm2_ocl_create_norm_intensities_process()
227 img_dim_buff[2] = img_view->ni(); in boxm2_ocl_create_norm_intensities_process()
228 img_dim_buff[3] = img_view->nj(); in boxm2_ocl_create_norm_intensities_process()
H A Dboxm2_ocl_update_aux_per_view_process.cxx201 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in boxm2_ocl_update_aux_per_view_process() local
202 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in boxm2_ocl_update_aux_per_view_process()
203 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in boxm2_ocl_update_aux_per_view_process()
227 if (i<img_view->ni() && j< img_view->nj()) { in boxm2_ocl_update_aux_per_view_process()
228 input_buff[count]=(*img_view)(i,j); in boxm2_ocl_update_aux_per_view_process()
247 img_dim_buff[2] = img_view->ni(); in boxm2_ocl_update_aux_per_view_process()
248 img_dim_buff[3] = img_view->nj(); in boxm2_ocl_update_aux_per_view_process()
H A Dboxm2_ocl_create_aux_process.cxx190 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in boxm2_ocl_create_aux_process() local
191 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in boxm2_ocl_create_aux_process()
192 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in boxm2_ocl_create_aux_process()
221 if (i<img_view->ni() && j< img_view->nj()) input_buff[count]=(*img_view)(i,j); in boxm2_ocl_create_aux_process()
244 img_dim_buff[2] = img_view->ni(); in boxm2_ocl_create_aux_process()
245 img_dim_buff[3] = img_view->nj(); in boxm2_ocl_create_aux_process()
H A Dboxm2_ocl_update_alpha_wcubic_process.cxx195 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in boxm2_ocl_update_alpha_wcubic_process() local
196 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in boxm2_ocl_update_alpha_wcubic_process()
197 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in boxm2_ocl_update_alpha_wcubic_process()
225 if ( i<img_view->ni() && j< img_view->nj() ) in boxm2_ocl_update_alpha_wcubic_process()
226 input_buff[count] = (*img_view)(i,j); in boxm2_ocl_update_alpha_wcubic_process()
248 img_dim_buff[2] = img_view->ni(); in boxm2_ocl_update_alpha_wcubic_process()
249 img_dim_buff[3] = img_view->nj(); in boxm2_ocl_update_alpha_wcubic_process()
H A Dboxm2_ocl_update_alpha_wphongs_process.cxx194 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in boxm2_ocl_update_alpha_wphongs_process() local
195 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in boxm2_ocl_update_alpha_wphongs_process()
196 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in boxm2_ocl_update_alpha_wphongs_process()
224 if ( i<img_view->ni() && j< img_view->nj() ) in boxm2_ocl_update_alpha_wphongs_process()
225 input_buff[count] = (*img_view)(i,j); in boxm2_ocl_update_alpha_wphongs_process()
247 img_dim_buff[2] = img_view->ni(); in boxm2_ocl_update_alpha_wphongs_process()
248 img_dim_buff[3] = img_view->nj(); in boxm2_ocl_update_alpha_wphongs_process()
H A Dboxm2_ocl_update_aux_per_view_naa_process.cxx220 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in boxm2_ocl_update_aux_per_view_naa_process() local
221 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in boxm2_ocl_update_aux_per_view_naa_process()
222 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in boxm2_ocl_update_aux_per_view_naa_process()
268 if ( (i < img_view->ni()) && (j < img_view->nj()) ) { in boxm2_ocl_update_aux_per_view_naa_process()
269 input_buff[count]=(*img_view)(i,j); in boxm2_ocl_update_aux_per_view_naa_process()
312 img_dim_buff[2] = img_view->ni(); in boxm2_ocl_update_aux_per_view_naa_process()
313 img_dim_buff[3] = img_view->nj(); in boxm2_ocl_update_aux_per_view_naa_process()
H A Dboxm2_ocl_probability_of_image_wcubic_process.cxx177 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in boxm2_ocl_probability_of_image_wcubic_process() local
179 unsigned cl_ni=RoundUp(img_view->ni(),local_threads[0]); in boxm2_ocl_probability_of_image_wcubic_process()
180 unsigned cl_nj=RoundUp(img_view->nj(),local_threads[1]); in boxm2_ocl_probability_of_image_wcubic_process()
208 img_dim_buff[2] = img_view->ni(); in boxm2_ocl_probability_of_image_wcubic_process()
209 img_dim_buff[3] = img_view->nj(); in boxm2_ocl_probability_of_image_wcubic_process()
H A Dboxm2_ocl_compute_expectation_per_view_process.cxx218 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in boxm2_ocl_compute_expectation_per_view_process() local
219 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in boxm2_ocl_compute_expectation_per_view_process()
220 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in boxm2_ocl_compute_expectation_per_view_process()
255 if ( i<img_view->ni() && j< img_view->nj() ) in boxm2_ocl_compute_expectation_per_view_process()
260 input_buff[count] = (*img_view)(i,j); in boxm2_ocl_compute_expectation_per_view_process()
265 input_buff[count] = (*img_view)(i,j); in boxm2_ocl_compute_expectation_per_view_process()
292 img_dim_buff[2] = img_view->ni(); in boxm2_ocl_compute_expectation_per_view_process()
293 img_dim_buff[3] = img_view->nj(); in boxm2_ocl_compute_expectation_per_view_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/algo/
H A Dboxm2_ocl_paint_online.cxx108 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in paint_scene_with_weights() local
113 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in paint_scene_with_weights()
114 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in paint_scene_with_weights()
133 if ( i<img_view->ni() && j< img_view->nj() ) { in paint_scene_with_weights()
134 input_buff[count] = (*img_view)(i,j); in paint_scene_with_weights()
152 unsigned int img_dim_buff[4]={0,0,img_view->ni(),img_view->nj()}; in paint_scene_with_weights()
H A Dboxm2_ocl_change_detection.cxx142 unsigned cl_ni = RoundUp(img_view->ni(),local_threads[0]); in change_detect()
143 unsigned cl_nj = RoundUp(img_view->nj(),local_threads[1]); in change_detect()
172 if (i<img_view->ni() && j< img_view->nj()) { in change_detect()
202 unsigned int img_dim_buff[] = { 0, 0, img_view->ni(), img_view->nj() }; in change_detect()
751 if (i<img_view->ni() && j< img_view->nj()) { in change_detect()
752 input_buff[count] = (*img_view)(i,j); in change_detect()
784 unsigned int img_dim_buff[] = { 0, 0, img_view->ni(), img_view->nj() }; in change_detect()
1215 if (i<img_view->ni() && j< img_view->nj()) { in change_detect()
1216 input_buff[count] = (*img_view)(i,j); in change_detect()
1233 unsigned int img_dim_buff[] = { 0, 0, img_view->ni(), img_view->nj() }; in change_detect()
[all …]
H A Dboxm2_ocl_update_color.cxx120 auto* img_view = static_cast<vil_image_view<vil_rgba<vxl_byte> >* >(float_img.ptr()); in update_color() local
123 unsigned cl_ni=RoundUp(img_view->ni(),local_threads[0]); in update_color()
124 unsigned cl_nj=RoundUp(img_view->nj(),local_threads[1]); in update_color()
157 if (i<img_view->ni() && j< img_view->nj()) { in update_color()
158 vil_rgba<vxl_byte> rgba = (*img_view)(i,j); in update_color()
185 unsigned int img_dim_buff[4] = {0, 0, img_view->ni(), img_view->nj() }; in update_color()
214 …ene->get_vis_blocks_opt((vpgl_perspective_camera<double>*)cam.ptr(),img_view->ni(),img_view->nj()); in update_color()
H A Dboxm2_ocl_update_based_dispersion.cxx110 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in update() local
111 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in update()
112 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in update()
157 if ( i<img_view->ni() && j< img_view->nj() ) in update()
158 input_buff[count] = (*img_view)(i,j); in update()
184 img_dim_buff[2] = img_view->ni(); in update()
185 img_dim_buff[3] = img_view->nj(); in update()
215 …ene->get_vis_blocks_opt((vpgl_perspective_camera<double>*)cam.ptr(),img_view->ni(),img_view->nj()); in update()
H A Dboxm2_ocl_update_auxQ.cxx85 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in update_auxQ() local
86 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in update_auxQ()
87 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in update_auxQ()
126 if ( i<img_view->ni() && j< img_view->nj() ) in update_auxQ()
127 input_buff[count] = (*img_view)(i,j); in update_auxQ()
151 img_dim_buff[2] = img_view->ni(); in update_auxQ()
152 img_dim_buff[3] = img_view->nj(); in update_auxQ()
198 vil_image_view<float> norm(img_view->ni(),img_view->nj()); in update_auxQ()
203 if ( i<img_view->ni() && j< img_view->nj() ) in update_auxQ()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/gil/extension/dynamic_image/
H A Dalgorithm.hpp155 template <typename V> result_type operator()(const V& img_view) const { in operator ()()
156 …fill_pixels_fn1<pixels_are_compatible<typename V::value_type, Value>::value>::apply(img_view,_val); in operator ()()
166 void fill_pixels(const any_image_view<Types>& img_view, const Value& val) { in fill_pixels() argument
167 apply_operation(img_view,detail::fill_pixels_fn<Value>(val)); in fill_pixels()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/gil/extension/dynamic_image/
H A Dalgorithm.hpp155 template <typename V> result_type operator()(const V& img_view) const { in operator ()()
156 …fill_pixels_fn1<pixels_are_compatible<typename V::value_type, Value>::value>::apply(img_view,_val); in operator ()()
166 void fill_pixels(const any_image_view<Types>& img_view, const Value& val) { in fill_pixels() argument
167 apply_operation(img_view,detail::fill_pixels_fn<Value>(val)); in fill_pixels()
/dports/databases/xtrabackup/boost_1_59_0/boost/gil/extension/dynamic_image/
H A Dalgorithm.hpp155 template <typename V> result_type operator()(const V& img_view) const { in operator ()()
156 …fill_pixels_fn1<pixels_are_compatible<typename V::value_type, Value>::value>::apply(img_view,_val); in operator ()()
166 void fill_pixels(const any_image_view<Types>& img_view, const Value& val) { in fill_pixels() argument
167 apply_operation(img_view,detail::fill_pixels_fn<Value>(val)); in fill_pixels()
/dports/databases/percona57-server/boost_1_59_0/boost/gil/extension/dynamic_image/
H A Dalgorithm.hpp155 template <typename V> result_type operator()(const V& img_view) const { in operator ()()
156 …fill_pixels_fn1<pixels_are_compatible<typename V::value_type, Value>::value>::apply(img_view,_val); in operator ()()
166 void fill_pixels(const any_image_view<Types>& img_view, const Value& val) { in fill_pixels() argument
167 apply_operation(img_view,detail::fill_pixels_fn<Value>(val)); in fill_pixels()
/dports/databases/percona57-client/boost_1_59_0/boost/gil/extension/dynamic_image/
H A Dalgorithm.hpp155 template <typename V> result_type operator()(const V& img_view) const { in operator ()()
156 …fill_pixels_fn1<pixels_are_compatible<typename V::value_type, Value>::value>::apply(img_view,_val); in operator ()()
166 void fill_pixels(const any_image_view<Types>& img_view, const Value& val) { in fill_pixels() argument
167 apply_operation(img_view,detail::fill_pixels_fn<Value>(val)); in fill_pixels()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/gil/extension/dynamic_image/
H A Dalgorithm.hpp155 template <typename V> result_type operator()(const V& img_view) const { in operator ()()
156 …fill_pixels_fn1<pixels_are_compatible<typename V::value_type, Value>::value>::apply(img_view,_val); in operator ()()
166 void fill_pixels(const any_image_view<Types>& img_view, const Value& val) { in fill_pixels() argument
167 apply_operation(img_view,detail::fill_pixels_fn<Value>(val)); in fill_pixels()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/gil/extension/dynamic_image/
H A Dalgorithm.hpp155 template <typename V> result_type operator()(const V& img_view) const { in operator ()()
156 …fill_pixels_fn1<pixels_are_compatible<typename V::value_type, Value>::value>::apply(img_view,_val); in operator ()()
166 void fill_pixels(const any_image_view<Types>& img_view, const Value& val) { in fill_pixels() argument
167 apply_operation(img_view,detail::fill_pixels_fn<Value>(val)); in fill_pixels()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/gil/extension/dynamic_image/
H A Dalgorithm.hpp153 template <typename V> result_type operator()(const V& img_view) const {
154 …fill_pixels_fn1<pixels_are_compatible<typename V::value_type, Value>::value>::apply(img_view,_val);
164 void fill_pixels(const any_image_view<Types>& img_view, const Value& val) {
165 apply_operation(img_view,detail::fill_pixels_fn<Value>(val));
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/gil/extension/dynamic_image/
H A Dalgorithm.hpp155 template <typename V> result_type operator()(const V& img_view) const { in operator ()()
156 …fill_pixels_fn1<pixels_are_compatible<typename V::value_type, Value>::value>::apply(img_view,_val); in operator ()()
166 void fill_pixels(const any_image_view<Types>& img_view, const Value& val) { in fill_pixels() argument
167 apply_operation(img_view,detail::fill_pixels_fn<Value>(val)); in fill_pixels()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/algo/
H A Dbstm_ocl_update.cxx97 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in update() local
98 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in update()
99 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in update()
127 if ( i<img_view->ni() && j< img_view->nj() ) in update()
128 input_buff[count] = (*img_view)(i,j); in update()
164 img_dim_buff[2] = img_view->ni(); in update()
165 img_dim_buff[3] = img_view->nj(); in update()
H A Dbstm_ocl_update_color.cxx104 auto* img_view = static_cast<vil_image_view<vil_rgba<vxl_byte> >* >(float_img.ptr()); in update() local
106 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in update()
107 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in update()
140 if (i<img_view->ni() && j< img_view->nj()) { in update()
141 vil_rgba<vxl_byte> rgba = (*img_view)(i,j); in update()
187 img_dim_buff[2] = img_view->ni(); in update()
188 img_dim_buff[3] = img_view->nj(); in update()
H A Dbstm_ocl_update_viewdep.cxx98 auto* img_view = static_cast<vil_image_view<float>* >(float_img.ptr()); in update() local
99 auto cl_ni=(unsigned)RoundUp(img_view->ni(),(int)local_threads[0]); in update()
100 auto cl_nj=(unsigned)RoundUp(img_view->nj(),(int)local_threads[1]); in update()
128 if ( i<img_view->ni() && j< img_view->nj() ) in update()
129 input_buff[count] = (*img_view)(i,j); in update()
165 img_dim_buff[2] = img_view->ni(); in update()
166 img_dim_buff[3] = img_view->nj(); in update()

12345