You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Doxygen/Registration.dox
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ This is a rapid description of the transforms implemented in the toolkit
58
58
59
59
\li \b Rigid3D: This transform is specific for 3D, it supports only rotations and translations. Rotations are represented using \e Quaternions.
60
60
61
-
\li \b Rigid3DPerspective: A composition of a \e Rigid3D transform followed by a perpective projection. This transformation is intended to be used in applications like X-Rays projections.
61
+
\li \b Rigid3DPerspective: A composition of a \e Rigid3D transform followed by a perspective projection. This transformation is intended to be used in applications like X-Rays projections.
62
62
63
63
\li \b Translation: A N-Dimensional translation internally represented as a vector.
64
64
@@ -95,7 +95,7 @@ The following optimization methods are available:
Copy file name to clipboardExpand all lines: Documentation/docs/learn/faq.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ possible to read/write 3D datasets as collections of 2D slices each one
66
66
in an independent BMP, PNG or JPEG file by using the
67
67
[`ImageSeriesReader`](https://itk.org/Doxygen/html/classitk_1_1ImageSeriesReader.html) and [`itk::ImageSeriesWriter`](https://itk.org/Doxygen/html/classitk_1_1ImageSeriesWriter.html).
68
68
69
-
‡ It is higly recommended not using this format. RAW is not a format, it
69
+
‡ It is highly recommended not using this format. RAW is not a format, it
70
70
is insufficient, inconsistent and simply dangerous. A RAW file without a
71
71
header is useless, and once you add a header, it is not RAW anymore.
72
72
@@ -158,7 +158,7 @@ GDCM is an open source package developed by the Creatis team at
158
158
INSA-Lyon. It is distributed under a license similar to ITK: http://gdcm.sourceforge.net/Copyright.html.
159
159
160
160
GCDM uses CMake in order to configure its build process, so you will
161
-
find a familiar setup. Once you download, configure and buid GDCM, you
161
+
find a familiar setup. Once you download, configure and build GDCM, you
162
162
can reconfigure ITK by running CMake in your ITK build, going into the
163
163
advanced options and enabling `USE_GDCM`.
164
164
@@ -461,7 +461,7 @@ the `Pixel Data` (`0x7fe0,0x0010`), thus it imply that the unused bits are
461
461
**zeros**. In ITK, there is no such thing as 12-bit pixel type, thus
462
462
when instanciating your reader you declare a 16-bit pixel type. This
463
463
buffer is then passed back to GDCM which sees an array of 16bits values
464
-
and then simply used the simpliest way to store this buffer back on
464
+
and then simply used the simplest way to store this buffer back on
465
465
disk: `Bits Stored = 16` and `High Bit = 15`. In case you have not made any
466
466
change to your pixel buffer, implicitly the first 4 bits will be zero
467
467
again. The only difference being that they are not as clearly declared
@@ -57,5 +57,5 @@ medical devices you must look at the following documents:
57
57
-[Guidance for the Submission of Premarket Notifications For Radionuclide Dose Calibrators - Guidance for Industry](https://www.fda.gov/regulatory-information/search-fda-guidance-documents/guidance-submission-premarket-notifications-radionuclide-dose-calibrators-guidance-industry)
58
58
-[Content of Premarket Submissions for Device Software Functions](https://www.fda.gov/regulatory-information/search-fda-guidance-documents/content-premarket-submissions-device-software-functions)
59
59
60
-
These and other relevant documents can be found at the [FDA Guidance Doument search](https://www.fda.gov/regulatory-information/search-fda-guidance-documents)
60
+
These and other relevant documents can be found at the [FDA Guidance Document search](https://www.fda.gov/regulatory-information/search-fda-guidance-documents)
61
61
and the [Medical Devices and Radiation-Emitting Products Guidance Documents](https://www.fda.gov/medical-devices/device-advice-comprehensive-regulatory-assistance/guidance-documents-medical-devices-and-radiation-emitting-products) sites.
0 commit comments