Uses of Class
boofcv.struct.ImageRectangle
Package
Description
-
Uses of ImageRectangle in boofcv.alg.feature.orientation
Modifier and TypeFieldDescriptionprotected ImageRectangle
OrientationAverage.rect
protected ImageRectangle
OrientationHistogram.rect
protected ImageRectangle
OrientationImageAverage.rect
protected ImageRectangle
OrientationSlidingWindow.rect
-
Uses of ImageRectangle in boofcv.alg.tracker.tld
Modifier and TypeFieldDescriptionTldRegionFernInfo.r
Location being consideredTldRegion.rect
Description of the rectangular regionModifier and TypeMethodDescriptionTldDetection.getAmbiguousRegions()
TldDetection.getSelectedFernRectangles()
Rectangles selected by the fern classifier as candidatesTldDetection.getStorageRect()
Modifier and TypeMethodDescriptionvoid
TldTemplateMatching.addDescriptor
(boolean positive, ImageRectangle rect) Creates a new descriptor for the specified regionboolean
TldVarianceFilter.checkVariance
(ImageRectangle r) Performs variance test at the specified rectangledouble
TldTemplateMatching.computeConfidence
(ImageRectangle r) see the other function with the same namedouble
TldHelperFunctions.computeOverlap
(ImageRectangle a, ImageRectangle b) Computes the fractional area of intersection between the two regions.void
TldFernClassifier.learnFern
(boolean positive, ImageRectangle r) Learns a fern from the specified region.void
TldFernClassifier.learnFernNoise
(boolean positive, ImageRectangle r) Computes the value for each fern inside the region and update's their P and N value.void
TldVarianceFilter.selectThreshold
(ImageRectangle r) Selects a threshold based on image statistics.Modifier and TypeMethodDescriptionprotected void
TldDetection.detectionCascade
(DogArray<ImageRectangle> cascadeRegions) Detects the object inside the image.void
TldLearning.initialLearning
(Rectangle2D_F64 targetRegion, DogArray<ImageRectangle> cascadeRegions) Select positive and negative examples based on the region the user's initially selected region. -
Uses of ImageRectangle in boofcv.alg.transform.ii
-
Uses of ImageRectangle in boofcv.misc
Modifier and TypeMethodDescriptionstatic void
BoofMiscOps.boundRectangleInside
(ImageBase b, ImageRectangle r) Bounds the provided rectangle to be inside the image.static boolean
BoofMiscOps.isInside
(ImageBase b, ImageRectangle r) -
Uses of ImageRectangle in boofcv.struct
Modifier and TypeMethodDescriptionboolean
ImageRectangle.intersection
(ImageRectangle b, ImageRectangle result)