IMServer: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 13: Line 13:
== Adding large image set to the server ==  
== Adding large image set to the server ==  


* VTK  
* [http://www.vtk.org | VTK]
* VTKMicroscopy / VTKPers, libraries extending VTK (Developed at Kiware)
* VTKMicroscopy / VTKPers, libraries extending VTK (Developed at Kiware)
* 64bit C++ driver for MongoDB database (very difficult to compile with windows)
* 64bit C++ driver for MongoDB database  
* An uploading script [[IMServer:Uploader| Implementation for dir_uploader ]]
* An uploading script [[IMServer:Uploader| Implementation for dir_uploader ]]


== Using multiresolution data ==  
== Using multiresolution data ==  


=== Development of a browser based client ==
=== Development of a browser based client ===


* The implementation can be better understood with demos
* The implementation can be better understood with demos
** Demo [http://dash1old/connectome/index2.php?image=z3459 | from Kitware network]
** Demo [http://dash1old/connectome/index2.php?image=z3459 from Kitware network]
** Demo [http://tripoint.kitware.com/connectome/index2.php?image=z3459 | from outside]
** Demo [http://tripoint.kitware.com/connectome/index2.php?image=z3459 from outside]


* Viewer for Jeff's data  
* Viewer for Jeff's data  
** [http://dash1old/connectome/daniels.php | from Kitware network]
** [http://dash1old/connectome/daniels.php from Kitware network]
** Demo [http://tripoint.kitware.com/connectome/daniels.php | from outside]
** Demo [http://tripoint.kitware.com/connectome/daniels.php from outside]


* Implementation of [[IMServer:WebClient]]
* Implementation of [[IMServer:WebClient]]
Line 37: Line 36:
=== PHP ===
=== PHP ===


* [http://www.php.net/manual/en/mongo.manual.php | Manual for PHP Monho driver ]  
* [http://www.php.net/manual/en/mongo.manual.php Manual for PHP Monho driver ]  
* [http://www.phpclasses.org/blog/post/118-Developing-scalable-PHP-applications-using-MongoDB.html | Developing scalable PHP applications using MongoDB]
* [http://www.phpclasses.org/blog/post/118-Developing-scalable-PHP-applications-using-MongoDB.html Developing scalable PHP applications using MongoDB]


=== Python ===
=== Python ===
* [http://api.mongodb.org/python/1.9%2B/tutorial.html | Tutorial ]
* [http://api.mongodb.org/python/1.9%2B/tutorial.html Tutorial ]

Revision as of 20:27, 14 February 2011


Hosting an image server

Current dependencies to

Adding large image set to the server

Using multiresolution data

Development of a browser based client

Useful References

PHP

Python