Uses of Class
boofcv.struct.ListIntPoint2D
Package
Description
-
Uses of ListIntPoint2D in boofcv.abst.feature.detect.extract
Modifier and TypeMethodDescriptionvoid
NonMaxSuppression.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.void
WrapperNonMaxCandidate.process
(GrayF32 intensity, @Nullable ListIntPoint2D candidateMin, @Nullable ListIntPoint2D candidateMax, @Nullable QueueCorner foundMin, @Nullable QueueCorner foundMax) void
WrapperNonMaximumBlock.process
(GrayF32 intensity, @Nullable ListIntPoint2D candidateMin, @Nullable ListIntPoint2D candidateMax, @Nullable QueueCorner foundMin, @Nullable QueueCorner foundMax) void
WrapperNonMaximumNaive.process
(GrayF32 intensity, @Nullable ListIntPoint2D candidateMin, @Nullable ListIntPoint2D candidateMax, @Nullable QueueCorner foundMin, @Nullable QueueCorner foundMax) -
Uses of ListIntPoint2D in boofcv.abst.feature.detect.intensity
Modifier and TypeMethodDescription@Nullable ListIntPoint2D
GeneralFeatureIntensity.getCandidatesMax()
(Optional) Returns a list of candidate for local maximums.WrapperFastCornerIntensity.getCandidatesMax()
@Nullable ListIntPoint2D
WrapperGradientCornerIntensity.getCandidatesMax()
@Nullable ListIntPoint2D
WrapperHessianDerivBlobIntensity.getCandidatesMax()
@Nullable ListIntPoint2D
WrapperHessianThreeImageDetIntensity.getCandidatesMax()
@Nullable ListIntPoint2D
WrapperKitRosCornerIntensity.getCandidatesMax()
@Nullable ListIntPoint2D
WrapperLaplacianBlobIntensity.getCandidatesMax()
@Nullable ListIntPoint2D
WrapperMedianCornerIntensity.getCandidatesMax()
@Nullable ListIntPoint2D
GeneralFeatureIntensity.getCandidatesMin()
(Optional) Returns a list of candidate for local minimums.WrapperFastCornerIntensity.getCandidatesMin()
@Nullable ListIntPoint2D
WrapperGradientCornerIntensity.getCandidatesMin()
@Nullable ListIntPoint2D
WrapperHessianDerivBlobIntensity.getCandidatesMin()
@Nullable ListIntPoint2D
WrapperHessianThreeImageDetIntensity.getCandidatesMin()
@Nullable ListIntPoint2D
WrapperKitRosCornerIntensity.getCandidatesMin()
@Nullable ListIntPoint2D
WrapperLaplacianBlobIntensity.getCandidatesMin()
@Nullable ListIntPoint2D
WrapperMedianCornerIntensity.getCandidatesMin()
-
Uses of ListIntPoint2D in boofcv.alg.feature.detect.extract
Modifier and TypeMethodDescriptionprotected void
NonMaxCandidate_MT.examineMaximum
(GrayF32 intensityImage, ListIntPoint2D candidates, DogArray<Point2D_I16> found) protected void
NonMaxCandidate.examineMaximum
(GrayF32 intensityImage, ListIntPoint2D candidates, DogArray<Point2D_I16> found) protected void
NonMaxCandidate_MT.examineMinimum
(GrayF32 intensityImage, ListIntPoint2D candidates, DogArray<Point2D_I16> found) protected void
NonMaxCandidate.examineMinimum
(GrayF32 intensityImage, ListIntPoint2D candidates, DogArray<Point2D_I16> found) void
NonMaxCandidate.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
Modifier and TypeMethodDescriptionprotected final void
HoughTransformGradient.addParameters
(ListIntPoint2D candidates, int x, int y, float amount) protected final void
HoughTransformGradient.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.