jar

org.boofcv : feature

Maven & Gradle

Dec 08, 2016
18 usages
1k stars

BoofCV · BoofCV is an open source Java library for real-time computer vision and robotics applications.

Table Of Contents

Latest Version

Download org.boofcv : feature JAR file - Latest Versions:

All Versions

Download org.boofcv : feature JAR file - All Versions:

Version Vulnerabilities Size Updated
0.26
0.25
0.24.x
0.24
0.23
0.22
0.21
0.20
0.19
0.18
0.17
0.16

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window feature-0.26.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

boofcv.alg.feature.detect.interest

├─ boofcv.alg.feature.detect.interest.EasyGeneralFeatureDetector.class - [JAR]

├─ boofcv.alg.feature.detect.interest.FastHessianFeatureDetector.class - [JAR]

├─ boofcv.alg.feature.detect.interest.FeatureLaplacePyramid.class - [JAR]

├─ boofcv.alg.feature.detect.interest.FeaturePyramid.class - [JAR]

├─ boofcv.alg.feature.detect.interest.GeneralFeatureDetector.class - [JAR]

├─ boofcv.alg.feature.detect.interest.SiftDetector.class - [JAR]

├─ boofcv.alg.feature.detect.interest.SiftScaleSpace.class - [JAR]

├─ boofcv.alg.feature.detect.interest.UnrollSiftScaleSpaceGradient.class - [JAR]

boofcv.alg.feature.detect.intensity.impl

├─ boofcv.alg.feature.detect.intensity.impl.FastHelper.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplFastHelper_F32.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplFastHelper_U8.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplFastIntensity10.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplFastIntensity11.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplFastIntensity12.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplFastIntensity9.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplHarrisCornerWeighted_F32.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplHarrisCornerWeighted_S16.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplHarrisCorner_F32.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplHarrisCorner_S16.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplHessianBlobIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplIntegralImageFeatureIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplKitRosCornerIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplMedianCornerIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplShiTomasiCornerWeighted_F32.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplShiTomasiCornerWeighted_S16.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplShiTomasiCorner_F32.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplShiTomasiCorner_S16.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBase.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerNaive.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerWeighted_F32.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerWeighted_S16.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplSsdCorner_F32.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.impl.ImplSsdCorner_S16.class - [JAR]

boofcv.factory.feature.detect.line

├─ boofcv.factory.feature.detect.line.ConfigHoughFoot.class - [JAR]

├─ boofcv.factory.feature.detect.line.ConfigHoughFootSubimage.class - [JAR]

├─ boofcv.factory.feature.detect.line.ConfigHoughPolar.class - [JAR]

├─ boofcv.factory.feature.detect.line.FactoryDetectLineAlgs.class - [JAR]

boofcv.alg.segmentation.slic

├─ boofcv.alg.segmentation.slic.SegmentSlic.class - [JAR]

├─ boofcv.alg.segmentation.slic.SegmentSlic_F32.class - [JAR]

├─ boofcv.alg.segmentation.slic.SegmentSlic_PlF32.class - [JAR]

├─ boofcv.alg.segmentation.slic.SegmentSlic_PlU8.class - [JAR]

├─ boofcv.alg.segmentation.slic.SegmentSlic_U8.class - [JAR]

boofcv.alg.feature.detect.line.gridline

├─ boofcv.alg.feature.detect.line.gridline.Edgel.class - [JAR]

├─ boofcv.alg.feature.detect.line.gridline.GridLineModelDistance.class - [JAR]

├─ boofcv.alg.feature.detect.line.gridline.GridLineModelFitter.class - [JAR]

├─ boofcv.alg.feature.detect.line.gridline.ImplGridRansacLineDetector_F32.class - [JAR]

├─ boofcv.alg.feature.detect.line.gridline.ImplGridRansacLineDetector_S16.class - [JAR]

boofcv.abst.feature.associate

├─ boofcv.abst.feature.associate.Associate.class - [JAR]

├─ boofcv.abst.feature.associate.AssociateDescTo2D.class - [JAR]

├─ boofcv.abst.feature.associate.AssociateDescription.class - [JAR]

├─ boofcv.abst.feature.associate.AssociateDescription2D.class - [JAR]

├─ boofcv.abst.feature.associate.AssociateNearestNeighbor.class - [JAR]

├─ boofcv.abst.feature.associate.EnforceUniqueByScore.class - [JAR]

├─ boofcv.abst.feature.associate.ScoreAssociateCorrelation.class - [JAR]

├─ boofcv.abst.feature.associate.ScoreAssociateEuclideanSq_F32.class - [JAR]

├─ boofcv.abst.feature.associate.ScoreAssociateEuclideanSq_F64.class - [JAR]

├─ boofcv.abst.feature.associate.ScoreAssociateEuclidean_F64.class - [JAR]

├─ boofcv.abst.feature.associate.ScoreAssociateHamming_B.class - [JAR]

├─ boofcv.abst.feature.associate.ScoreAssociateNccFeature.class - [JAR]

├─ boofcv.abst.feature.associate.ScoreAssociateSad_F32.class - [JAR]

├─ boofcv.abst.feature.associate.ScoreAssociateSad_F64.class - [JAR]

├─ boofcv.abst.feature.associate.ScoreAssociateSad_S8.class - [JAR]

├─ boofcv.abst.feature.associate.ScoreAssociateSad_U8.class - [JAR]

├─ boofcv.abst.feature.associate.ScoreAssociation.class - [JAR]

