[ITK-users] VectorUInt32 and VectorDouble in Java...How?

ivan ivan.granata.na at gmail.com
Tue Oct 25 12:18:06 EDT 2016


i tried whit this

what do u think about? is it the same?

  VectorUInt32 pts1 = new VectorUInt32(3);
 // org.itk.simple.VectorUInt32 pts1;
  pts1.clear();
  pts1.push_back(3);
  pts1.push_back(2);
  pts1.push_back(1);
  
  
  System.out.println(pts1);
  R.setShrinkFactorsPerLevel(pts1);



--
View this message in context: http://itk-users.7.n7.nabble.com/ITK-users-SimpleITK-VectorUInt32-and-VectorDouble-in-Java-How-tp37700p37703.html
Sent from the ITK - Users mailing list archive at Nabble.com.


More information about the Insight-users mailing list