Home
last modified time | relevance | path

Searched refs:img_index (Results 1 – 25 of 61) sorted by relevance

123

/dports/sysutils/recoverdm/recoverdm-8ecb743/
H A Dmergebad.c42 int img_index, badblock_index; in find_image_without_badblock() local
48 for(img_index=0; img_index<n_imgs; img_index++) in find_image_without_badblock()
86 return img_index; in find_image_without_badblock()
100 int img_index, badblock_index; in find_smallest_current_badblock() local
109 for(img_index=0; img_index<n_imgs; img_index++) in find_smallest_current_badblock()
138 *selected_image = img_index; in find_smallest_current_badblock()
362 int img_index, badblock_index; in main() local
371 if (img_index != -1) in main()
374 …int next_badblock = find_badblock_after_offset(imgs[img_index].bb_list, imgs[img_index].bb_list_si… in main()
391 myseek(imgs[img_index].fd, offset); in main()
[all …]
/dports/graphics/lfview/lfview-1.1a/
H A Dlfview.c133 for (img_index = 1; img_index < argc; img_index++) { in main()
134 if (!strcmp(argv[img_index], "-a") && argc > img_index + 1) { in main()
136 img_index++; in main()
146 } else if (!strcmp(argv[img_index], "-geometry") && argc>img_index+1) { in main()
148 char *p=argv[++img_index]; in main()
204 img_index = 0; in main()
210 min_index = img_index; in main()
355 img_index--; in main()
359 img_index = min_index; in main()
572 (*img_index)++; in next_index()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/utils/
H A Dimagenet_topk_accuracy_driver.py192 def get_curr_img_paths(img_paths, img_index, batch_size, tmp_dir_name, argument
196 img_path = img_paths[img_index + batch_idx]
276 for img_index in xrange(0, total_image_count, batch_size):
277 curr_img_paths = get_curr_img_paths(img_paths, img_index,
306 expected_label = img_labels[img_index + batch_idx]
312 curr_completed_count = img_index + batch_size
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/
H A Dol_image_button.c122 int img_index = STATE_NORMAL;
125 img_index = STATE_PRESSED;
127 img_index = STATE_ACTIVE;
129 img_index = STATE_DISABLED;
131 x - img_index * sw,
/dports/science/py-chainer/chainer-7.8.0/chainer/utils/
H A Dconv_nd.py48 img_index = (colon, colon) + tuple(
51 col[col_index] = img[img_index]
105 img_index = (colon, colon) + tuple(
110 img[img_index] += col[col_index]
113 img_index = (colon, colon) + tuple(
115 return img[img_index]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/betr/pyscripts/
H A Dbetr_adaptor.py224 img_index = 0
237 image[j][i]=pix[img_index]
238 img_index += 1
287 img_index = 0
300 image[j][i]=pix[img_index]
301 img_index += 1
/dports/games/gbrainy/gbrainy-2.4.3/src/Clients/Classical/Widgets/
H A DGameDrawingArea.cs237 int img_index = (int) SolutionIcon; in DrawSolutionIcon()
254 if (images [img_index] == null) { in DrawSolutionIcon()
255 images [img_index] = new SVGImage (System.Reflection.Assembly.GetExecutingAssembly (), image); in DrawSolutionIcon()
258 cr.DrawImage (images [img_index], x + icon_margin, y, width, height); in DrawSolutionIcon()
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Ddigits_svm.cpp210 for (size_t img_index = 0; img_index < digits.size(); img_index++) in preprocess_hog() local
213 Sobel(digits[img_index], gx, CV_32F, 1, 0); in preprocess_hog()
216 Sobel(digits[img_index], gy, CV_32F, 0, 1); in preprocess_hog()
273 hog.at<float>((int)img_index, (int)i) = (float)(hist[i] / (hist_norm + eps)); in preprocess_hog()
H A Dflann_search_dataset.cpp26 int img_index; member
30 : img_index(_img_index) in img_info()
233 if (itr->imgIdx == best_img.img_index) in main()
238 Mat db_img = imread( files[best_img.img_index], IMREAD_GRAYSCALE ); in main()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/exe/
H A Dboxm2_render_hemisphere.cxx93 vsph_view_sphere<vsph_view_point<std::string> >::iterator iter; int img_index=0; in main() local
94 for (iter = sphere.begin(); iter != sphere.end(); ++iter, ++img_index) in main()
161 stream<<img()<<"/pimg_"<<img_index<<".png"; in main()
162 tfstream<<img()<<"/timg_"<<img_index<<".tiff"; in main()
163 jpgstream<<img()<<"/jimg_"<<img_index<<".jpeg"; in main()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/brad/
H A Dbrad_belief_prop_utils.cxx27 unsigned img_index = iit.first; in project_intensities() local
30 if(!pixel_intensity(imgs_[img_index], cams_[img_index], p, Itarg)) in project_intensities()
32 intensity_[img_index]=Itarg; in project_intensities()
37 nbr_intensities_[img_index].push_back(Inbr); in project_intensities()
H A Dbrad_appearance_neighborhood_index.cxx146 std::vector<unsigned> img_index(n); in compute_index() local
148 img_index[i]=i; in compute_index()
149 std::random_shuffle( img_index.begin(), img_index.end()); in compute_index()
154 unsigned img_idx = img_index[ptr]; in compute_index()
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/native/
H A Dim2col.cc53 NdimIndex img_index{kKernelNdim}; in Im2ColImpl() local
69img_index.index()[i] = it_out_dims.index()[i] * stride[i] + it_kernel.index()[i]; in Im2ColImpl()
71 it_x.CopyIndex(img_index, 2); in Im2ColImpl()
/dports/textproc/py-pdfminer.six/pdfminer.six-20201018/pdfminer/
H A Dimage.py160 img_index = 0
162 name = '%s.%d%s' % (image_name, img_index, ext)
164 img_index += 1
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/sdk/segment/
H A Dsysblockmap.cpp461 int img_index = CreateVirtualFile(); in CreateVirtualImageFile() local
462 SysVirtualFile *vfile = GetVirtualFile( img_index ); in CreateVirtualImageFile()
498 return img_index; in CreateVirtualImageFile()
/dports/misc/openmvg/openMVG-2.0/src/openMVG/tracks/
H A Dtracks.hpp289 for (const auto img_index: image_ids) in GetTracksInImages() local
291 const auto track_view_info = track.find(img_index); in GetTracksInImages()
292 trackFeatsOut[img_index] = track_view_info->second; in GetTracksInImages()
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/src/util/
H A Dio.cpp138 int img_index = 0; in CVMatToDatum() local
142 buffer[datum_index] = static_cast<char>(ptr[img_index++]); in CVMatToDatum()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/image/
H A Dimage.h125 # define img_index(N) ((N)->index) macro
189 # define img_is_refered(N) (img_index(N) != -1)
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/image/
H A Dimage.h125 # define img_index(N) ((N)->index) macro
189 # define img_is_refered(N) (img_index(N) != -1)
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/image/
H A Dimage.h125 # define img_index(N) ((N)->index) macro
189 # define img_is_refered(N) (img_index(N) != -1)
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/image/
H A Dimage.h125 # define img_index(N) ((N)->index) macro
189 # define img_is_refered(N) (img_index(N) != -1)
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/image/
H A Dimage.h125 # define img_index(N) ((N)->index) macro
189 # define img_is_refered(N) (img_index(N) != -1)
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/image/
H A Dimage.h125 # define img_index(N) ((N)->index) macro
189 # define img_is_refered(N) (img_index(N) != -1)
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/image/
H A Dimage.h125 # define img_index(N) ((N)->index) macro
189 # define img_is_refered(N) (img_index(N) != -1)
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/lua/
H A Dlimglib.c259 if (img_index(d) == 0) in image_to_lua()
262 lua_pushinteger(L, img_index(d)); in image_to_lua()
562 pdf_ximage_index(n) = img_index(ad); in img_to_node()
586 img_index(ad) = pdf->ximage_count; in setup_image()
588 obj_data_ptr(pdf, pdf->obj_ptr) = img_index(ad); in setup_image()

123