├─ boofcv.abst.feature.associate.WrapAssociateGreedy.class - [JAR]

├─ boofcv.abst.feature.associate.WrapAssociateSurfBasic.class - [JAR]

boofcv.alg.feature.associate

├─ boofcv.alg.feature.associate.AssociateGreedy.class - [JAR]

├─ boofcv.alg.feature.associate.AssociateMaxDistance.class - [JAR]

├─ boofcv.alg.feature.associate.AssociateMaxDistanceNaive.class - [JAR]

├─ boofcv.alg.feature.associate.AssociateSurfBasic.class - [JAR]

├─ boofcv.alg.feature.associate.AssociateUniqueByScoreAlg.class - [JAR]

├─ boofcv.alg.feature.associate.BaseAssociateLocation2DFilter.class - [JAR]

├─ boofcv.alg.feature.associate.EnsureUniqueAssociation.class - [JAR]

├─ boofcv.alg.feature.associate.FindUnassociated.class - [JAR]

boofcv.alg.background.stationary

├─ boofcv.alg.background.stationary.BackgroundStationaryBasic.class - [JAR]

├─ boofcv.alg.background.stationary.BackgroundStationaryBasic_IL.class - [JAR]

├─ boofcv.alg.background.stationary.BackgroundStationaryBasic_PL.class - [JAR]

├─ boofcv.alg.background.stationary.BackgroundStationaryBasic_SB.class - [JAR]

├─ boofcv.alg.background.stationary.BackgroundStationaryGaussian.class - [JAR]

├─ boofcv.alg.background.stationary.BackgroundStationaryGaussian_IL.class - [JAR]

├─ boofcv.alg.background.stationary.BackgroundStationaryGaussian_PL.class - [JAR]

├─ boofcv.alg.background.stationary.BackgroundStationaryGaussian_SB.class - [JAR]

boofcv.abst.feature.orientation

├─ boofcv.abst.feature.orientation.ConfigAverageIntegral.class - [JAR]

├─ boofcv.abst.feature.orientation.ConfigOrientation.class - [JAR]

├─ boofcv.abst.feature.orientation.ConfigSiftOrientation.class - [JAR]

├─ boofcv.abst.feature.orientation.ConfigSlidingIntegral.class - [JAR]

├─ boofcv.abst.feature.orientation.OrientationGradient.class - [JAR]

├─ boofcv.abst.feature.orientation.OrientationGradientToImage.class - [JAR]

├─ boofcv.abst.feature.orientation.OrientationImage.class - [JAR]

├─ boofcv.abst.feature.orientation.OrientationIntegral.class - [JAR]

├─ boofcv.abst.feature.orientation.OrientationIntegralToImage.class - [JAR]

├─ boofcv.abst.feature.orientation.OrientationSiftToImage.class - [JAR]

├─ boofcv.abst.feature.orientation.RegionOrientation.class - [JAR]

boofcv.factory.tracker

├─ boofcv.factory.tracker.FactoryTrackerAlg.class - [JAR]

boofcv.factory.feature.detdesc

├─ boofcv.factory.feature.detdesc.FactoryDetectDescribe.class - [JAR]

boofcv.abst.feature.detect.extract

├─ boofcv.abst.feature.detect.extract.ConfigExtract.class - [JAR]

├─ boofcv.abst.feature.detect.extract.NonMaxLimiter.class - [JAR]

├─ boofcv.abst.feature.detect.extract.NonMaxSuppression.class - [JAR]

├─ boofcv.abst.feature.detect.extract.WrapperNonMaxCandidate.class - [JAR]

├─ boofcv.abst.feature.detect.extract.WrapperNonMaximumBlock.class - [JAR]

├─ boofcv.abst.feature.detect.extract.WrapperNonMaximumNaive.class - [JAR]

boofcv.alg.feature.disparity.impl

├─ boofcv.alg.feature.disparity.impl.ImplDisparityScoreSadRectFive_F32.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplDisparityScoreSadRectFive_S16.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplDisparityScoreSadRectFive_U8.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplDisparityScoreSadRect_F32.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplDisparityScoreSadRect_S16.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplDisparityScoreSadRect_U8.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplDisparitySparseScoreSadRect_F32.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplDisparitySparseScoreSadRect_S16.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplDisparitySparseScoreSadRect_U8.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplSelectRectBasicWta_F32_U8.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplSelectRectBasicWta_S32_U8.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplSelectRectStandardBase_F32.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplSelectRectStandardBase_S32.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplSelectRectStandard_F32_U8.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplSelectRectStandard_S32_U8.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplSelectSparseBasicWta_F32.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplSelectSparseBasicWta_S32.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplSelectSparseStandardWta_F32.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.ImplSelectSparseStandardWta_S32.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.SelectRectSubpixel.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.SelectSparseStandardSubpixel.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.StereoDisparityWtoNaive.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.StereoDisparityWtoNaiveFive.class - [JAR]

├─ boofcv.alg.feature.disparity.impl.UtilDisparityScore.class - [JAR]

boofcv.factory.feature.associate

├─ boofcv.factory.feature.associate.FactoryAssociation.class - [JAR]

boofcv.factory.feature.orientation

├─ boofcv.factory.feature.orientation.FactoryOrientation.class - [JAR]

├─ boofcv.factory.feature.orientation.FactoryOrientationAlgs.class - [JAR]

boofcv.alg.feature.orientation.impl

