print landmark number
parent
5b9954ab11
commit
f848ce882f
|
@ -36,6 +36,8 @@ function [ measurements ] = project_landmarks( pose, landmarks, K )
|
|||
cla;
|
||||
plot2DPoints(measurements,'*g');
|
||||
|
||||
text(1120, 1000, sprintf('# = %d', measurements.size));
|
||||
|
||||
axis equal;
|
||||
axis([0 1280 0 960]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue