[vtkusers] vtkVolume centroid

chasank chasank at gmail.com
Wed Jul 24 06:13:09 EDT 2013


Brute force method:
-You can iterate over imageData with method 
vtkImageData::GetScalarComponentAsDouble(int x, int y, int z, int component)
<http://www.vtk.org/doc/nightly/html/classvtkImageData.html#aa89753c6bbd8af0d6c1a599e03081714>  
- If you suspect any region that can have max. intensity you can minimize
your region.



--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkVolume-centroid-tp5722126p5722185.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list