~mierle/libmv/trunk

« back to all changes in this revision

Viewing changes to test/make_sixpointnview_data.py

  • Committer: Keir Mierle
  • Date: 2008-01-14 01:29:43 UTC
  • Revision ID: keir@cs.utoronto.ca-20080114012943-d58q3rh44tlredyf
More work on six point nview code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from generatedata import *
2
2
scene = NViewTestScene(
3
 
    nviews=30, npoints=6, dist=1.5,
 
3
    nviews=18, npoints=6, dist=1.5,
4
4
    fx=3000, fy=3000,
5
5
    ax=600, ay=600,
6
6
    sigma=0.00)