Home
last modified time | relevance | path

Searched refs:outimage (Results 1 – 25 of 42) sorted by relevance

12

/dports/misc/vxl/vxl-3.3.2/core/vil/
H A Dvil_new.cxx88 vil_image_resource_sptr outimage = nullptr; in vil_new_image_resource() local
95 if (!outimage) in vil_new_image_resource()
97 return outimage; in vil_new_image_resource()
171 vil_blocked_image_resource_sptr outimage = nullptr; in vil_new_blocked_image_resource() local
178 if (!outimage) in vil_new_blocked_image_resource()
180 return outimage; in vil_new_blocked_image_resource()
224 vil_pyramid_image_resource_sptr outimage = nullptr; in vil_new_pyramid_image_resource() local
231 if (!outimage) in vil_new_pyramid_image_resource()
233 return outimage; in vil_new_pyramid_image_resource()
256 if (!outimage) in vil_new_pyramid_image_from_base()
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/
H A Dmain.cpp129 ncnn::Mat outimage; member in Task
332 waifu2x->process(v.inimage, v.outimage); in proc()
361 waifu2x->process(v.inimage, v.outimage); in proc()
365 ncnn::Mat tmp = v.outimage; in proc()
366 … v.outimage = ncnn::Mat(tmp.w * 2, tmp.h * 2, (size_t)v.inimage.elemsize, (int)v.inimage.elemsize); in proc()
367 waifu2x->process(tmp, v.outimage); in proc()
419 …ess = webp_save(v.outpath.c_str(), v.outimage.w, v.outimage.h, v.outimage.elempack, (const unsigne… in save()
424 …success = wic_encode_image(v.outpath.c_str(), v.outimage.w, v.outimage.h, v.outimage.elempack, v.o… in save()
426 …success = stbi_write_png(v.outpath.c_str(), v.outimage.w, v.outimage.h, v.outimage.elempack, v.out… in save()
432 …ss = wic_encode_jpeg_image(v.outpath.c_str(), v.outimage.w, v.outimage.h, v.outimage.elempack, v.o… in save()
[all …]
H A Dwaifu2x.h25 int process(const ncnn::Mat& inimage, ncnn::Mat& outimage) const;
27 int process_cpu(const ncnn::Mat& inimage, ncnn::Mat& outimage) const;
H A Dwaifu2x.cpp145 int Waifu2x::process(const ncnn::Mat& inimage, ncnn::Mat& outimage) const in process()
150 return process_cpu(inimage, outimage); in process()
155 outimage = inimage; in process()
505 …out = ncnn::Mat(out_gpu.w, out_gpu.h, (unsigned char*)outimage.data + yi * scale * TILE_SIZE_Y * w… in process()
517 …out.to_pixels((unsigned char*)outimage.data + yi * scale * TILE_SIZE_Y * w * scale * channels, ncn… in process()
519 …out.to_pixels((unsigned char*)outimage.data + yi * scale * TILE_SIZE_Y * w * scale * channels, ncn… in process()
525 …out.to_pixels((unsigned char*)outimage.data + yi * scale * TILE_SIZE_Y * w * scale * channels, ncn… in process()
527 …out.to_pixels((unsigned char*)outimage.data + yi * scale * TILE_SIZE_Y * w * scale * channels, ncn… in process()
540 int Waifu2x::process_cpu(const ncnn::Mat& inimage, ncnn::Mat& outimage) const in process_cpu()
544 outimage = inimage; in process_cpu()
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/
H A Dmain.cpp127 ncnn::Mat outimage; member in Task
276 v.outimage = ncnn::Mat(w * scale, h * scale, (size_t)c, c); in load()
325 realsr->process(v.inimage, v.outimage); in proc()
376 …ess = webp_save(v.outpath.c_str(), v.outimage.w, v.outimage.h, v.outimage.elempack, (const unsigne… in save()
381 …success = wic_encode_image(v.outpath.c_str(), v.outimage.w, v.outimage.h, v.outimage.elempack, v.o… in save()
383 …success = stbi_write_png(v.outpath.c_str(), v.outimage.w, v.outimage.h, v.outimage.elempack, v.out… in save()
389 …ss = wic_encode_jpeg_image(v.outpath.c_str(), v.outimage.w, v.outimage.h, v.outimage.elempack, v.o… in save()
391 …success = stbi_write_jpg(v.outpath.c_str(), v.outimage.w, v.outimage.h, v.outimage.elempack, v.out… in save()
H A Drealsr.cpp175 int RealSR::process(const ncnn::Mat& inimage, ncnn::Mat& outimage) const in process()
514 …out = ncnn::Mat(out_gpu.w, out_gpu.h, (unsigned char*)outimage.data + yi * scale * TILE_SIZE_Y * w… in process()
526 …out.to_pixels((unsigned char*)outimage.data + yi * scale * TILE_SIZE_Y * w * scale * channels, ncn… in process()
528 …out.to_pixels((unsigned char*)outimage.data + yi * scale * TILE_SIZE_Y * w * scale * channels, ncn… in process()
534 …out.to_pixels((unsigned char*)outimage.data + yi * scale * TILE_SIZE_Y * w * scale * channels, ncn… in process()
536 …out.to_pixels((unsigned char*)outimage.data + yi * scale * TILE_SIZE_Y * w * scale * channels, ncn… in process()
H A Drealsr.h25 int process(const ncnn::Mat& inimage, ncnn::Mat& outimage) const;
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/
H A Dvil3d_new.cxx45 vil3d_image_resource_sptr outimage = nullptr; in vil3d_new_image_resource() local
50 outimage = fmt.make_output_image(name, ni, nj, nk, nplanes, format); in vil3d_new_image_resource()
51 if (!outimage) in vil3d_new_image_resource()
53 return outimage; in vil3d_new_image_resource()
/dports/graphics/xli/xli-2006-11-10/
H A Dreduce.c651 Image *outimage) in find_nnearest() argument
654 Intensity *red = outimage->rgb.red, *green = outimage->rgb.green, in find_nnearest()
655 *blue = outimage->rgb.blue; in find_nnearest()
787 red = outimage->rgb.red; in find_nnearest()
788 green = outimage->rgb.green; in find_nnearest()
789 blue = outimage->rgb.blue; in find_nnearest()
806 Image *outimage) in find_nearest() argument
907 dpixel = outimage->data; in CopyToNewImage()
930 dpixel += outimage->pixlen; in CopyToNewImage()
995 dpixel += outimage->pixlen; in CopyToNewImage()
[all …]
H A Dmerge.c203 Image *src = isrc,*dst = idst,*outimage; in merge() local
255 outimage= bitmapToBitmap(src, dst, (unsigned int)atx, (unsigned int)aty, in merge()
265 outimage = anyToTrue(src, dst, (unsigned int)atx, (unsigned int)aty, in merge()
269 if (dst != outimage && dst != idst) in merge()
271 if (src != outimage && src != isrc) in merge()
274 return(outimage); in merge()
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dimageexporter.cpp106 QPixmap outimage(width, height); in exportRasterGraphics() local
107 outimage.fill(); in exportRasterGraphics()
117 outimage = skyimage.copy(); in exportRasterGraphics()
148 p.begin(&outimage); in exportRasterGraphics()
149 p.fillRect(outimage.rect(), QBrush(Qt::white)); in exportRasterGraphics()
156 addLegend(&outimage); in exportRasterGraphics()
159 if (!outimage.save(fileName, format)) in exportRasterGraphics()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/vil_pro/processes/
H A Dbil_compass_edge_detector_process.cxx53 auto * outimage=new vil_image_view<vxl_byte>(edgeimage.ni(),edgeimage.nj()); in bil_compass_edge_detector_process() local
54 outimage->fill(0); in bil_compass_edge_detector_process()
59 (*outimage)(i,j)=255; in bil_compass_edge_detector_process()
63 vil_image_view_base_sptr outimg_sptr=outimage; in bil_compass_edge_detector_process()
/dports/graphics/jpgtn/jpgtn-2.06/src/
H A Djpgtn.c33 unsigned char *outimage; /* The current thumbnail image */ variable
173 if(outimage) free(outimage); in main()
179 outimage = resizepic(bigimage, palrgb, palrgb+256, palrgb+512, in main()
184 if(outimage == NULL) { in main()
206 free(outimage); in main()
H A Djpgtn.h39 extern unsigned char *outimage; /* The current thumbnail image */
H A Dwritejpeg.c79 row_pointer[0] = &outimage[cinfo.next_scanline*row_stride]; in write_JPEG_file()
/dports/graphics/darktable38/darktable-3.8.0/src/tests/benchmark/
H A Ddarktable-bench235 outimage=args.tempdir+'/darktable-bench.png'
236 args.outimage=outimage
237 if os.path.exists(outimage):
238 os.remove(outimage)
239 …arglist = ["--hq","1",image,xmp,outimage,"--core","--library",":memory:","--configdir",confdir,"-d…
298 if args.outimage:
300 os.remove(args.outimage)
/dports/misc/vxl/vxl-3.3.2/core/vil1/
H A Dvil1_new.cxx56 vil1_image_impl * outimage = in vil1_new() local
58 if (outimage == nullptr) in vil1_new()
60 return outimage; in vil1_new()
/dports/graphics/xzgv/xzgv-0.9.2/src/
H A Dresizepic.c28 unsigned char *rline,*outimage; in nasty_resizepic() local
53 if((outimage=malloc(sw*(sh+1)*3))==NULL) in nasty_resizepic()
60 rline=outimage+yp*sw*3; in nasty_resizepic()
70 return(outimage); in nasty_resizepic()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bil/algo/
H A Dbil_debayer_image.h24 …bil_debayer_GRBG(vil_image_view_base_sptr& in_img, vil_image_view<vil_rgb<vxl_byte> > * outimage);
26 …bil_debayer_BGGR(vil_image_view_base_sptr& in_img, vil_image_view<vil_rgb<vxl_byte> > * outimage);
/dports/graphics/photivo/photivo/Sources/
H A DptWiener.cpp64 float *pimage, *outimage; in ptWienerFilterChannel() local
129 outimage = (float *) calloc (nrtiles*tilesize*tilesize,sizeof (float)); in ptWienerFilterChannel()
238outimage[i+shiftw + (j+shifth) * nrtilesw*tilesize] = finishedtile[kw-1-i + (kh-1-j) * kw]; in ptWienerFilterChannel()
251 uint16_t Temp = CLIP((int32_t) outimage[i+overlap + (j+overlap) * tilesize * nrtilesw]); in ptWienerFilterChannel()
266 uint16_t Temp = CLIP((int32_t) outimage[i+overlap + (j+overlap) * tilesize * nrtilesw]); in ptWienerFilterChannel()
286 free (outimage); in ptWienerFilterChannel()
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/base/
H A Djas_image.c1463 jas_image_t *outimage; in jas_image_chclrspc() local
1484 outimage = 0; in jas_image_chclrspc()
1527 if (!(outimage = jas_image_create0())) { in jas_image_chclrspc()
1541 if (jas_image_addcmpt(outimage, -1, &cmptparm)) in jas_image_chclrspc()
1549 jas_image_copycmpt(outimage, -1, inimage, i); in jas_image_chclrspc()
1557 assert(!jas_image_cmprof(outimage)); in jas_image_chclrspc()
1558 jas_image_setcmprof(outimage, tmpprof); in jas_image_chclrspc()
1630 jas_image_dump(outimage, stderr); in jas_image_chclrspc()
1632 return outimage; in jas_image_chclrspc()
1638 if (outimage) in jas_image_chclrspc()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/base/
H A Djas_image.c1297 jas_image_t *outimage; in jas_image_chclrspc() local
1355 if (!(outimage = jas_image_create0())) in jas_image_chclrspc()
1368 if (jas_image_addcmpt(outimage, -1, &cmptparm)) in jas_image_chclrspc()
1376 jas_image_copycmpt(outimage, -1, inimage, i); in jas_image_chclrspc()
1384 assert(!jas_image_cmprof(outimage)); in jas_image_chclrspc()
1385 jas_image_setcmprof(outimage, tmpprof); in jas_image_chclrspc()
1387 jas_image_setclrspc(outimage, jas_cmprof_clrspc(outprof)); in jas_image_chclrspc()
1417 outcmptfmts[i].prec = jas_image_cmptprec(outimage, j); in jas_image_chclrspc()
1418 outcmptfmts[i].sgnd = jas_image_cmptsgnd(outimage, j); in jas_image_chclrspc()
1450 jas_image_dump(outimage, stderr); in jas_image_chclrspc()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djas_image.c1286 jas_image_t *outimage; in jas_image_chclrspc() local
1344 if (!(outimage = jas_image_create0())) in jas_image_chclrspc()
1357 if (jas_image_addcmpt(outimage, -1, &cmptparm)) in jas_image_chclrspc()
1365 jas_image_copycmpt(outimage, -1, inimage, i); in jas_image_chclrspc()
1373 assert(!jas_image_cmprof(outimage)); in jas_image_chclrspc()
1374 jas_image_setcmprof(outimage, tmpprof); in jas_image_chclrspc()
1376 jas_image_setclrspc(outimage, jas_cmprof_clrspc(outprof)); in jas_image_chclrspc()
1406 outcmptfmts[i].prec = jas_image_cmptprec(outimage, j); in jas_image_chclrspc()
1407 outcmptfmts[i].sgnd = jas_image_cmptsgnd(outimage, j); in jas_image_chclrspc()
1439 jas_image_dump(outimage, stderr); in jas_image_chclrspc()
[all …]
/dports/science/minc2/minc-release-2.2.00/conversion/m2f2mnc/
H A Dm2f2mnc590 local($inimage, $outimage);
603 &thrupipe($inimage, "$type_to_input_cmd ", $outimage);
604 print MINC $outimage;
/dports/devel/loccount/loccount-dc8279ab2e49ba60db121a47c15dc4ef8b543352/tests/
H A Dsimula.sim5 outimage;

12