mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
added generic in featuretype
This commit is contained in:
parent
52cb124589
commit
506c97e367
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ COLORSPACES = ["AUTO", "sRGB", "rec709", "Linear", "ACES2065-1", "ACEScg", "Line
|
|||
"Log3G10 REDWideGamutRGB", "Linear Venice S-Gamut3.Cine", "S-Log3 Venice S-Gamut3.Cine", "no_conversion"]
|
||||
|
||||
DESCRIBER_TYPES = ["sift", "sift_float", "sift_upright", "dspsift", "akaze", "akaze_liop", "akaze_mldb", "cctag3",
|
||||
"cctag4", "sift_ocv", "akaze_ocv", "tag16h5", "unknown"]
|
||||
"cctag4", "sift_ocv", "akaze_ocv", "tag16h5", "unknown", "generic"]
|
||||
|
||||
EXR_STORAGE_DATA_TYPE = ["float", "half", "halfFinite", "auto"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue