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 ImageRectangleOrientationAverage.rectprotected ImageRectangleOrientationHistogram.rectprotected ImageRectangleOrientationImageAverage.rectprotected ImageRectangleOrientationSlidingWindow.rect -
Uses of ImageRectangle in boofcv.alg.tracker.tld
Fields in boofcv.alg.tracker.tld declared as ImageRectangleModifier and TypeFieldDescriptionTldRegionFernInfo.rLocation being consideredTldRegion.rectDescription 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 TypeMethodDescriptionvoidTldTemplateMatching.addDescriptor(boolean positive, ImageRectangle rect) Creates a new descriptor for the specified regionbooleanTldVarianceFilter.checkVariance(ImageRectangle r) Performs variance test at the specified rectangledoubleTldTemplateMatching.computeConfidence(ImageRectangle r) see the other function with the same namedoubleTldHelperFunctions.computeOverlap(ImageRectangle a, ImageRectangle b) Computes the fractional area of intersection between the two regions.voidTldFernClassifier.learnFern(boolean positive, ImageRectangle r) Learns a fern from the specified region.voidTldFernClassifier.learnFernNoise(boolean positive, ImageRectangle r) Computes the value for each fern inside the region and update's their P and N value.voidTldVarianceFilter.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 voidTldDetection.detectionCascade(DogArray<ImageRectangle> cascadeRegions) Detects the object inside the image.voidTldLearning.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 voidBoofMiscOps.boundRectangleInside(ImageBase b, ImageRectangle r) Bounds the provided rectangle to be inside the image.static booleanBoofMiscOps.isInside(ImageBase b, ImageRectangle r) -
Uses of ImageRectangle in boofcv.struct
Methods in boofcv.struct with parameters of type ImageRectangleModifier and TypeMethodDescriptionbooleanImageRectangle.intersection(ImageRectangle b, ImageRectangle result) Constructors in boofcv.struct with parameters of type ImageRectangle