├─ boofcv.alg.feature.orientation.impl.ImplOrientationAverageGradientIntegral.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationAverage_F32.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationAverage_S16.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationAverage_S32.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationHistogram_F32.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationHistogram_S16.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationHistogram_S32.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationImageAverageIntegral.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationImageAverage_F32.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationImageAverage_U8.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationSlidingWindowIntegral.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationSlidingWindow_F32.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationSlidingWindow_S16.class - [JAR]

├─ boofcv.alg.feature.orientation.impl.ImplOrientationSlidingWindow_S32.class - [JAR]

boofcv.alg.descriptor

├─ boofcv.alg.descriptor.ConvertDescriptors.class - [JAR]

├─ boofcv.alg.descriptor.DescriptorDistance.class - [JAR]

├─ boofcv.alg.descriptor.UtilFeature.class - [JAR]

boofcv.alg.feature.describe.brief

├─ boofcv.alg.feature.describe.brief.BinaryCompareDefinition_I32.class - [JAR]

├─ boofcv.alg.feature.describe.brief.FactoryBriefDefinition.class - [JAR]

boofcv.alg.segmentation.fh04

├─ boofcv.alg.segmentation.fh04.FhEdgeWeights.class - [JAR]

├─ boofcv.alg.segmentation.fh04.SegmentFelzenszwalbHuttenlocher04.class - [JAR]

boofcv.abst.feature.detect.intensity

├─ boofcv.abst.feature.detect.intensity.BaseGeneralFeatureIntensity.class - [JAR]

├─ boofcv.abst.feature.detect.intensity.GeneralFeatureIntensity.class - [JAR]

├─ boofcv.abst.feature.detect.intensity.WrapperFastCornerIntensity.class - [JAR]

├─ boofcv.abst.feature.detect.intensity.WrapperGradientCornerIntensity.class - [JAR]

├─ boofcv.abst.feature.detect.intensity.WrapperHessianBlobIntensity.class - [JAR]

├─ boofcv.abst.feature.detect.intensity.WrapperKitRosCornerIntensity.class - [JAR]

├─ boofcv.abst.feature.detect.intensity.WrapperLaplacianBlobIntensity.class - [JAR]

├─ boofcv.abst.feature.detect.intensity.WrapperMedianCornerIntensity.class - [JAR]

boofcv.numerics

├─ boofcv.numerics.InterpolateArray.class - [JAR]

boofcv.alg.feature.describe

├─ boofcv.alg.feature.describe.DescribePlanar.class - [JAR]

├─ boofcv.alg.feature.describe.DescribePointBinaryCompare.class - [JAR]

├─ boofcv.alg.feature.describe.DescribePointBrief.class - [JAR]

├─ boofcv.alg.feature.describe.DescribePointBriefSO.class - [JAR]

├─ boofcv.alg.feature.describe.DescribePointPixelRegion.class - [JAR]

├─ boofcv.alg.feature.describe.DescribePointPixelRegionNCC.class - [JAR]

├─ boofcv.alg.feature.describe.DescribePointRectangleRegion.class - [JAR]

├─ boofcv.alg.feature.describe.DescribePointSift.class - [JAR]

├─ boofcv.alg.feature.describe.DescribePointSurf.class - [JAR]

├─ boofcv.alg.feature.describe.DescribePointSurfMod.class - [JAR]

├─ boofcv.alg.feature.describe.DescribePointSurfPlanar.class - [JAR]

├─ boofcv.alg.feature.describe.DescribeSiftCommon.class - [JAR]

├─ boofcv.alg.feature.describe.SurfDescribeOps.class - [JAR]

boofcv.factory.feature.dense

├─ boofcv.factory.feature.dense.ConfigDenseHoG.class - [JAR]

├─ boofcv.factory.feature.dense.ConfigDenseSift.class - [JAR]

├─ boofcv.factory.feature.dense.ConfigDenseSurfFast.class - [JAR]

├─ boofcv.factory.feature.dense.ConfigDenseSurfStable.class - [JAR]

├─ boofcv.factory.feature.dense.DenseSampling.class - [JAR]

├─ boofcv.factory.feature.dense.FactoryDescribeImageDense.class - [JAR]

├─ boofcv.factory.feature.dense.FactoryDescribeImageDenseAlg.class - [JAR]

boofcv.alg.flow

├─ boofcv.alg.flow.BroxWarpingSpacial.class - [JAR]

├─ boofcv.alg.flow.ConfigBroxWarping.class - [JAR]

├─ boofcv.alg.flow.DenseFlowPyramidBase.class - [JAR]

├─ boofcv.alg.flow.DenseOpticalFlowBlockPyramid.class - [JAR]

├─ boofcv.alg.flow.DenseOpticalFlowKlt.class - [JAR]

├─ boofcv.alg.flow.HornSchunck.class - [JAR]

├─ boofcv.alg.flow.HornSchunckPyramid.class - [JAR]

├─ boofcv.alg.flow.HornSchunck_F32.class - [JAR]

├─ boofcv.alg.flow.HornSchunck_U8.class - [JAR]

├─ boofcv.alg.flow.UtilDenseOpticalFlow.class - [JAR]

boofcv.alg.tracker.klt

├─ boofcv.alg.tracker.klt.KltConfig.class - [JAR]

├─ boofcv.alg.tracker.klt.KltFeature.class - [JAR]

├─ boofcv.alg.tracker.klt.KltFeatureSelector.class - [JAR]

