mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
Fixed spelling mistake in FeatureExtraction.py
This commit is contained in:
parent
3e8b736cf9
commit
e2254cec23
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue