boofcv.factory.feature.disparity
Enum DisparityAlgorithms
- java.lang.Object
-
- java.lang.Enum<DisparityAlgorithms>
-
- boofcv.factory.feature.disparity.DisparityAlgorithms
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<DisparityAlgorithms>
public enum DisparityAlgorithms extends java.lang.Enum<DisparityAlgorithms>
List of disparity algorithms which can be selected through a high level interface
-
-
Enum Constant Summary
Enum Constants Enum Constant and Description RECTRectangular region.RECT_FIVEDynamically selects the best regions out of five local sub-regions
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static DisparityAlgorithmsvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DisparityAlgorithms[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
RECT
public static final DisparityAlgorithms RECT
Rectangular region.- See Also:
DisparityScoreSadRect
-
RECT_FIVE
public static final DisparityAlgorithms RECT_FIVE
Dynamically selects the best regions out of five local sub-regions- See Also:
DisparityScoreWindowFive
-
-
Method Detail
-
values
public static DisparityAlgorithms[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DisparityAlgorithms c : DisparityAlgorithms.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DisparityAlgorithms valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-
DataMelt 3.0 © DataMelt by jWork.ORG