Rose-Hulman Robotics Team

Changeset 497

Show
Ignore:
Timestamp:
05/20/09 01:52:42 (3 years ago)
Author:
mosttw
Message:

Working, I think.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/software/scripts/calib/calibrate.c

    r496 r497  
     1/* 
     2calibrate.c -- script to calibrate a camera using OpenCV 
     3Copyright (C) 2009 Tom W. Most 
    14 
     5This program is free software: you can redistribute it and/or modify 
     6it under the terms of the GNU General Public License as published by 
     7the Free Software Foundation, either version 3 of the License, or 
     8(at your option) any later version. 
    29 
     10This program is distributed in the hope that it will be useful, 
     11but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13GNU General Public License for more details. 
    314 
     15You should have received a copy of the GNU General Public License 
     16along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     17*/ 
    418 
    519#include <stdio.h>