File tree 3 files changed +4
-4
lines changed
SoftwareGuide/Latex/Architecture 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ \subsection{RGB Images}
59
59
repeated with 24 hours intervals.} receptors are sensitive to the lighting
60
60
conditions that differentiate day from night. These receptors evolved as a
61
61
mechanism for synchronizing the physiology with the time of the day. Cellular
62
- controls for circadian rythms are present in every cell of an organism and are
62
+ controls for circadian rhythms are present in every cell of an organism and are
63
63
known to be exquisitively precise~\cite {Lodish2000 }.
64
64
65
65
The RGB space has been constructed as a representation of a physiological
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ \subsection{Moving Iterators}
126
126
important to remember because attempting to dereference an iterator at its end
127
127
position will have undefined results.
128
128
129
- % Moving iteators
129
+ % Moving iterators
130
130
ITK iterators are moved back and forth across their iterations using the
131
131
decrement and increment operators.
132
132
@@ -276,7 +276,7 @@ \subsection{Accessing Data}
276
276
277
277
\subsection {Iteration Loops }
278
278
\label {sec:IterationExample }
279
- % Now give a psuedo code example for putting all of this together.
279
+ % Now give a pseudo code example for putting all of this together.
280
280
Using the methods described in the previous sections, we can now write a simple
281
281
example to do pixel-wise operations on an image. The following code calculates
282
282
the squares of all values in an input image and writes them to an output image.
Original file line number Diff line number Diff line change @@ -880,7 +880,7 @@ \section{Wrapping}
880
880
881
881
\small
882
882
\begin {minted }{python}
883
- Dimesion = 3
883
+ Dimension = 3
884
884
index = itk.Index[Dimension]()
885
885
index_as_tuple = tuple(index)
886
886
index_as_list = list(index)
You can’t perform that action at this time.
0 commit comments