Skip to content

Commit

Permalink
generic should have the same coef than standard descriptor types
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Sep 4, 2024
1 parent 2aba86f commit e040bd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/aliceVision/feature/imageDescriberCommon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ inline float getStrongSupportCoeff(EImageDescriberType imageDescriberType)
case EImageDescriberType::AKAZE:
case EImageDescriberType::AKAZE_LIOP:
case EImageDescriberType::AKAZE_MLDB:
return 0.14f;
case EImageDescriberType::GENERIC:
return -1.0f;
return 0.14f;
#if ALICEVISION_IS_DEFINED(ALICEVISION_HAVE_CCTAG)
case EImageDescriberType::CCTAG3:
case EImageDescriberType::CCTAG4:
Expand Down

0 comments on commit e040bd9

Please sign in to comment.