Operators |
change_domain — Change definition domain of an image.
The operator change_domain uses the indicated region as the new definition domain. Unlike the operator reduce_domain it does not form the intersection of the previous definition domain, i.e., the size of the matrix is not changed. This implies in particular, that the region must not exceed the image matrix, otherwise using such inconsistent iconic objects during subsequent operations will likely lead to errors or system crashes.
Due to running time the transferred region is not checked for consistency (i.e., whether it fits with the image matrix). Incorrect regions lead to system hang-ups during subsequent operations.
Input image.
New definition domain.
Image with new definition domain.
full_domain, get_domain, intersection
Foundation
Operators |