├─ boofcv.alg.tracker.klt.KltTrackFault.class - [JAR]

├─ boofcv.alg.tracker.klt.KltTracker.class - [JAR]

├─ boofcv.alg.tracker.klt.PkltConfig.class - [JAR]

├─ boofcv.alg.tracker.klt.PyramidKltFeature.class - [JAR]

├─ boofcv.alg.tracker.klt.PyramidKltTracker.class - [JAR]

boofcv.alg.feature.orientation

├─ boofcv.alg.feature.orientation.OrientationAverage.class - [JAR]

├─ boofcv.alg.feature.orientation.OrientationHistogram.class - [JAR]

├─ boofcv.alg.feature.orientation.OrientationHistogramSift.class - [JAR]

├─ boofcv.alg.feature.orientation.OrientationImageAverage.class - [JAR]

├─ boofcv.alg.feature.orientation.OrientationIntegralBase.class - [JAR]

├─ boofcv.alg.feature.orientation.OrientationSlidingWindow.class - [JAR]

boofcv.abst.feature.detdesc

├─ boofcv.abst.feature.detdesc.ConfigCompleteSift.class - [JAR]

├─ boofcv.abst.feature.detdesc.DetectDescribeFusion.class - [JAR]

├─ boofcv.abst.feature.detdesc.DetectDescribeMulti.class - [JAR]

├─ boofcv.abst.feature.detdesc.DetectDescribeMultiFusion.class - [JAR]

├─ boofcv.abst.feature.detdesc.DetectDescribePoint.class - [JAR]

├─ boofcv.abst.feature.detdesc.DetectDescribeSingleToMulti.class - [JAR]

├─ boofcv.abst.feature.detdesc.DetectDescribe_CompleteSift.class - [JAR]

├─ boofcv.abst.feature.detdesc.PointDescSet.class - [JAR]

├─ boofcv.abst.feature.detdesc.SurfPlanar_to_DetectDescribePoint.class - [JAR]

├─ boofcv.abst.feature.detdesc.WrapDetectDescribeSurf.class - [JAR]

boofcv.alg.segmentation.watershed

├─ boofcv.alg.segmentation.watershed.RemoveWatersheds.class - [JAR]

├─ boofcv.alg.segmentation.watershed.WatershedVincentSoille1991.class - [JAR]

boofcv.alg.background

├─ boofcv.alg.background.BackgroundAlgorithmBasic.class - [JAR]

├─ boofcv.alg.background.BackgroundAlgorithmGaussian.class - [JAR]

├─ boofcv.alg.background.BackgroundModel.class - [JAR]

├─ boofcv.alg.background.BackgroundModelMoving.class - [JAR]

├─ boofcv.alg.background.BackgroundModelStationary.class - [JAR]

boofcv.factory.feature.detect.peak

├─ boofcv.factory.feature.detect.peak.FactorySearchLocalPeak.class - [JAR]

boofcv.abst.feature.detect.interest

├─ boofcv.abst.feature.detect.interest.ConfigFast.class - [JAR]

├─ boofcv.abst.feature.detect.interest.ConfigFastHessian.class - [JAR]

├─ boofcv.abst.feature.detect.interest.ConfigGeneralDetector.class - [JAR]

├─ boofcv.abst.feature.detect.interest.ConfigSiftDetector.class - [JAR]

├─ boofcv.abst.feature.detect.interest.DetectorInterestPointMulti.class - [JAR]

├─ boofcv.abst.feature.detect.interest.FoundPointSO.class - [JAR]

├─ boofcv.abst.feature.detect.interest.GeneralToInterestMulti.class - [JAR]

├─ boofcv.abst.feature.detect.interest.GeneralToInterestPoint.class - [JAR]

├─ boofcv.abst.feature.detect.interest.InterestPointDetector.class - [JAR]

├─ boofcv.abst.feature.detect.interest.InterestPointDetectorOverride.class - [JAR]

├─ boofcv.abst.feature.detect.interest.InterestPointScaleSpace.class - [JAR]

├─ boofcv.abst.feature.detect.interest.InterestPointScaleSpacePyramid.class - [JAR]

├─ boofcv.abst.feature.detect.interest.WrapFHtoInterestPoint.class - [JAR]

├─ boofcv.abst.feature.detect.interest.WrapFLPtoInterestPoint.class - [JAR]

├─ boofcv.abst.feature.detect.interest.WrapFPtoInterestPoint.class - [JAR]

├─ boofcv.abst.feature.detect.interest.WrapSiftDetector.class - [JAR]

boofcv.factory.feature.detect.intensity

├─ boofcv.factory.feature.detect.intensity.FactoryIntensityPoint.class - [JAR]

├─ boofcv.factory.feature.detect.intensity.FactoryIntensityPointAlg.class - [JAR]

boofcv.alg.segmentation.fh04.impl

├─ boofcv.alg.segmentation.fh04.impl.FhEdgeWeights4_F32.class - [JAR]

├─ boofcv.alg.segmentation.fh04.impl.FhEdgeWeights4_PLF32.class - [JAR]

├─ boofcv.alg.segmentation.fh04.impl.FhEdgeWeights4_PLU8.class - [JAR]

├─ boofcv.alg.segmentation.fh04.impl.FhEdgeWeights4_U8.class - [JAR]

├─ boofcv.alg.segmentation.fh04.impl.FhEdgeWeights8_F32.class - [JAR]

├─ boofcv.alg.segmentation.fh04.impl.FhEdgeWeights8_PLF32.class - [JAR]

