Void LeftOf( XInterval x, Distance offset = 0 ) | Limits the search area to a rectangle which is the result of intersecting the rectangle of the page with the vertical half-plane located to the left of the point x.End - offset. |
Void LeftOf( FuzzyRect fuzzyRect, Distance offset = 0 ) | Limits the search area by the vertical half-plane to the left of the point fuzzyRect.Left.End - offset. |
Void LeftOf( Hypothesis hyp, Distance offset = 0 ) | Limits the search area to a rectangle which is the result of intersecting the rectangle of the page with the vertical half-plane located to the left of the point hyp.Left.End - offset. |
Void LeftOf( HypothesisInstances hyps, Distance offset = 0 ) | Limits the search area by the vertical half-plane to the left of the point hyps.Left.End - offset. Global coordinates are used. |
Void RightOf( XInterval x, Distance offset = 0 ) | Limits the search area to a rectangle which is the result of intersecting the rectangle of the page with the vertical half-plane located to the right of the point x.Start + offset. |
Void RightOf( FuzzyRect fuzzyRect, Distance offset = 0 ) | Limits the search area by the vertical half-plane to the right of the point fuzzyRect.Right.Start + offset. |
Void RightOf( Hypothesis hyp, Distance offset = 0 ) | Limits the search area to a rectangle which is the result of intersecting the rectangle of the page with the vertical half-plane located to the right of the point hyp.Right.Start + offset. |
Void RightOf( HypothesisInstances hyps, Distance offset = 0 ) | Limits the search area by the vertical half-plane to the right of the point hyps.Right.Start + offset. Global coordinates are used. |
Void Above( YInterval y, Distance offset = 0 ) | Limits the search area to a rectangle which is the result of intersecting the rectangle of the page with the horizontal half-plane located above the point y.End - offset. |
Void Above( FuzzyRect fuzzyRect, Distance offset = 0 ) | Limits the search area by the horizontal half-plane above the point fuzzyRect.Top.End - offset. |
Void Above( Hypothesis hyp, Distance offset = 0 ) | Limits the search area to a rectangle which is the result of intersecting the rectangle of the page with the horizontal half-plane located above the point hyp.Top.End - offset. |
Void Above( HypothesisInstances hyps, Distance offset = 0 ) | Limits the search area by the horizontal half-plane above the point hyps.Top.End - offset. Global coordinates are used. |
Void Below( YInterval y, Distance offset = 0 ) | Limits the search area to a rectangle which is the result of intersecting the rectangle of the page with the horizontal half-plane located below the point y.Start + offset. |
Void Below( FuzzyRect fuzzyRect, Distance offset = 0 ) | Limits the search area by the horizontal half-plane below the point fuzzyRect.Bottom.Start + offset. |
Void Below( Hypothesis hyp, Distance offset = 0 ) | Limits the search area to a rectangle which is the result of intersecting the rectangle of the page with the horizontal half-plane located below the point hyp.Bottom.Start + offset. |
Void Below( HypothesisInstances hyps, Distance offset = 0 ) | Limits the search area by the horizontal half-plane below the point hyps.Bottom.Start + offset. Global coordinates are used. |
Void Exclude( Hypothesis hyp ) | Excludes the region of the hyp hypothesis from the search area. If the hyp hypothesis is not found, excludes the internal rectangle of the search area of the hyp hypothesis. |
Void Exclude( Rect rect ) | Excludes the rect rectangle from the search area. |
Void Exclude( RectArray rectArray ) | Excludes the rectArray array of rectangles from the search area. |
Void ExcludeRect( XInterval left, YInterval top, XInterval right, YInterval bottom ) | Excludes the fuzzy rectangle described by the ranges left, top, right, and bottom from the search area. |
Void ExcludeSet( ImageObjectSet set ) | Excludes the array of rectangles of the set set of objects from the search area. |
Void Exclude( HypothesisInstances ) | Excludes the region of the hypothesis instances from the search area. |
Void RestrictSearchArea( FuzzyRect fuzzyRect ) | Limits the search area to the fuzzy rectangle fuzzyRect. Global coordinates are used. |
Void RestrictSearchArea( FuzzyRect, IntArray pages ) | Limits the search area to the fuzzy rectangle fuzzyRect. Specify the local coordinates and page range pages. |
Void RestrictSearchArea( FuzzyRect, SearchAreaPageSetType ) | Limits the search area to the fuzzy rectangle fuzzyRect. Specify the local coordinates and page range of the type SearchAreaPageSetType. |
Void RestrictSearchArea( RectArray rectArray ) | Limits the search area to the array of rectangles rectArray. Global coordinates are used. |
Void RestrictSearchArea( RectArray, IntArray pages ) | Limits the search area to the array of rectangles rectArray. Specify the local coordinates and page range pages. |
Void RestrictSearchArea( RectArray, SearchAreaPageSetType ) | Limits the search area to the array of rectangles rectArray. Specify the local coordinates and page range of the type SearchAreaPageSetType. |
Void RestrictSearchArea( Region region ) | Limits the search area to the region region. Global coordinates are used. |
Void RestrictSearchArea( Region, IntArray pages ) | Limits the search area to the region. Specify the local coordinates and page range pages. |
Void RestrictSearchArea( Region, SearchAreaPageSetType ) | Limits the search area to the region. Specify the local coordinates and page range of the type SearchAreaPageSetType. |
Void RestrictSearchArea( SearchAreaPageRestriction pageRestriction, IntArray pages ) | Limits the page range on which to search without limiting the search area on the pages themselves. The pageRestriction parameter accepts only one value: WholePage. |
Void RestrictSearchArea( SearchAreaPageRestriction pageRestriction, SearchAreaPageSetType ) | Limits the page range on which to search without limiting the search area on the pages themselves. The pageRestriction parameter accepts only one value: WholePage. |