Home
last modified time | relevance | path

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

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageStatistics/test/
H A DitkImageMomentsTest.cxx123 MaskImageType::Pointer maskimg = MaskImageType::New(); in itkImageMomentsTest() local
124 maskimg->CopyInformation(image); in itkImageMomentsTest()
125 maskimg->SetRegions(image->GetLargestPossibleRegion()); in itkImageMomentsTest()
126 maskimg->Allocate(); in itkImageMomentsTest()
128 maskimg->FillBuffer( itk::NumericTraits<PixelType>::OneValue() ); in itkImageMomentsTest()
133 mask->SetImage(maskimg.GetPointer()); in itkImageMomentsTest()
/dports/astro/astrometry/astrometry.net-0.85/sdss/
H A Ddr7.py144 maskimg = mask
146 maskimg = ivarimg
153 fpM.setMaskedPixels(plane, maskimg, 0)
/dports/graphics/p5-Imager/Imager-1.012/t/200-file/
H A D300-raw.t128 my $maskimg = Imager::i_img_masked_new($img, undef, 0, 0, 150, 150);
129 ok($maskimg, "make masked image")
136 ok(i_writeraw_wiol($maskimg, $IO), "write virtual raw");
145 my $diff = i_img_diff($maskimg, $cmpimgmask);
/dports/graphics/opencv/opencv-4.5.3/apps/createsamples/
H A Dutility.cpp503 Mat maskimg; member
610 … data->maskimg = Mat(Size(data->src.cols + 2 * data->dx, data->src.rows + 2 * data->dy), CV_8UC1); in icvStartSampleDistortion()
647 data->maskimg = 0; in icvPlaceDistortedSample()
650 cvWarpPerspective( data->mask, data->maskimg, quad ); in icvPlaceDistortedSample()
652 GaussianBlur( data->maskimg, data->maskimg, Size(3, 3), 0, 0 ); in icvPlaceDistortedSample()
690 Mat maskimg( background.size(), CV_8UC1 ); in icvPlaceDistortedSample() local
693 …resize( data->maskimg(roi & Rect(Point(0, 0), data->maskimg.size())), maskimg, maskimg.size(), 0, … in icvPlaceDistortedSample()
702 uchar& palpha = maskimg.at<uchar>(r, c); in icvPlaceDistortedSample()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/gmic/obsolete/
H A Dextract_foreground.cc301 VipsImage* maskimg = mask_proc->get_par()->build( in2, 0, NULL, NULL, level ); in build() local
303 vips_image_write_to_file( maskimg, fname ); in build()
305 vips_image_write_to_file( maskimg, fname, NULL ); in build()
308 PF_UNREF( maskimg, "GmicExtractForegroundPar::build(): after write_to_file" ); in build()
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/canvas/
H A Dselection.cpp503 QImage maskimg = tools::SelectionTool::shapeMask(Qt::white, m_moveRegion, &moveBounds, true); in pasteOrMoveToCanvas() local
505 mask = qCompress(maskimg.constBits(), maskimg.byteCount()); in pasteOrMoveToCanvas()
507 mask = qCompress(maskimg.constBits(), maskimg.sizeInBytes()); in pasteOrMoveToCanvas()
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/
H A DVectorGraphicOutputDev.cc1682 gfximage_t* maskimg = (gfximage_t*)maskresult->get(maskresult,"page0"); in clearSoftMask() local
1684 if(belowimg->width != maskimg->width || belowimg->height != maskimg->height) { in clearSoftMask()
1691 gfxcolor_t* l1 = &maskimg->data[maskimg->width*y]; in clearSoftMask()
/dports/graphics/p5-Imager/Imager-1.012/
H A DMakefile.PL150 map.o tags.o palimg.o maskimg.o img8.o img16.o rotate.o
H A DMANIFEST230 maskimg.c
H A DChanges1480 - added coverage tests for masked images (maskimg.c @100% test coverage)
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dutil.i472 const uint8_t* maskimg = NULL; in median_smooth() local
490 maskimg = PyArray_DATA(np_mask); in median_smooth()
493 dmedsmooth(image, maskimg, (int)NX, (int)NY, halfbox, smooth); in median_smooth()
H A Dutil_wrap.c3410 const uint8_t* maskimg = NULL; in median_smooth() local
3428 maskimg = PyArray_DATA(np_mask); in median_smooth()
3431 dmedsmooth(image, maskimg, (int)NX, (int)NY, halfbox, smooth); in median_smooth()