├─ boofcv.alg.segmentation.fh04.impl.FhEdgeWeights8_PLU8.class - [JAR]

├─ boofcv.alg.segmentation.fh04.impl.FhEdgeWeights8_U8.class - [JAR]

boofcv.alg.shapes.polyline

├─ boofcv.alg.shapes.polyline.FitLinesToContour.class - [JAR]

├─ boofcv.alg.shapes.polyline.MinimizeEnergyPrune.class - [JAR]

├─ boofcv.alg.shapes.polyline.RefinePolyLineCorner.class - [JAR]

├─ boofcv.alg.shapes.polyline.SplitMergeLineFit.class - [JAR]

├─ boofcv.alg.shapes.polyline.SplitMergeLineFitLoop.class - [JAR]

├─ boofcv.alg.shapes.polyline.SplitMergeLineFitSegment.class - [JAR]

boofcv.alg.feature.disparity

├─ boofcv.alg.feature.disparity.DisparityScoreRowFormat.class - [JAR]

├─ boofcv.alg.feature.disparity.DisparityScoreSadRect.class - [JAR]

├─ boofcv.alg.feature.disparity.DisparityScoreWindowFive.class - [JAR]

├─ boofcv.alg.feature.disparity.DisparitySelect.class - [JAR]

├─ boofcv.alg.feature.disparity.DisparitySparseScoreSadRect.class - [JAR]

├─ boofcv.alg.feature.disparity.DisparitySparseSelect.class - [JAR]

├─ boofcv.alg.feature.disparity.SelectRectBasicWta.class - [JAR]

├─ boofcv.alg.feature.disparity.SelectRectStandard.class - [JAR]

├─ boofcv.alg.feature.disparity.SelectSparseStandardWta.class - [JAR]

boofcv.alg.feature.detect.edge

├─ boofcv.alg.feature.detect.edge.CannyEdge.class - [JAR]

├─ boofcv.alg.feature.detect.edge.CannyEdgeDynamic.class - [JAR]

├─ boofcv.alg.feature.detect.edge.EdgeContour.class - [JAR]

├─ boofcv.alg.feature.detect.edge.EdgeSegment.class - [JAR]

├─ boofcv.alg.feature.detect.edge.GGradientToEdgeFeatures.class - [JAR]

├─ boofcv.alg.feature.detect.edge.GradientToEdgeFeatures.class - [JAR]

├─ boofcv.alg.feature.detect.edge.HysteresisEdgeTraceMark.class - [JAR]

├─ boofcv.alg.feature.detect.edge.HysteresisEdgeTracePoints.class - [JAR]

boofcv.abst.feature.dense

├─ boofcv.abst.feature.dense.DescribeImageDense.class - [JAR]

├─ boofcv.abst.feature.dense.DescribeImageDenseHoG.class - [JAR]

├─ boofcv.abst.feature.dense.DescribeImageDenseSift.class - [JAR]

├─ boofcv.abst.feature.dense.DescribeImageDense_Convert.class - [JAR]

├─ boofcv.abst.feature.dense.GenericDenseDescribeImageDense.class - [JAR]

boofcv.alg.shapes

├─ boofcv.alg.shapes.FitData.class - [JAR]

├─ boofcv.alg.shapes.ShapeFittingOps.class - [JAR]

boofcv.factory.background

├─ boofcv.factory.background.ConfigBackgroundBasic.class - [JAR]

├─ boofcv.factory.background.ConfigBackgroundGaussian.class - [JAR]

├─ boofcv.factory.background.FactoryBackgroundModel.class - [JAR]

boofcv.factory.shape

├─ boofcv.factory.shape.ConfigEllipseDetector.class - [JAR]

├─ boofcv.factory.shape.ConfigPolygonDetector.class - [JAR]

├─ boofcv.factory.shape.ConfigRefinePolygonCornersToImage.class - [JAR]

├─ boofcv.factory.shape.ConfigRefinePolygonLineToImage.class - [JAR]

├─ boofcv.factory.shape.FactoryShapeDetector.class - [JAR]

boofcv.abst.feature.detect.peak

├─ boofcv.abst.feature.detect.peak.MeanShiftPeak_to_SearchLocalPeak.class - [JAR]

├─ boofcv.abst.feature.detect.peak.SearchLocalPeak.class - [JAR]

boofcv.struct.flow

├─ boofcv.struct.flow.ImageFlow.class - [JAR]

boofcv.alg.tracker.combined

├─ boofcv.alg.tracker.combined.CombinedTrack.class - [JAR]

├─ boofcv.alg.tracker.combined.CombinedTrackerScalePoint.class - [JAR]

├─ boofcv.alg.tracker.combined.PyramidKltForCombined.class - [JAR]

boofcv.alg.feature.dense

├─ boofcv.alg.feature.dense.BaseDenseHog.class - [JAR]

├─ boofcv.alg.feature.dense.DescribeDenseHogAlg.class - [JAR]

├─ boofcv.alg.feature.dense.DescribeDenseHogFastAlg.class - [JAR]

├─ boofcv.alg.feature.dense.DescribeDenseSiftAlg.class - [JAR]

boofcv.abst.segmentation

├─ boofcv.abst.segmentation.Fh04_to_ImageSuperpixels.class - [JAR]

├─ boofcv.abst.segmentation.ImageSuperpixels.class - [JAR]

├─ boofcv.abst.segmentation.MeanShift_to_ImageSuperpixels.class - [JAR]

