Uses of Class
boofcv.struct.ListIntPoint2D
Packages that use ListIntPoint2D
Package
Description
-
Uses of ListIntPoint2D in boofcv.abst.feature.detect.extract
Methods in boofcv.abst.feature.detect.extract with parameters of type ListIntPoint2DModifier 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 ListIntPoint2D in boofcv.abst.feature.detect.intensity
Methods in boofcv.abst.feature.detect.intensity that return ListIntPoint2DModifier and TypeMethodDescription@Nullable ListIntPoint2DGeneralFeatureIntensity.getCandidatesMax()(Optional) Returns a list of candidate for local maximums.WrapperFastCornerIntensity.getCandidatesMax()@Nullable ListIntPoint2DWrapperGradientCornerIntensity.getCandidatesMax()@Nullable ListIntPoint2DWrapperHessianDerivBlobIntensity.getCandidatesMax()@Nullable ListIntPoint2DWrapperHessianThreeImageDetIntensity.getCandidatesMax()@Nullable ListIntPoint2DWrapperKitRosCornerIntensity.getCandidatesMax()@Nullable ListIntPoint2DWrapperLaplacianBlobIntensity.getCandidatesMax()@Nullable ListIntPoint2DWrapperMedianCornerIntensity.getCandidatesMax()@Nullable ListIntPoint2DGeneralFeatureIntensity.getCandidatesMin()(Optional) Returns a list of candidate for local minimums.WrapperFastCornerIntensity.getCandidatesMin()@Nullable ListIntPoint2DWrapperGradientCornerIntensity.getCandidatesMin()@Nullable ListIntPoint2DWrapperHessianDerivBlobIntensity.getCandidatesMin()@Nullable ListIntPoint2DWrapperHessianThreeImageDetIntensity.getCandidatesMin()@Nullable ListIntPoint2DWrapperKitRosCornerIntensity.getCandidatesMin()@Nullable ListIntPoint2DWrapperLaplacianBlobIntensity.getCandidatesMin()@Nullable ListIntPoint2DWrapperMedianCornerIntensity.getCandidatesMin() -
Uses of ListIntPoint2D in boofcv.alg.feature.detect.extract
Methods in boofcv.alg.feature.detect.extract with parameters of type ListIntPoint2DModifier and TypeMethodDescriptionprotected voidNonMaxCandidate_MT.examineMaximum(GrayF32 intensityImage, ListIntPoint2D candidates, DogArray<Point2D_I16> found) protected voidNonMaxCandidate.examineMaximum(GrayF32 intensityImage, ListIntPoint2D candidates, DogArray<Point2D_I16> found) protected voidNonMaxCandidate_MT.examineMinimum(GrayF32 intensityImage, ListIntPoint2D candidates, DogArray<Point2D_I16> found) protected voidNonMaxCandidate.examineMinimum(GrayF32 intensityImage, ListIntPoint2D candidates, DogArray<Point2D_I16> found) voidNonMaxCandidate.process(GrayF32 intensityImage, @Nullable ListIntPoint2D candidatesMin, @Nullable ListIntPoint2D candidatesMax, @Nullable DogArray<Point2D_I16> foundMin, @Nullable DogArray<Point2D_I16> foundMax) Checks to see if the specified candidates are local minimums or maximums. -
Uses of ListIntPoint2D in boofcv.alg.feature.detect.line
Methods in boofcv.alg.feature.detect.line with parameters of type ListIntPoint2DModifier and TypeMethodDescriptionprotected final voidHoughTransformGradient.addParameters(ListIntPoint2D candidates, int x, int y, float amount) protected final voidHoughTransformGradient.parameterize(ListIntPoint2D candidates, int x, int y, float derivX, float derivY) Takes the detected point along the line and its gradient and converts it into transform space.