IMServer
From KitwarePublic
Revision as of 17:48, 19 January 2011 by Dhanannjay.deo (talk | contribs) (→Hosting an image server)
Hosting an image server
Current dependencies to
- A database capable of storing binary objects
- A webserver currently Apache2
- Server side code to fetch images from database on demand
Adding large image set to the server
- VTK
- VTKMicroscopy / VTKPers, libraries extending VTK (Developed at Kiware)
- 64bit C++ driver for MongoDB database (very difficult to compile with windows)
- An uploading script Implementation for dir_uploader
== Viewing multiresolution image sets from client
- The implementation can be better understood with demos
- Demo [from Kitware network
- Demo [from outside
- Implementation of IMServer:WebClient