[vtkusers] A challenge in semi-automatic segmentation
Xiaopeng Yang
yxp233 at postech.ac.kr
Tue Oct 19 20:24:36 EDT 2010
Dear members,
Usually, when we segment liver from CT image by ITK, we need to manually
input the seed points to our code (attached for reference), however, it is
time demanding. What I want to achieve is that, visualize the CT image by
VTK, then by clicking some points (seed points), they are automatically
saved to our code. Is there any existing example in ITK & VTK for this
purpose? If not, what is the best way to achieve the goal?
#define N_SEEDS 20
int main( int argc, char *argv[] )
{
// seed points
long int seed_points[N_SEEDS][3] = {
{ 158, 210,
203 },
{ 182, 206,
193 },
{ 283, 186,
193 },
{ 318, 204,
188 },
{ 340, 226,
179 },
{ 136, 229,
178 },
{ 227, 180,
178 },
{ 343, 233,
178 },
{ 331, 239,
174 },
{ 387, 244,
172 },
{ 123, 287,
142 },
{ 197, 249,
142 },
{ 132, 204,
142 },
{ 204, 136,
142 },
{ 271, 196,
142 },
{ 288, 119,
142 },
{ 156, 337,
104 },
{ 124, 238,
101 },
{ 106, 207,
79 },
{ 87, 215,
35 }
};
.
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20101020/4d22d1ab/attachment.htm>
More information about the vtkusers
mailing list