├─ boofcv.abst.segmentation.Slic_to_ImageSuperpixels.class - [JAR]

├─ boofcv.abst.segmentation.Watershed_to_ImageSuperpixels.class - [JAR]

boofcv.alg.shapes.polygon

├─ boofcv.alg.shapes.polygon.BinaryPolygonDetector.class - [JAR]

├─ boofcv.alg.shapes.polygon.PolygonHelper.class - [JAR]

├─ boofcv.alg.shapes.polygon.RefineBinaryPolygon.class - [JAR]

├─ boofcv.alg.shapes.polygon.RefinePolygonCornersToImage.class - [JAR]

├─ boofcv.alg.shapes.polygon.RefinePolygonLineToImage.class - [JAR]

├─ boofcv.alg.shapes.polygon.UtilShapePolygon.class - [JAR]

boofcv.factory.feature.detect.interest

├─ boofcv.factory.feature.detect.interest.FactoryDetectPoint.class - [JAR]

├─ boofcv.factory.feature.detect.interest.FactoryInterestPoint.class - [JAR]

├─ boofcv.factory.feature.detect.interest.FactoryInterestPointAlgs.class - [JAR]

boofcv.abst.feature.describe

├─ boofcv.abst.feature.describe.ConfigBrief.class - [JAR]

├─ boofcv.abst.feature.describe.ConfigSiftDescribe.class - [JAR]

├─ boofcv.abst.feature.describe.ConfigSiftScaleSpace.class - [JAR]

├─ boofcv.abst.feature.describe.ConfigSurfDescribe.class - [JAR]

├─ boofcv.abst.feature.describe.ConvertPositive_F64_U8.class - [JAR]

├─ boofcv.abst.feature.describe.ConvertReal_F64_S8.class - [JAR]

├─ boofcv.abst.feature.describe.ConvertTupleDesc.class - [JAR]

├─ boofcv.abst.feature.describe.DescribeRegionPoint.class - [JAR]

├─ boofcv.abst.feature.describe.DescribeRegionPointConvert.class - [JAR]

├─ boofcv.abst.feature.describe.DescribeRegionPoint_SIFT.class - [JAR]

├─ boofcv.abst.feature.describe.DescriptorInfo.class - [JAR]

├─ boofcv.abst.feature.describe.SurfPlanar_to_DescribeRegionPoint.class - [JAR]

├─ boofcv.abst.feature.describe.WrapDescribeBrief.class - [JAR]

├─ boofcv.abst.feature.describe.WrapDescribeBriefSo.class - [JAR]

├─ boofcv.abst.feature.describe.WrapDescribePixelRegion.class - [JAR]

├─ boofcv.abst.feature.describe.WrapDescribePixelRegionNCC.class - [JAR]

├─ boofcv.abst.feature.describe.WrapDescribeSurf.class - [JAR]

boofcv.alg.shapes.corner

├─ boofcv.alg.shapes.corner.RefineCornerLinesToImage.class - [JAR]

boofcv.alg.feature.detect.extract

├─ boofcv.alg.feature.detect.extract.NonMaxBlock.class - [JAR]

├─ boofcv.alg.feature.detect.extract.NonMaxBlockRelaxed.class - [JAR]

├─ boofcv.alg.feature.detect.extract.NonMaxBlockStrict.class - [JAR]

├─ boofcv.alg.feature.detect.extract.NonMaxCandidate.class - [JAR]

├─ boofcv.alg.feature.detect.extract.NonMaxCandidateRelaxed.class - [JAR]

├─ boofcv.alg.feature.detect.extract.NonMaxCandidateStrict.class - [JAR]

├─ boofcv.alg.feature.detect.extract.NonMaxExtractorNaive.class - [JAR]

├─ boofcv.alg.feature.detect.extract.SelectNBestFeatures.class - [JAR]

├─ boofcv.alg.feature.detect.extract.ThresholdCornerExtractor.class - [JAR]

boofcv.factory.feature.disparity

├─ boofcv.factory.feature.disparity.DisparityAlgorithms.class - [JAR]

├─ boofcv.factory.feature.disparity.FactoryStereoDisparity.class - [JAR]

├─ boofcv.factory.feature.disparity.FactoryStereoDisparityAlgs.class - [JAR]

boofcv.factory.feature.detect.edge

├─ boofcv.factory.feature.detect.edge.FactoryEdgeDetectors.class - [JAR]

boofcv.abst.feature.disparity

├─ boofcv.abst.feature.disparity.StereoDisparity.class - [JAR]

├─ boofcv.abst.feature.disparity.StereoDisparitySparse.class - [JAR]

├─ boofcv.abst.feature.disparity.WrapDisparitySadRect.class - [JAR]

├─ boofcv.abst.feature.disparity.WrapDisparitySparseSadRect.class - [JAR]

boofcv.factory.flow

├─ boofcv.factory.flow.ConfigHornSchunck.class - [JAR]

├─ boofcv.factory.flow.ConfigHornSchunckPyramid.class - [JAR]

├─ boofcv.factory.flow.ConfigOpticalFlowBlockPyramid.class - [JAR]

├─ boofcv.factory.flow.FactoryDenseOpticalFlow.class - [JAR]

boofcv.struct

├─ boofcv.struct.PointGradient_F64.class - [JAR]

boofcv.factory.feature.detect.template

├─ boofcv.factory.feature.detect.template.FactoryTemplateMatching.class - [JAR]

