资 源 简 介
Volume Segmentation Tree
The project produces a volume segment hierarchy from a raw volume data
Prerequisites
Matlab ncut code
http://timotheecour.com/software/ncut/ncut.html
Scipy/Numpy
http://www.scipy.org/
How to run?
python histogram.py
is the raw volume cube, x, y, and z the are volume
dimensions.
This will produce an intensity-gradient histogram in
RecursiveSeg(#seg, )
#seg is the desired number of segments, #seq should be a power of
2 for constructing a full binary tree. Run RecursiveSeg in matlab
on
文 件 列 表
pax_global_header
examples
tooth_hier.png
vismale_hier.png
matlab
RecursiveSeg.m
python
histogram.py