EgalYue / Mobile_Marker_Based_Navigation

2 stars 3 forks source link

Figure for condition number distribution in 3D and 2D #1

Open EgalYue opened 6 years ago

EgalYue commented 6 years ago

Z-axis of all cameras point straight down!

-----------------------------------Color------------------------------------------------------

    if condNum > 70000.0:
        color = 'linen'
    elif condNum > 60000.0:
        color = 'antiquewhite'
    elif condNum > 50000.0:
        color = 'papayawhip'
    elif condNum > 40000.0:
        color = 'oldlace'
    elif condNum > 30000.0:
        color = 'cornsilk'
    elif condNum > 20000.0:
        color = 'palegoldenrod'
    elif condNum > 10000.0:
        color = 'yellow'
    elif condNum > 8000.0:
        color = 'lightblue'
    elif condNum > 6000.0:
        color = 'deepskyblue'
    elif condNum > 4000.0:
        color = 'red'
    elif condNum > 2000.0:
        color = 'green'
    elif condNum > 1000.0:
        color = 'maroon'
    else:
        color = 'black'

------------------------------------------------------------------------------------------------------

1

-------------------------------------------------------------------------------------------------------

                                                      3D overview

figure_2

------------------------------------------------------------------------------------------------------

                                                      2D overview (Z= 1.3 as fixed)

figure_2

EgalYue commented 6 years ago

2d

EgalYue commented 6 years ago

3D cond num: cam distribution all look at origin of marker.

dark blue means these positions with small condition number

1

EgalYue commented 6 years ago

cond num distribution,cam distribution on YZ plane:

Blue means these positions with small condition number yz

============================================================ cond num distribution,cam distribution on XZ plane: cond num of Red < cond num of Blue Red has the best positon xz

EgalYue commented 6 years ago

cond num distribution,cam distribution on YZ plane: angle_begin = 0.0 angle_end = 180.0 angle_num = 37

r_begin = 0.0
r_end = 2.0
r_num = 21

figure_1