├─ boofcv.factory.feature.detect.template.TemplateScoreType.class - [JAR]

boofcv.alg.shapes.ellipse

├─ boofcv.alg.shapes.ellipse.BinaryEllipseDetector.class - [JAR]

├─ boofcv.alg.shapes.ellipse.BinaryEllipseDetectorPixel.class - [JAR]

├─ boofcv.alg.shapes.ellipse.EdgeIntensityEllipse.class - [JAR]

├─ boofcv.alg.shapes.ellipse.SnapToEllipseEdge.class - [JAR]

boofcv.abst.feature.detect.line

├─ boofcv.abst.feature.detect.line.DetectGridRansacLine.class - [JAR]

├─ boofcv.abst.feature.detect.line.DetectLine.class - [JAR]

├─ boofcv.abst.feature.detect.line.DetectLineHoughFoot.class - [JAR]

├─ boofcv.abst.feature.detect.line.DetectLineHoughFootSubimage.class - [JAR]

├─ boofcv.abst.feature.detect.line.DetectLineHoughPolar.class - [JAR]

├─ boofcv.abst.feature.detect.line.DetectLineSegment.class - [JAR]

├─ boofcv.abst.feature.detect.line.DetectLineSegmentsGridRansac.class - [JAR]

boofcv.factory.segmentation

├─ boofcv.factory.segmentation.ConfigFh04.class - [JAR]

├─ boofcv.factory.segmentation.ConfigSegmentMeanShift.class - [JAR]

├─ boofcv.factory.segmentation.ConfigSlic.class - [JAR]

├─ boofcv.factory.segmentation.ConfigWatershed.class - [JAR]

├─ boofcv.factory.segmentation.FactoryImageSegmentation.class - [JAR]

├─ boofcv.factory.segmentation.FactorySegmentationAlg.class - [JAR]

boofcv.abst.flow

├─ boofcv.abst.flow.BroxWarpingSpacial_to_DenseOpticalFlow.class - [JAR]

├─ boofcv.abst.flow.DenseOpticalFlow.class - [JAR]

├─ boofcv.abst.flow.FlowBlock_to_DenseOpticalFlow.class - [JAR]

├─ boofcv.abst.flow.FlowKlt_to_DenseOpticalFlow.class - [JAR]

├─ boofcv.abst.flow.HornSchunckPyramid_to_DenseOpticalFlow.class - [JAR]

├─ boofcv.abst.flow.HornSchunck_to_DenseOpticalFlow.class - [JAR]

boofcv.alg.feature.detect.edge.impl

├─ boofcv.alg.feature.detect.edge.impl.ImplEdgeNonMaxSuppression.class - [JAR]

├─ boofcv.alg.feature.detect.edge.impl.ImplEdgeNonMaxSuppressionCrude.class - [JAR]

├─ boofcv.alg.feature.detect.edge.impl.ImplGradientToEdgeFeatures.class - [JAR]

boofcv.alg.feature.detdesc

├─ boofcv.alg.feature.detdesc.CompleteSift.class - [JAR]

├─ boofcv.alg.feature.detdesc.DetectDescribeSurfPlanar.class - [JAR]

boofcv.alg.segmentation.ms

├─ boofcv.alg.segmentation.ms.ClusterLabeledImage.class - [JAR]

├─ boofcv.alg.segmentation.ms.MergeRegionMeanShift.class - [JAR]

├─ boofcv.alg.segmentation.ms.MergeSmallRegions.class - [JAR]

├─ boofcv.alg.segmentation.ms.RegionMergeTree.class - [JAR]

├─ boofcv.alg.segmentation.ms.SegmentMeanShift.class - [JAR]

├─ boofcv.alg.segmentation.ms.SegmentMeanShiftSearch.class - [JAR]

├─ boofcv.alg.segmentation.ms.SegmentMeanShiftSearchColor.class - [JAR]

├─ boofcv.alg.segmentation.ms.SegmentMeanShiftSearchGray.class - [JAR]

boofcv.alg.feature.color

├─ boofcv.alg.feature.color.GHistogramFeatureOps.class - [JAR]

├─ boofcv.alg.feature.color.HistogramFeatureOps.class - [JAR]

├─ boofcv.alg.feature.color.Histogram_F64.class - [JAR]

boofcv.factory.feature.detect.extract

├─ boofcv.factory.feature.detect.extract.FactoryFeatureExtractor.class - [JAR]

boofcv.alg.feature.detect.template

├─ boofcv.alg.feature.detect.template.BaseTemplateIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.template.TemplateCorrelationFFT.class - [JAR]

├─ boofcv.alg.feature.detect.template.TemplateDiffSquared.class - [JAR]

├─ boofcv.alg.feature.detect.template.TemplateMatching.class - [JAR]

├─ boofcv.alg.feature.detect.template.TemplateMatchingIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.template.TemplateNCC.class - [JAR]

boofcv.struct.feature

├─ boofcv.struct.feature.AssociatedIndex.class - [JAR]

├─ boofcv.struct.feature.BriefFeatureQueue.class - [JAR]

├─ boofcv.struct.feature.BrightFeature.class - [JAR]

├─ boofcv.struct.feature.CachedSineCosine_F32.class - [JAR]

├─ boofcv.struct.feature.ColorQueue_F32.class - [JAR]

├─ boofcv.struct.feature.Match.class - [JAR]

├─ boofcv.struct.feature.MatchScoreType.class - [JAR]

├─ boofcv.struct.feature.MatrixOfList.class - [JAR]

