Skip to content

Latest commit

 

History

History
84 lines (44 loc) · 5.78 KB

index.md

File metadata and controls

84 lines (44 loc) · 5.78 KB
layout title
default
Home

vmtk - the Vascular Modeling Toolkit

The Vascular Modeling Toolkit is a collection of libraries and tools for 3D reconstruction, geometric analysis, mesh generation and surface data analysis for image-based modeling of blood vessels.

News

Sep 21, 2013: improved endcapping

Thanks to Martin Sandve Alnaes from Simula, Norway for contributing improvements to capping. Now we can use a mix of methods for different boundaries without losing boundary markers for subsequent meshing.

Sep 20, 2013: contribution from Down Under

Thanks to David Ladd from the Auckland Bioengineering Institute for his contribution, which adds suppport for 20 and 27 node hexahedra to the linearToQuadratic filter and more.

Aug 27, 2013: mailing list migrated to Google Groups

The vmtk mailing list has migrated to Google Groups. Visit https://groups.google.com/forum/#!forum/vmtk-users to access past discussions and post new topics.

June 9, 2013: new contributions

Many thanks to Martin Sandve Alnaes and his fellow folks at Simula for their contributions (1 2 3 4 5 6). Keep them coming!

June 16, 2012: new meshing tutorial

A new great tutorial by Emilie Marchandise (thanks Emilie!) is available on meshing using vmtk and Gmsh. Make sure you check it out.

June 10, 2012: vmtk 1.0.1 binaries available

Binaries for all platforms including Ubuntu packages are now available for vmtk 1.0.1. Special thanks to Johannes Ring, Simula, Oslo, Norway for maintaining the Debian vmtk packages.

May 7, 2012: Windows binaries for vmtk 1.0.0 available

Windows binaries for Windows 7, 32 and 64bit, and Windows XP are available, get them here.

May 4, 2012: vmtk 1.0.0 released!

vmtk 1.0.0 has been released! Get the source code on Github, download the zipped source or download Mac or Windows binaries. See the Install page for details. (Last minute note: Windows binaries will be uploaded on May 7)

For a list of changes, see the commit logs.

A special thanks to Sara Zanchi and Valentina Rossi for their contribution to this release.

Mar 12, 2012: New code and tutorial on digital removal of cerebral aneurysms in vmtkApps.

A new directory has been added to vmtk, called vmtkApps. It will contain application-specific code built on top of vmtk.

As a first entry, Marina Piccinelli (Emory Univ) has contributed an implementation of Matthew Ford's algorithm for digital removal of cerebral aneurysms (Ford et al, BJR 2009). Check it out with the tutorial. The code is at the vmtk repository.

Mar 3, 2012: Announcement: vmtk at the CFD in Medicine and Biology Conference, Dead Sea.

For anyone attending the Computational Fluid Dynamics in Medicine and Biology Conference (in conjunction with the 7th International Biofluid Mechanics Symposium), March 25 - 30, 2012, Crowne Plaza Dead Sea, Ein Bokek, Dead Sea, Israel. I (Luca) will be giving a talk on Monday and I'll be available at the Orobix desk (we are among the conference sponsors).

Please come up and bring your own data. I'll be giving a couple of free mini-tutorials during the social hours on Monday and Thursday evening.

If you're interested in making arrangements upfront, email me at luca dot antiga at orobix dot com.

Mar 3, 2012: Website transition complete

Thanks to the work of Sara Zanchi and Valentina Rossi, who just joined us at Orobix for their internship and helped us porting the tutorials, the transition to the Github-hosted website has been completed. Take a look at the website repository to see how it's done. Thanks to Jekyll, we could reproduce the same urls.

By the way, last night I also switched off the Sourceforge svn and git repositories. From now on, https://github.com/vmtk/vmtk takes over.

Feb 29, 2012: Website migrated to Github

The vmtk website is being migrated to Github and released under a Creative Commons license. It is a git repostory itself, so feel free to fork it, add a tutorial or two and send us a pull request.

Should you have issues with the new site, the old one will still available at http://oldsite.vmtk.org.

Feb 29, 2012: Official repository moved to Github, vmtk organization

After several years with Sourceforge, the official git repository for vmtk has been moved to Github. To this end we created a vmtk organization which hosts the git repository for vmtk, for the website and for related software.

Sep 29, 2011: Compilation instructions updated

The instructions for compiling from source have been updated. Thanks to recent developments in CMake, the compilation phase for vmtk will also download and compile VTK and ITK for you, all with the right CMake options. To get this feature, make sure you download the development version from the git repository.