EgalYue / Mobile_Marker_Based_Navigation

2 stars 3 forks source link

condition number distribution Result Summary #11

Open EgalYue opened 6 years ago

EgalYue commented 6 years ago

1. Object points: No normalized Image points: No normalized 37560291-c61e76ec-2a35-11e8-961b-d8158600f943

2. Object points: regular Normalized Image points: regular normalized

37653704-0ca63922-2c40-11e8-8967-8f606ab3666b

3. Object points: regular Normalized Image points: only translate and no scaling(scale = 1)

cond_dis

*4. Object points: regular Normalized Image points: _normalized (scale = radiusnp.sqrt(2) / meandist)_**

cond_dis


Summary: we apply the 4. as our desired result.

EgalYue commented 6 years ago

Continue work for the 3. case above: Object points: regular Normalized Image points: only translate and no scaling(scale = 1)

Invert the condition number just like you told me: cond_num_dis

Now this time for the Height we get a ideal result figure_1

But for the Angle, it seems not right!!! When the angle closes to 90, the condition number should be maximal; When the angle closes to 0, the condition number should be minimal. But this case its reversed figure_1

EgalYue commented 6 years ago

Continue work for the 4. case above: *Object points: regular Normalized Image points: normalized (scale = radiusnp.sqrt(2) / meandist)**

For the Height: 5 figure_1

For the Angle: angle3 figure_1