From fdcdfcce4ca48928960b644258923afb04ea3cbf Mon Sep 17 00:00:00 2001 From: josch Date: Mon, 17 Sep 2012 02:01:01 -0700 Subject: [PATCH] Initial commit --- .gitignore | 12 ++++++++++++ README.md | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8df9393 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so + +# Compiled Static libraries +*.lai +*.la +*.a diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ad9d31 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +calibrate_camera_opencv +======================= + +jacobs university fall 2012 3d point cloud processing homework \ No newline at end of file