X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Ftest%2Fdetect_parameter.cpp;fp=src%2Ftest%2Fdetect_parameter.cpp;h=e720afa972580944d7d2f7ffeea5658867cac38e;hb=d7872e37984f24dd3d1dc7b346e16c8c074a62cf;hp=abed7d75052ebb5b77b4118979155153c5de7984;hpb=6dea27a78a64b90cd8f0ddd20e7a7494032977e2;p=paldema%2Fpaldema.git diff --git a/src/test/detect_parameter.cpp b/src/test/detect_parameter.cpp index abed7d7..e720afa 100644 --- a/src/test/detect_parameter.cpp +++ b/src/test/detect_parameter.cpp @@ -1,18 +1,8 @@ // Copyright (C) 2009 Masaki Saito // -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// detect_parameter.cpp +// このプログラムは与えられたファイルから数値をパースし、 +// カメラの内部、外部パラメータを推定します。 #include "../cpp/pdcamera.cpp" #include @@ -47,7 +37,7 @@ void load_cc_file(const char* filename, double* uv, double* xyz, int* num) { fclose(fp); } -int main(int argc, char* argv[]) { +int main() { double *uv = new double[MAX_POINTS]; double *xyz = new double[MAX_POINTS]; int num = 0;