From a24e7bdd9745918f7d5fdc852ce65233b41363f9 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Sun, 21 Apr 2019 13:15:57 +0200 Subject: Easy Tracker: PNP solver now a settings option. --- tracker-easy/lang/stub.ts | 56 +++++++++++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 24 deletions(-) (limited to 'tracker-easy/lang/stub.ts') diff --git a/tracker-easy/lang/stub.ts b/tracker-easy/lang/stub.ts index 32b314e91..75e29070f 100644 --- a/tracker-easy/lang/stub.ts +++ b/tracker-easy/lang/stub.ts @@ -137,26 +137,6 @@ Enable, slider sets point size - - Color channels used - - - - Average - - - - Natural - - - - Red only - - - - Blue only - - Maximum point diameter @@ -254,10 +234,6 @@ Don't roll or change position. Camera Info: - - Green only - - Debug (full size preview) @@ -274,5 +250,37 @@ Don't roll or change position. Size in pixels of half the edge defining deadzone squares around tracked points + + Perspective-N-Point solver + + + + Make sure you pick a solver supporting the number of marker you are using. For three points detection use either P3P or AP3P. + + + + P3P + + + + ITERATIVE + + + + EPNP + + + + DLS + + + + UPNP + + + + AP3P + + -- cgit v1.2.3