crop_domaincrop_domainCropDomainCropDomain (Operator)
Name
crop_domaincrop_domainCropDomainCropDomain
— Cut out of defined gray values.
Signature
Description
The operator crop_domaincrop_domainCropDomainCropDomainCropDomain
cuts a rectangular area from the
input images.
This rectangle is the smallest surrounding rectangle of the
domain of the input image.
The new image matrix has the size of the rectangle.
Execution Information
- Supports OpenCL compute devices.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Automatically parallelized on tuple level.
Parameters
ImageImageImageImageimage
(input_object) (multichannel-)image(-array) →
objectHImageHImageHobject (byte* / direction* / cyclic* / int1* / int2* / uint2* / int4* / int8 / real*) *allowed for compute devices
Input image.
ImagePartImagePartImagePartImagePartimagePart
(output_object) (multichannel-)image(-array) →
objectHImageHImageHobject * (byte* / direction* / cyclic* / int1* / int2* / uint2* / int4* / int8 / real*) *allowed for compute devices
Image area.
Possible Successors
disp_imagedisp_imageDispImageDispImageDispImage
Alternatives
crop_partcrop_partCropPartCropPartCropPart
,
crop_rectangle1crop_rectangle1CropRectangle1CropRectangle1CropRectangle1
,
change_formatchange_formatChangeFormatChangeFormatChangeFormat
,
reduce_domainreduce_domainReduceDomainReduceDomainReduceDomain
See also
zoom_image_sizezoom_image_sizeZoomImageSizeZoomImageSizeZoomImageSize
,
zoom_image_factorzoom_image_factorZoomImageFactorZoomImageFactorZoomImageFactor
Module
Foundation