TubeTK/Events/2011.01.24: Difference between revisions

From KitwarePublic
< TubeTK‎ | Events
Jump to navigationJump to search
(Created page with "= Danielle = == Grassroots == * Went again through [http://www.paraview.org/Wiki/TubeTK/Events/2010.11.23 Romain's list of software] + more of my own searching * Unfortunately l...")
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:


* Promising:
* Promising:
** [http://grail.cs.washington.edu/software/cmvs/ CMVS (includes PMVS)]:
** [http://grail.cs.washington.edu/software/cmvs/ CMVS (includes PMVS)]
** [http://phototour.cs.washington.edu/bundler/ Bundler]:
** [http://phototour.cs.washington.edu/bundler/ Bundler]
** [http://code.google.com/p/libmv/ libmv]: (under construction)
** Typical pipeline: Bundler calculates sparse 3D points from input images; input results into CMVS for denser point cloud (examples from [http://nghiaho.com/?page_id=253 blog])
** Status - running into 64-bit issues (binary provided is looking for 32-bit system libraries) - can build from source (which is evidently buggy on 64-bit from my online searching), or find a 32-bit machine until we know it will work
 
* Could be promising, but under development:
** [http://code.google.com/p/libmv/ libmv]


* Not appropriate:
* Not appropriate:
Line 21: Line 25:
** multi-view stereo software
** multi-view stereo software
** structure from motion software
** structure from motion software
== Sliding Organ ==
* Fixed test using a .vtk surface instead of a given normal vector image and weight image
* Fixed coordinate system bugs /w Slicer
* Style fixes
* Found bug in AnisotropicDiffusionTensorFunction - not taking spacing into consideration when calculating image derivatives
* Formalized strategy for dealing with corners - which was refuted by Marc =)
[[Category:TubeTK Events and Meetings|2011.01.24]]

Latest revision as of 18:52, 26 July 2013

Danielle

Grassroots

  • Promising:
    • CMVS (includes PMVS)
    • Bundler
    • Typical pipeline: Bundler calculates sparse 3D points from input images; input results into CMVS for denser point cloud (examples from blog)
    • Status - running into 64-bit issues (binary provided is looking for 32-bit system libraries) - can build from source (which is evidently buggy on 64-bit from my online searching), or find a 32-bit machine until we know it will work
  • Could be promising, but under development:
  • Not appropriate:
    • iModeller: Must place object on "object pattern" during acquisition
    • 3DSOM: Must place object on "3DSOM Pro mat" during acquistion
    • Code from Pierre Fillard: Simply merges stacks of 2D images into a 3D volume
    • hugin: Panoramas, not 3D reconstructions
    • Z-Anaglyph: Creates red-blue composite images for 3D viewing, not actual reconstructions
    • Gatan products: For electron micrography, looks dependent on their acquisition software
  • Search terms
    • multi-view stereo software
    • structure from motion software

Sliding Organ

  • Fixed test using a .vtk surface instead of a given normal vector image and weight image
  • Fixed coordinate system bugs /w Slicer
  • Style fixes
  • Found bug in AnisotropicDiffusionTensorFunction - not taking spacing into consideration when calculating image derivatives
  • Formalized strategy for dealing with corners - which was refuted by Marc =)