├─ boofcv.struct.feature.NccFeature.class - [JAR]

├─ boofcv.struct.feature.NccFeatureQueue.class - [JAR]

├─ boofcv.struct.feature.ScalePoint.class - [JAR]

├─ boofcv.struct.feature.SurfFeatureQueue.class - [JAR]

├─ boofcv.struct.feature.TupleDesc.class - [JAR]

├─ boofcv.struct.feature.TupleDesc_B.class - [JAR]

├─ boofcv.struct.feature.TupleDesc_F32.class - [JAR]

├─ boofcv.struct.feature.TupleDesc_F64.class - [JAR]

├─ boofcv.struct.feature.TupleDesc_I8.class - [JAR]

├─ boofcv.struct.feature.TupleDesc_S8.class - [JAR]

├─ boofcv.struct.feature.TupleDesc_U8.class - [JAR]

boofcv.alg.segmentation

├─ boofcv.alg.segmentation.ComputeRegionMeanColor.class - [JAR]

├─ boofcv.alg.segmentation.ImageSegmentationOps.class - [JAR]

boofcv.alg.feature.detect.peak

├─ boofcv.alg.feature.detect.peak.MeanShiftPeak.class - [JAR]

boofcv.alg.feature.detect.intensity

├─ boofcv.alg.feature.detect.intensity.FastCornerIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.FeatureIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.GIntegralImageFeatureIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.GradientCornerIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.HarrisCornerIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.HessianBlobIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.IntegralImageFeatureIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.KitRosCornerIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.MedianCornerIntensity.class - [JAR]

├─ boofcv.alg.feature.detect.intensity.ShiTomasiCornerIntensity.class - [JAR]

boofcv.alg.feature.describe.impl

├─ boofcv.alg.feature.describe.impl.ImplDescribeBinaryCompare_F32.class - [JAR]

├─ boofcv.alg.feature.describe.impl.ImplDescribeBinaryCompare_U8.class - [JAR]

├─ boofcv.alg.feature.describe.impl.ImplDescribePointPixelRegionNCC_F32.class - [JAR]

├─ boofcv.alg.feature.describe.impl.ImplDescribePointPixelRegionNCC_U8.class - [JAR]

├─ boofcv.alg.feature.describe.impl.ImplDescribePointPixelRegion_F32.class - [JAR]

├─ boofcv.alg.feature.describe.impl.ImplDescribePointPixelRegion_U8.class - [JAR]

├─ boofcv.alg.feature.describe.impl.ImplSurfDescribeOps.class - [JAR]

boofcv.alg.shapes.edge

├─ boofcv.alg.shapes.edge.BaseIntegralEdge.class - [JAR]

├─ boofcv.alg.shapes.edge.EdgeIntensityPolygon.class - [JAR]

├─ boofcv.alg.shapes.edge.ScoreLineSegmentEdge.class - [JAR]

├─ boofcv.alg.shapes.edge.SnapToLineEdge.class - [JAR]

boofcv.factory.feature.describe

├─ boofcv.factory.feature.describe.FactoryConvertTupleDesc.class - [JAR]

├─ boofcv.factory.feature.describe.FactoryDescribePointAlgs.class - [JAR]

├─ boofcv.factory.feature.describe.FactoryDescribeRegionPoint.class - [JAR]

boofcv.alg.feature.detect.line

├─ boofcv.alg.feature.detect.line.ConnectLinesGrid.class - [JAR]

├─ boofcv.alg.feature.detect.line.GridRansacLineDetector.class - [JAR]

├─ boofcv.alg.feature.detect.line.HoughTransformLineFootOfNorm.class - [JAR]

├─ boofcv.alg.feature.detect.line.HoughTransformLinePolar.class - [JAR]

├─ boofcv.alg.feature.detect.line.ImageLinePruneMerge.class - [JAR]

├─ boofcv.alg.feature.detect.line.LineImageOps.class - [JAR]

boofcv.alg.background.moving

├─ boofcv.alg.background.moving.BackgroundMovingBasic.class - [JAR]

├─ boofcv.alg.background.moving.BackgroundMovingBasic_IL.class - [JAR]

├─ boofcv.alg.background.moving.BackgroundMovingBasic_PL.class - [JAR]

├─ boofcv.alg.background.moving.BackgroundMovingBasic_SB.class - [JAR]

├─ boofcv.alg.background.moving.BackgroundMovingGaussian.class - [JAR]

├─ boofcv.alg.background.moving.BackgroundMovingGaussian_IL.class - [JAR]

├─ boofcv.alg.background.moving.BackgroundMovingGaussian_PL.class - [JAR]

├─ boofcv.alg.background.moving.BackgroundMovingGaussian_SB.class - [JAR]

Advertisement

Dependencies from Group

ip
Dec 08, 2016
29 usages
1k stars
Aug 21, 2023
28 usages
1k stars
io
Dec 08, 2016
25 usages
1k stars
Dec 08, 2016
24 usages
1k stars
Aug 21, 2023
24 usages
1k stars

Discover Dependencies

Apr 06, 2023
15 usages
Jul 19, 2021
12 usages
Jul 19, 2021
12 usages
Aug 10, 2023
28 usages
27 stars
Jun 22, 2023
19 usages
2 stars
Jul 04, 2018
11 usages
1.6k stars
Jan 25, 2020
17 usages
1.6k stars
May 10, 2023
11 usages
1.1k stars
Jan 03, 2019
15 usages