Name
test_subset_regiontest_subset_regionTestSubsetRegionTestSubsetRegion — Test whether a region is contained in another region.
test_subset_regiontest_subset_regionTestSubsetRegionTestSubsetRegionTestSubsetRegion tests whether Region1Region1Region1Region1region1 is a
subset of Region2Region2Region2Region2region2 and returns the result in
IsSubsetIsSubsetIsSubsetIsSubsetisSubset. If more than one region should be tested,
Region1Region1Region1Region1region1 and Region2Region2Region2Region2region2 must have the same number of
elements. In this case, a tuple that contains as many elements as
Region1Region1Region1Region1region1 and Region2Region2Region2Region2region2 is returned in
IsSubsetIsSubsetIsSubsetIsSubsetisSubset.
For a short description of the iconic objects that are available in HALCON
see the introduction of chapter Object.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Automatically parallelized on tuple level.
Region for comparison.
Number of elements: Region1 == Region2
test_subset_regiontest_subset_regionTestSubsetRegionTestSubsetRegionTestSubsetRegion returns the value 2 (H_MSG_TRUE) if the parameters
are correct. The behavior in case of empty input (no input objects
available) is set via the operator
set_system(::'no_object_result',<Result>:)set_system("no_object_result",<Result>)SetSystem("no_object_result",<Result>)SetSystem("no_object_result",<Result>)SetSystem("no_object_result",<Result>). If the number
of objects differs an exception is raised.
differencedifferenceDifferenceDifferenceDifference,
area_centerarea_centerAreaCenterAreaCenterAreaCenter
test_equal_regiontest_equal_regionTestEqualRegionTestEqualRegionTestEqualRegion,
compare_objcompare_objCompareObjCompareObjCompareObj
Foundation