HALCON Reference Manual 10.0.2
Name
rectangle1_domainrectangle1_domainrectangle1_domainRectangle1DomainRectangle1Domain — Reduce the domain of an image to a rectangle.
Herror rectangle1_domain(const Hobject Image, Hobject* ImageReduced, const Hlong Row1, const Hlong Column1, const Hlong Row2, const Hlong Column2)
Herror T_rectangle1_domain(const Hobject Image, Hobject* ImageReduced, const Htuple Row1, const Htuple Column1, const Htuple Row2, const Htuple Column2)
Herror rectangle1_domain(Hobject Image, Hobject* ImageReduced, const HTuple& Row1, const HTuple& Column1, const HTuple& Row2, const HTuple& Column2)
HImage HImage::Rectangle1Domain(const HTuple& Row1, const HTuple& Column1, const HTuple& Row2, const HTuple& Column2) const
HImageArray HImageArray::Rectangle1Domain(const HTuple& Row1, const HTuple& Column1, const HTuple& Row2, const HTuple& Column2) const
The operator rectangle1_domainrectangle1_domainrectangle1_domainRectangle1DomainRectangle1Domain reduces the definition domain
of the given image to the specified rectangle.
The old domain of the input image is ignored.
The size of the matrix is not changed.
- Supports objects on 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.
Image with reduced definition domain.
Row1Row1Row1Row1row1 (input_control) rectangle.origin.y → HTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong)
Line index of upper left corner of image area.
Default value: 100
Suggested values: 10, 20, 50, 100, 200, 300, 500
Typical range of values: 0
≤
Row1
Row1
Row1
Row1
row1
≤
1024
Column index of upper left corner of image area.
Default value: 100
Suggested values: 10, 20, 50, 100, 200, 300, 500
Typical range of values: 0
≤
Column1
Column1
Column1
Column1
column1
≤
1024
Row2Row2Row2Row2row2 (input_control) rectangle.origin.y → HTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong)
Line index of lower right corner of image area.
Default value: 200
Suggested values: 10, 20, 50, 100, 200, 300, 500
Typical range of values: 0
≤
Row2
Row2
Row2
Row2
row2
≤
1024
Column index of lower right corner of image area.
Default value: 200
Suggested values: 10, 20, 50, 100, 200, 300, 500
Typical range of values: 0
≤
Column2
Column2
Column2
Column2
column2
≤
1024
get_domainget_domainget_domainGetDomainGetDomain
change_domainchange_domainchange_domainChangeDomainChangeDomain,
reduce_domainreduce_domainreduce_domainReduceDomainReduceDomain,
add_channelsadd_channelsadd_channelsAddChannelsAddChannels
full_domainfull_domainfull_domainFullDomainFullDomain,
get_domainget_domainget_domainGetDomainGetDomain,
intersectionintersectionintersectionIntersectionIntersection
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |