From 26506a9e1ef64b820458dfad67b04c5beb46fb8f Mon Sep 17 00:00:00 2001 From: Dmitry Zolotukhin Date: Wed, 25 Feb 2015 22:47:12 +0300 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..4112c5db --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Cybervision +Cybervision is a 3D reconstruction software for Scanning Electrin Microscope images. +It's an abandoned project, but can be useful as a working example for many, many technologies, such as: +* Qt (including threads, vectors, graphics and OpenGL) +* Eigen library (http://eigen.tuxfamily.org/ ) +* libsift library (https://sourceforge.net/projects/libsift/) +* OpenCL + +and of course, 3D reconstruction in general.