Name
crop_partcrop_partCropPartcrop_partCropPartCropPart — Ausschneiden eines rechteckigen Bildausschnittes.
Herror crop_part(const Hobject Image, Hobject* ImagePart, const Hlong Row, const Hlong Column, const Hlong Width, const Hlong Height)
Herror T_crop_part(const Hobject Image, Hobject* ImagePart, const Htuple Row, const Htuple Column, const Htuple Width, const Htuple Height)
Herror crop_part(Hobject Image, Hobject* ImagePart, const HTuple& Row, const HTuple& Column, const HTuple& Width, const HTuple& Height)
HImage HImage::CropPart(const HTuple& Row, const HTuple& Column, const HTuple& Width, const HTuple& Height) const
HImageArray HImageArray::CropPart(const HTuple& Row, const HTuple& Column, const HTuple& Width, const HTuple& Height) const
crop_partcrop_partCropPartcrop_partCropPartCropPart schneidet aus den Eingabebildern einen rechteckigen
Ausschnitt aus. Der Ausschnitt wird durch die Koordinaten des linken oberen
Ecks und die Größe des Rechtecks beschrieben. Das linke obere Eck des
Auschnitts muss innerhalb des Bildes liegen. Rechts und unten darf das Rechteck
aus dem Bild herausragen, allerdings wird der Definitionsbereich des
Ausgabebildes so gesetzt, dass nur der Teil enthalten ist, der aus dem
Eingabebild stammt. Liegt der rechteckige Ausschnitt komplett im
Eingabebild, hat die neue Bildmatrix die Größe des angegebenen Rechtecks.
- Unterstützt OpenCL Compute Devices.
- Multithreading-Typ: reentrant (läuft parallel zu nicht-exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Automatisch parallelisiert auf Tupelebene.
Zeilenindex des linken oberen Ecks des Bildauschnittes.
Defaultwert: 100
Wertevorschläge: 10, 20, 50, 100, 200, 300, 500
Typischer Wertebereich: 0
≤
Row
Row
Row
Row
Row
row
≤
1024
Spaltenindex des linken oberen Ecks des Bildauschnittes.
Defaultwert: 100
Wertevorschläge: 10, 20, 50, 100, 200, 300, 500
Typischer Wertebereich: 0
≤
Column
Column
Column
Column
Column
column
≤
1024
Breite des neuen Bildes.
Defaultwert: 128
Wertevorschläge: 32, 64, 128, 256, 512, 768
Typischer Wertebereich: 0
≤
Width
Width
Width
Width
Width
width
≤
1024
Höhe des neuen Bildes.
Defaultwert: 128
Wertevorschläge: 32, 64, 128, 256, 512, 525
Typischer Wertebereich: 0
≤
Height
Height
Height
Height
Height
height
≤
1024
disp_imagedisp_imageDispImagedisp_imageDispImageDispImage
crop_rectangle1crop_rectangle1CropRectangle1crop_rectangle1CropRectangle1CropRectangle1,
crop_domaincrop_domainCropDomaincrop_domainCropDomainCropDomain,
change_formatchange_formatChangeFormatchange_formatChangeFormatChangeFormat,
reduce_domainreduce_domainReduceDomainreduce_domainReduceDomainReduceDomain
zoom_image_sizezoom_image_sizeZoomImageSizezoom_image_sizeZoomImageSizeZoomImageSize,
zoom_image_factorzoom_image_factorZoomImageFactorzoom_image_factorZoomImageFactorZoomImageFactor
Foundation