lib/export/boujou.rb in tracksperanto-2.9.7 vs lib/export/boujou.rb in tracksperanto-2.9.8
- old
+ new
@@ -28,8 +28,8 @@
end
def export_point(frame, abs_float_x, abs_float_y, float_residual)
height_inv = @height - abs_float_y
# Frames in Boujou are likely to start from 0
- @io.puts(POINT_T % [@tracker_name, frame, abs_float_x, height_inv])
+ @io.puts(POINT_T % [@tracker_name, frame, abs_float_x, height_inv + 1])
end
end