Uses of Class
boofcv.struct.ImageRectangle
Packages that use ImageRectangle
Package
Description
-
Uses of ImageRectangle in boofcv.alg.feature.orientation
Fields in boofcv.alg.feature.orientation declared as ImageRectangleModifier 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
Fields in boofcv.alg.tracker.tld declared as ImageRectangleModifier and TypeFieldDescriptionTldRegionFernInfo.r
Location being consideredTldRegion.rect
Description of the rectangular regionFields in boofcv.alg.tracker.tld with type parameters of type ImageRectangleMethods in boofcv.alg.tracker.tld that return types with arguments of type ImageRectangleModifier and TypeMethodDescriptionTldDetection.getAmbiguousRegions()
TldDetection.getSelectedFernRectangles()
Rectangles selected by the fern classifier as candidatesTldDetection.getStorageRect()
Methods in boofcv.alg.tracker.tld with parameters of type ImageRectangleModifier 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.Method parameters in boofcv.alg.tracker.tld with type arguments of type ImageRectangleModifier 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
Fields in boofcv.alg.transform.ii declared as ImageRectangle -
Uses of ImageRectangle in boofcv.misc
Methods in boofcv.misc with parameters of type ImageRectangleModifier 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
Methods in boofcv.struct with parameters of type ImageRectangleModifier and TypeMethodDescriptionboolean
ImageRectangle.intersection
(ImageRectangle b, ImageRectangle result) Constructors in boofcv.struct with parameters of type ImageRectangle