HomeSort by relevance Sort by last modified time
    Searched full:cloneimage (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/opencv3/modules/python/test/
goodfeatures.py 9 original = cv.CloneImage(arr)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 74 GpImage *cloneImage = NULL;
76 nativeImage, &cloneImage));
78 Image *result = new Image(cloneImage, lastStatus);
80 DllExports::GdipDisposeImage(cloneImage);
193 GpImage *cloneImage = NULL;
195 nativeImage, &cloneImage));
197 Bitmap *result = new Bitmap(cloneImage, lastStatus);
199 DllExports::GdipDisposeImage(cloneImage);
gdiplusmetafile.h 214 GpImage *cloneImage = NULL;
216 nativeImage, &cloneImage));
218 Metafile *result = new Metafile(cloneImage, lastStatus);
220 DllExports::GdipDisposeImage(cloneImage);
  /external/ImageMagick/MagickCore/
layer.c 271 coalesce_image=CloneImage(next,bounds.width,bounds.height,MagickTrue,
283 dispose_image=CloneImage(coalesce_image,0,0,MagickTrue,exception);
316 dispose_image=CloneImage(coalesce_image,0,0,MagickTrue,exception);
331 coalesce_image->next=CloneImage(dispose_image,0,0,MagickTrue,exception);
405 dispose_image=CloneImage(image,image->page.width,image->page.height,
424 current_image=CloneImage(dispose_image,0,0,MagickTrue,exception);
476 dispose=CloneImage(dispose_image,0,0,MagickTrue,exception);
792 image_a=CloneImage(next,next->page.width,next->page.height,
813 image_b=CloneImage(image_a,0,0,MagickTrue,exception);
831 layers=CloneImage(next,0,0,MagickTrue,exception)
    [all...]
effect.c 176 blur_image=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
498 sharp_image=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
    [all...]
transform.c 117 orient_image=CloneImage(image,0,0,MagickTrue,exception);
244 chop_image=CloneImage(image,image->columns-extent.width,image->rows-
448 cmyk_image=CloneImage(images,images->columns,images->rows,MagickTrue,
596 crop_image=CloneImage(image,1,1,MagickTrue,exception);
652 crop_image=CloneImage(image,page.width,page.height,MagickTrue,exception);
955 return(CloneImage(image,0,0,MagickTrue,exception));
    [all...]
fx.c 313 noise_image=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
471 shift_image=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
614 clone_image=CloneImage(image,0,0,MagickTrue,exception);
705 colorize_image=CloneImage(image,0,0,MagickTrue,exception);
910 color_image=CloneImage(image,0,0,MagickTrue,exception);
    [all...]
channel.c 237 destination_image=CloneImage(source_image,0,0,MagickTrue,exception);
286 canvas=CloneImage(source_image,0,0,MagickTrue,exception);
498 combine_image=CloneImage(image,0,0,MagickTrue,exception);
687 separate_image=CloneImage(image,image->columns,image->rows,MagickTrue,
    [all...]
image.h 507 *CloneImage(const Image *,const size_t,const size_t,const MagickBooleanType,
fourier.c 185 image=CloneImage(images,images->columns,images->rows,MagickTrue,exception);
196 image=CloneImage(images,images->columns,images->rows,MagickTrue,exception);
924 magnitude_image=CloneImage(image,width,height,MagickTrue,exception);
932 phase_image=CloneImage(image,width,height,MagickTrue,exception);
    [all...]
accelerate.c 229 static Image *cloneImage(const Image* image,ExceptionInfo *exception)
238 clone=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
241 clone=CloneImage(image,0,0,MagickTrue,exception);
451 filteredImage=cloneImage(image,exception);
643 filteredImage=cloneImage(image,exception);
    [all...]
resize.c     [all...]
shear.c 636 clone_image=CloneImage(image,0,0,MagickTrue,exception);
743 return(CloneImage(image,0,0,MagickTrue,exception));
745 rotate_image=CloneImage(image,image->rows,image->columns,MagickTrue,
748 rotate_image=CloneImage(image,image->columns,image->rows,MagickTrue,
    [all...]
paint.c 191 floodplane_image=CloneImage(image,image->columns,image->rows,MagickTrue,
729 linear_image=CloneImage(image,0,0,MagickTrue,exception);
730 paint_image=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
    [all...]
  /external/ImageMagick/ImageMagick/api/
image.html 55 <p class="text-center"><a href="image.php#AcquireImage">AcquireImage</a> &bull; <a href="image.php#AcquireImageInfo">AcquireImageInfo</a> &bull; <a href="image.php#AcquireNextImage">AcquireNextImage</a> &bull; <a href="image.php#AppendImages">AppendImages</a> &bull; <a href="image.php#CatchImageException">CatchImageException</a> &bull; <a href="image.php#ClipImagePath">ClipImagePath</a> &bull; <a href="image.php#CloneImage">CloneImage</a> &bull; <a href="image.php#CloneImageInfo">CloneImageInfo</a> &bull; <a href="image.php#CopyImagePixels">CopyImagePixels</a> &bull; <a href="image.php#DestroyImage">DestroyImage</a> &bull; <a href="image.php#DestroyImageInfo">DestroyImageInfo</a> &bull; <a href="image.php#GetImageInfo">GetImageInfo</a> &bull; <a href="image.php#GetImageInfoFile">GetImageInfoFile</a> &bull; <a href="image.php#GetImageMask">GetImageMask</a> &bull; <a href="image.php#GetImageVirtualPixelMethod">GetImageVirtualPixelMethod</a> &bull; <a href="image.php#InterpretImageFilename">InterpretImageFilename</a> &bull; <a href="image.php#IsHighDynamicRangeImage">IsHighDynamicRangeImage</a> &bull; <a href="image.php#IsImageObject">IsImageObject</a> &bull; <a href="image.php#IsTaintImage">IsTaintImage</a> &bull; <a href="image.php#ModifyImage">ModifyImage</a> &bull; <a href="image.php#NewMagickImage">NewMagickImage</a> &bull; <a href="image.php#ReferenceImage">ReferenceImage</a> &bull; <a href="image.php#ResetImagePage">ResetImagePage</a> &bull; <a href="image.php#SetImageBackgroundColor">SetImageBackgroundColor</a> &bull; <a href="image.php#SetImageChannelMask">SetImageChannelMask</a> &bull; <a href="image.php#SetImageColor">SetImageColor</a> &bull; <a href="image.php#SetImageStorageClass">SetImageStorageClass</a> &bull; <a href="image.php#SetImageExtent">SetImageExtent</a> &bull; <a href="image.php#SetImageInfoBlob">SetImageInfoBlob</a> &bull; <a href="image.php#SetImageInfoFile">SetImageInfoFile</a> &bull; <a href="image.php#SetImageMask">SetImageMask</a> &bull; <a href="image.php#SetImageAlpha">SetImageAlpha</a> &bull; <a href="image.php#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod</a> &bull; <a href="image.php#SmushImages">SmushImages</a> &bull; <a href="image.php#StripImage">StripImage</a> &bull; <a href="image.php#SyncImageSettings">SyncImageSettings</a></p>
214 <h2><a href="http://www.imagemagick.org/api/MagickCore/image_8c.html" id="CloneImage">CloneImage</a></h2>
216 <p>CloneImage() copies an image and returns the copy as a new image object.</p>
220 <p>The format of the CloneImage method is:</p>
223 Image *CloneImage(const Image *image,const size_t columns,
  /external/ImageMagick/www/api/
image.html 59 <p class="text-center"><a href="image.html#AcquireImage">AcquireImage</a> &#8226; <a href="image.html#AcquireImageInfo">AcquireImageInfo</a> &#8226; <a href="image.html#AcquireNextImage">AcquireNextImage</a> &#8226; <a href="image.html#AppendImages">AppendImages</a> &#8226; <a href="image.html#CatchImageException">CatchImageException</a> &#8226; <a href="image.html#ClipImagePath">ClipImagePath</a> &#8226; <a href="image.html#CloneImage">CloneImage</a> &#8226; <a href="image.html#CloneImageInfo">CloneImageInfo</a> &#8226; <a href="image.html#CopyImagePixels">CopyImagePixels</a> &#8226; <a href="image.html#DestroyImage">DestroyImage</a> &#8226; <a href="image.html#DestroyImageInfo">DestroyImageInfo</a> &#8226; <a href="image.html#GetImageInfo">GetImageInfo</a> &#8226; <a href="image.html#GetImageInfoFile">GetImageInfoFile</a> &#8226; <a href="image.html#GetImageMask">GetImageMask</a> &#8226; <a href="image.html#GetImageVirtualPixelMethod">GetImageVirtualPixelMethod</a> &#8226; <a href="image.html#InterpretImageFilename">InterpretImageFilename</a> &#8226; <a href="image.html#IsHighDynamicRangeImage">IsHighDynamicRangeImage</a> &#8226; <a href="image.html#IsImageObject">IsImageObject</a> &#8226; <a href="image.html#IsTaintImage">IsTaintImage</a> &#8226; <a href="image.html#ModifyImage">ModifyImage</a> &#8226; <a href="image.html#NewMagickImage">NewMagickImage</a> &#8226; <a href="image.html#ReferenceImage">ReferenceImage</a> &#8226; <a href="image.html#ResetImagePage">ResetImagePage</a> &#8226; <a href="image.html#SetImageBackgroundColor">SetImageBackgroundColor</a> &#8226; <a href="image.html#SetImageChannelMask">SetImageChannelMask</a> &#8226; <a href="image.html#SetImageColor">SetImageColor</a> &#8226; <a href="image.html#SetImageStorageClass">SetImageStorageClass</a> &#8226; <a href="image.html#SetImageExtent">SetImageExtent</a> &#8226; <a href="image.html#SetImageInfoBlob">SetImageInfoBlob</a> &#8226; <a href="image.html#SetImageInfoFile">SetImageInfoFile</a> &#8226; <a href="image.html#SetImageMask">SetImageMask</a> &#8226; <a href="image.html#SetImageAlpha">SetImageAlpha</a> &#8226; <a href="image.html#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod</a> &#8226; <a href="image.html#SmushImages">SmushImages</a> &#8226; <a href="image.html#StripImage">StripImage</a> &#8226; <a href="image.html#SyncImageSettings">SyncImageSettings</a></p>
218 <h2><a href="http://www.imagemagick.org/api/MagickCore/image_8c.html" id="CloneImage">CloneImage</a></h2>
220 <p>CloneImage() copies an image and returns the copy as a new image object.</p>
224 <p>The format of the CloneImage method is:</p>
227 Image *CloneImage(const Image *image,const size_t columns,
image.php 55 <p class="text-center"><a href="image.php#AcquireImage">AcquireImage</a> &bull; <a href="image.php#AcquireImageInfo">AcquireImageInfo</a> &bull; <a href="image.php#AcquireNextImage">AcquireNextImage</a> &bull; <a href="image.php#AppendImages">AppendImages</a> &bull; <a href="image.php#CatchImageException">CatchImageException</a> &bull; <a href="image.php#ClipImagePath">ClipImagePath</a> &bull; <a href="image.php#CloneImage">CloneImage</a> &bull; <a href="image.php#CloneImageInfo">CloneImageInfo</a> &bull; <a href="image.php#CopyImagePixels">CopyImagePixels</a> &bull; <a href="image.php#DestroyImage">DestroyImage</a> &bull; <a href="image.php#DestroyImageInfo">DestroyImageInfo</a> &bull; <a href="image.php#GetImageInfo">GetImageInfo</a> &bull; <a href="image.php#GetImageInfoFile">GetImageInfoFile</a> &bull; <a href="image.php#GetImageMask">GetImageMask</a> &bull; <a href="image.php#GetImageVirtualPixelMethod">GetImageVirtualPixelMethod</a> &bull; <a href="image.php#InterpretImageFilename">InterpretImageFilename</a> &bull; <a href="image.php#IsHighDynamicRangeImage">IsHighDynamicRangeImage</a> &bull; <a href="image.php#IsImageObject">IsImageObject</a> &bull; <a href="image.php#IsTaintImage">IsTaintImage</a> &bull; <a href="image.php#ModifyImage">ModifyImage</a> &bull; <a href="image.php#NewMagickImage">NewMagickImage</a> &bull; <a href="image.php#ReferenceImage">ReferenceImage</a> &bull; <a href="image.php#ResetImagePage">ResetImagePage</a> &bull; <a href="image.php#SetImageBackgroundColor">SetImageBackgroundColor</a> &bull; <a href="image.php#SetImageChannelMask">SetImageChannelMask</a> &bull; <a href="image.php#SetImageColor">SetImageColor</a> &bull; <a href="image.php#SetImageStorageClass">SetImageStorageClass</a> &bull; <a href="image.php#SetImageExtent">SetImageExtent</a> &bull; <a href="image.php#SetImageInfoBlob">SetImageInfoBlob</a> &bull; <a href="image.php#SetImageInfoFile">SetImageInfoFile</a> &bull; <a href="image.php#SetImageMask">SetImageMask</a> &bull; <a href="image.php#SetImageAlpha">SetImageAlpha</a> &bull; <a href="image.php#SetImageVirtualPixelMethod">SetImageVirtualPixelMethod</a> &bull; <a href="image.php#SmushImages">SmushImages</a> &bull; <a href="image.php#StripImage">StripImage</a> &bull; <a href="image.php#SyncImageSettings">SyncImageSettings</a></p>
214 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/image_8c.html" id="CloneImage">CloneImage</a></h2>
216 <p>CloneImage() copies an image and returns the copy as a new image object.</p>
220 <p>The format of the CloneImage method is:</p>
223 Image *CloneImage(const Image *image,const size_t columns,
  /external/ImageMagick/
Magickshr.opt 17 symbol_vector=(CloneImage=PROCEDURE)
  /external/ImageMagick/coders/
matte.c 186 matte_image=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
ept.c 403 write_image=CloneImage(image,0,0,MagickTrue,exception);
420 write_image=CloneImage(image,0,0,MagickTrue,exception);
xtrn.c 157 image=CloneImage(*image_ptr,0,0,MagickFalse,exception);
458 *image_ptr=CloneImage(image,0,0,MagickFalse,exception);
xcf.c 667 tile_image=CloneImage(inLayerInfo->image,tile_image_width,
901 outLayer->image=CloneImage(image,0,0,MagickTrue,exception);
908 outLayer->image=CloneImage(image,outLayer->width, outLayer->height,MagickTrue,
    [all...]
  /external/ImageMagick/Magick++/lib/
Options.cpp 259 _drawInfo->fill_pattern=CloneImage(const_cast<MagickCore::Image*>(
649 _drawInfo->stroke_pattern=CloneImage(const_cast<MagickCore::Image*>(
  /external/opencv/cxcore/src/
cxarray.cpp 57 Cv_iplCloneImage cloneImage;
67 Cv_iplCloneImage cloneImage )
73 if( !createHeader || !allocateData || !deallocate || !createROI || !cloneImage )
75 if( createHeader || allocateData || deallocate || createROI || cloneImage )
84 CvIPL.cloneImage = cloneImage;
    [all...]
  /external/opencv3/modules/core/src/
array.cpp 64 Cv_iplCloneImage cloneImage;
74 Cv_iplCloneImage cloneImage )
77 (createROI != 0) + (cloneImage != 0);
87 CvIPL.cloneImage = cloneImage;
    [all...]

Completed in 1599 milliseconds

1 2 3 4