Skip to content

Commit 6b7cec5

Browse files
authored
Merge pull request #440 from jph6366/Add-or-Update-Example-Visuals
DOC: Add or update example visuals
2 parents 2655a81 + ed7c181 commit 6b7cec5

40 files changed

+233
-5
lines changed

src/Core/Common/ApplyAFilterOnlyToASpecifiedRegionOfAnImage/Documentation.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,18 @@ That is, to tell the DerivativeImageFilter to only operate on a small region, yo
1717
derivativeFilter->GetOutput()->SetRequestedRegion(smallRegion);
1818
derivativeFilter->Update();
1919

20+
.. figure:: FilterImageRegion.png
21+
:scale: 70%
22+
:alt: FilterImageRegion.png
23+
2024

2125
Results
2226
-------
2327

28+
.. figure:: Relationship.png
29+
:scale: 70%
30+
:alt: relationship.png
31+
2432

2533
Code
2634
----
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bafkreie4uitslnavl6u3s4w62gkz6r3wssoctdav7zaqmrt4xfasouf6f4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bafkreiaffqu7nnoby6ix5o3pg5eiucj7ofsxx3wnij4r2kugbdy4jhvuia

src/Core/Common/ApplyCustomOperationToEachPixelInImage/Documentation.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ Synopsis
1010
--------
1111
Apply a custom operation to each pixel in an image.
1212

13+
.. figure:: Relationship.png
14+
:scale: 70%
15+
:alt: Relationship.png
16+
17+
18+
.. figure:: Operator.png
19+
:scale: 70%
20+
:alt: Operator.png
21+
22+
pixel-wise operation on 2D vector image.
1323

1424
Results
1525
-------
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bafkreig3f4d5hwfz2wzmy56o6tc5mb3ljd6jmtsjoruxqfchlz5yv6ixuy
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bafkreihasqn5hlzyvlxkjqjfv5tupvvyixfiknai2puytootv523dd3tcq
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bafkreickdblw4cjduumqnb7gn3wtsjshvqrvezh3k7krz657xsosvur2ry

src/Core/Common/BoundingBoxOfAPointSet/Documentation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Get the bounding box of a PointSet
1616

1717
Results
1818
-------
19-
19+
.. figure:: BoundingBox.png
20+
:scale: 70%
21+
:alt: BoundingBox.png
2022

2123
Output::
2224
bounds: [0, 0.1, 0, 0.1, 0, 0]

src/Core/Common/BresenhamLine/Documentation.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ Get the points on a Bresenham line between two points.
1414

1515
Results
1616
-------
17+
.. figure:: Segmentation.png
18+
:scale: 70%
19+
:alt: Segmentation.png
20+
21+
ITK's Bresenham's Line algorithm is used and optimized for voxel traversal operations.
22+
23+
.. figure:: Operation.png
24+
:scale: 70%
25+
:alt: Operation.png
1726

1827
Output::
1928

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bafkreia4xxrlmsbcivkpdtl2ja2mskpuuaht43rmmrt2j3qjqp5ymsf2v4

0 commit comments

Comments
 (0)