crop_domaincrop_domainCropDomainCropDomain (Operator)

Name

crop_domaincrop_domainCropDomainCropDomain — Cut out of defined gray values.

Signature

crop_domain(Image : ImagePart : : )

Herror crop_domain(const Hobject Image, Hobject* ImagePart)

Herror T_crop_domain(const Hobject Image, Hobject* ImagePart)

void CropDomain(const HObject& Image, HObject* ImagePart)

HImage HImage::CropDomain() const

static void HOperatorSet.CropDomain(HObject image, out HObject imagePart)

HImage HImage.CropDomain()

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

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