Uses of Enum Class
boofcv.factory.transform.census.CensusVariants
Packages that use CensusVariants
-
Uses of CensusVariants in boofcv.factory.disparity
Fields in boofcv.factory.disparity declared as CensusVariants -
Uses of CensusVariants in boofcv.factory.transform.census
Methods in boofcv.factory.transform.census that return CensusVariantsModifier and TypeMethodDescriptionstatic CensusVariantsReturns the enum constant of this class with the specified name.static CensusVariants[]CensusVariants.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in boofcv.factory.transform.census with parameters of type CensusVariantsModifier and TypeMethodDescriptionstatic <In extends ImageGray<In>,Out extends ImageBase<Out>>
FilterCensusTransform<In,Out> FactoryCensusTransform.variant(CensusVariants type, boolean border, Class<In> imageType)