From e2254cec23926ca9da0e2604aed5ba7627e9507e Mon Sep 17 00:00:00 2001 From: Akshat Singh <85480331+Sh1r0Yaksha@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:03:20 +0530 Subject: [PATCH] Fixed spelling mistake in FeatureExtraction.py --- meshroom/nodes/aliceVision/FeatureExtraction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/nodes/aliceVision/FeatureExtraction.py b/meshroom/nodes/aliceVision/FeatureExtraction.py index 961a2b9e..46b44215 100644 --- a/meshroom/nodes/aliceVision/FeatureExtraction.py +++ b/meshroom/nodes/aliceVision/FeatureExtraction.py @@ -20,7 +20,7 @@ This node implements multiple methods: The most standard method. This is the default and recommended value for all use cases. * **AKAZE** AKAZE can be interesting solution to extract features in challenging condition. It could be able to match wider angle than SIFT but has drawbacks. -It may extract to many features, the repartition is not always good. +It may extract too many features, the repartition is not always good. It is known to be good on challenging surfaces such as skin. * **CCTAG** CCTag is a marker type with 3 or 4 crowns. You can put markers in the scene during the shooting session to automatically re-orient and re-scale the scene to a known size.