[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.


More information about the Insight-users mailing list