Probably it is a stupid question, but how do I create a pem file?
17 Aug 2011
Slicer
Slicer for exploring 3D images (grayscale, color or vectorial) by visualizing planar slices.
Author: David Legland
Hi David,
Great work! A small suggestion regarding the metaImageInfo function. Currently, if a mhd file contains the tag ElementSize, but not the tag ElementSpacing, ElementSpacing will be set by default as [1 1 1].
This while the specification states (http://www.itk.org/Wiki/MetaIO/Documentation):
If ElementSpacing is not specified, it is assumed to be equal to ElementSize. If neither is specified, both are assumed to be 1.
Would it be an idea to follow this ITK convention?
Best,
Martijn
12 Jun 2011
nth_element
MEX wrap of C++ nth_element. Plus fast_median, a faster median function. Also can operate in-place.
Author: Peter Li
Nice work Peter. Is there a way to get out the (old) indices of the N ranked items?
Got it installed on my Opensuse 11.1 with Matlab 2007b. There was one ' bug' due to GLIBCXX inconsistencies, I'd to remove the files libstdc++.so.6 and libgcc_s.so.1 from the matlab/sys/os/glnxa64 directory (64 bit pc).
For the "closing" bug, a work-around exists: type 'q' in the VTK window, and the VTK-window will close as it should do while keeping Matlab alive.