Name
move_regionmove_regionMoveRegionmove_regionMoveRegionMoveRegion — Translate a region.
move_regionmove_regionMoveRegionmove_regionMoveRegionMoveRegion translates the input regions by the vector given by
(RowRowRowRowRowrow, ColumnColumnColumnColumnColumncolumn). If necessary, the resulting
regions are clipped with the current image format.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Automatically parallelized on tuple level.
Translated region(s).
Number of elements: RegionMoved == Region
Row coordinate of the vector by which the
region is to be moved.
Default value: 30
Suggested values: -128, -64, -32, -16, -10, -8, -4, -2, -1, 0, 1, 2, 4, 5, 8, 10, 16, 32, 64, 128
Typical range of values: -512
≤
Row
Row
Row
Row
Row
row
≤
512 (lin)
Minimum increment: 1
Recommended increment: 10
Row coordinate of the vector by which the
region is to be moved.
Default value: 30
Suggested values: -128, -64, -32, -16, -10, -8, -4, -2, -1, 0, 1, 2, 4, 5, 8, 10, 16, 32, 64, 128
Typical range of values: -512
≤
Column
Column
Column
Column
Column
column
≤
512 (lin)
Minimum increment: 1
Recommended increment: 10
Let F be the area of the input region. Then the runtime
complexity is O(F).
move_regionmove_regionMoveRegionmove_regionMoveRegionMoveRegion always returns the value 2 (H_MSG_TRUE). The behavior in
case of empty input (no regions given) can be set via
set_system('no_object_result',<Result>)set_system("no_object_result",<Result>)SetSystem("no_object_result",<Result>)set_system("no_object_result",<Result>)SetSystem("no_object_result",<Result>)SetSystem("no_object_result",<Result>),
the behavior in case of an empty input region via
set_system('empty_region_result',<Result>)set_system("empty_region_result",<Result>)SetSystem("empty_region_result",<Result>)set_system("empty_region_result",<Result>)SetSystem("empty_region_result",<Result>)SetSystem("empty_region_result",<Result>),
and the behavior in case of an empty result region via
set_system('store_empty_region',<'true'/'false'>)set_system("store_empty_region",<"true"/"false">)SetSystem("store_empty_region",<"true"/"false">)set_system("store_empty_region",<"true"/"false">)SetSystem("store_empty_region",<"true"/"false">)SetSystem("store_empty_region",<"true"/"false">).
If necessary, an exception is raised.
thresholdthresholdThresholdthresholdThresholdThreshold,
connectionconnectionConnectionconnectionConnectionConnection,
regiongrowingregiongrowingRegiongrowingregiongrowingRegiongrowingRegiongrowing,
pouringpouringPouringpouringPouringPouring
select_shapeselect_shapeSelectShapeselect_shapeSelectShapeSelectShape,
disp_regiondisp_regionDispRegiondisp_regionDispRegionDispRegion
affine_trans_imageaffine_trans_imageAffineTransImageaffine_trans_imageAffineTransImageAffineTransImage,
mirror_regionmirror_regionMirrorRegionmirror_regionMirrorRegionMirrorRegion,
zoom_regionzoom_regionZoomRegionzoom_regionZoomRegionZoomRegion
Foundation