From 7ea900d3c0ce02bf5867e73dc2bbe3988207c477 Mon Sep 17 00:00:00 2001 From: mwturvey Date: Thu, 30 Mar 2017 11:50:25 -0700 Subject: poser tweaks --- src/poser_turveytori.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/poser_turveytori.c b/src/poser_turveytori.c index 47147b0..5d25294 100644 --- a/src/poser_turveytori.c +++ b/src/poser_turveytori.c @@ -534,13 +534,13 @@ static Point RefineEstimateUsingModifiedGradientDescent1(Point initialEstimate, // very slowly, and we should just take what we've got and move on. // This also seems to happen almost only when data is a little more "dirty" // because the tracker is being rotated. - if (i > 120) + if (i > 900) { //printf("i got big"); break; } } - printf(" i=%d ", i); + printf(" i=%3d ", i); return lastPoint; } -- cgit v1.2.3