[ITK] [ITK-users] Offset directions
Marco Ulge
marco.ulge at gmail.com
Tue Jul 22 04:39:22 EDT 2014
Offsets are defined in ITK wether you are using them for GLCM or Neighborhood
Iterators for example. I believe you can find a complete list off offset in
the Software Guide in the Neighborhood Iterator section (chapter 11).
Anyway here's the list of offsets (with distance = 1):
0 degree : {1,0}
45 degree: {1, -1}
90 degree: {0,-1}
135 degree: {-1,-1}
180 degree: {-1,0}
225 degree: {-1,1}
270 degree: {0,1}
315 degree: {1,1}
Please notice that there is no offset for 35 degrees, that just doesn't make
sense
Marco
--
View this message in context: http://itk-users.7.n7.nabble.com/ITK-users-Offset-directions-tp34274p34277.html
Sent from the ITK - Users mailing list archive at Nabble.com.
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php
Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users
More information about the Community
mailing list