Uses of Class
boofcv.struct.QueueCorner
Packages that use QueueCorner
Package
Description
-
Uses of QueueCorner in boofcv.abst.feature.detect.extract
Methods in boofcv.abst.feature.detect.extract with parameters of type QueueCornerModifier and TypeMethodDescriptionvoidNonMaxSuppression.process(GrayF32 intensity, @Nullable ListIntPoint2D candidateMin, @Nullable ListIntPoint2D candidateMax, @Nullable QueueCorner foundMin, @Nullable QueueCorner foundMax) Process a feature intensity image to extract the point features.voidWrapperNonMaxCandidate.process(GrayF32 intensity, @Nullable ListIntPoint2D candidateMin, @Nullable ListIntPoint2D candidateMax, @Nullable QueueCorner foundMin, @Nullable QueueCorner foundMax) voidWrapperNonMaximumBlock.process(GrayF32 intensity, @Nullable ListIntPoint2D candidateMin, @Nullable ListIntPoint2D candidateMax, @Nullable QueueCorner foundMin, @Nullable QueueCorner foundMax) voidWrapperNonMaximumNaive.process(GrayF32 intensity, @Nullable ListIntPoint2D candidateMin, @Nullable ListIntPoint2D candidateMax, @Nullable QueueCorner foundMin, @Nullable QueueCorner foundMax) -
Uses of QueueCorner in boofcv.abst.tracker
Methods in boofcv.abst.tracker with parameters of type QueueCornerModifier and TypeMethodDescriptionprotected voidPointTrackerKltPyramid_MT.addToTracks(float scaleBottom, QueueCorner found) protected voidPointTrackerKltPyramid.addToTracks(float scaleBottom, QueueCorner found) -
Uses of QueueCorner in boofcv.alg.feature.detect.extract
Fields in boofcv.alg.feature.detect.extract declared as QueueCornerModifier and TypeFieldDescriptionfinal QueueCornerNonMaxCandidate_MT.SearchData.cornersfinal QueueCornerNonMaxBlock_MT.SearchData.cornersMaxfinal QueueCornerNonMaxBlock_MT.SearchData.cornersMinMethods in boofcv.alg.feature.detect.extract with parameters of type QueueCornerModifier and TypeMethodDescriptionvoidNonMaxBlock.Search.initialize(boofcv.alg.feature.detect.extract.NonMaxBlock.Configuration configuration, GrayF32 image, @Nullable QueueCorner localMin, @Nullable QueueCorner localMax) Call before each time a search is started on a new imagevoidNonMaxBlockSearchRelaxed.initialize(boofcv.alg.feature.detect.extract.NonMaxBlock.Configuration configuration, GrayF32 image, @Nullable QueueCorner localMin, @Nullable QueueCorner localMax) voidNonMaxBlockSearchStrict.initialize(boofcv.alg.feature.detect.extract.NonMaxBlock.Configuration configuration, GrayF32 image, @Nullable QueueCorner localMin, @Nullable QueueCorner localMax) voidNonMaxBlock_MT.process(GrayF32 intensityImage, @Nullable QueueCorner localMin, @Nullable QueueCorner localMax) Detects local minimums and/or maximums in the provided intensity image.voidNonMaxBlock.process(GrayF32 intensityImage, @Nullable QueueCorner localMin, @Nullable QueueCorner localMax) Detects local minimums and/or maximums in the provided intensity image.voidNonMaxExtractorNaive.process(GrayF32 intensityImage, QueueCorner peaks) voidThresholdCornerExtractor.process(GrayF32 intensity, QueueCorner corners) Selects pixels as corners which are above the threshold. -
Uses of QueueCorner in boofcv.alg.feature.detect.interest
Fields in boofcv.alg.feature.detect.interest declared as QueueCornerModifier and TypeFieldDescriptionprotected @Nullable QueueCornerGeneralFeatureDetector.excludeCorners which should be excluded from detectionprotected QueueCornerGeneralFeatureDetector.foundprotected QueueCornerGeneralFeatureDetector.maximumsprotected QueueCornerGeneralFeatureDetector.minimumsMethods in boofcv.alg.feature.detect.interest that return QueueCornerModifier and TypeMethodDescriptionEasyGeneralFeatureDetector.getMaximums()EasyGeneralFeatureDetector.getMinimums()Methods in boofcv.alg.feature.detect.interest with parameters of type QueueCornerModifier and TypeMethodDescriptionvoidEasyGeneralFeatureDetector.detect(T input, @Nullable QueueCorner exclude) Detect features inside the image.