Skip to content

Commit 05868a5

Browse files
author
Dmitrii Tarasov
committed
fix allignment
1 parent 4aabbd3 commit 05868a5

1 file changed

Lines changed: 13 additions & 17 deletions

File tree

project/index.html

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -201,24 +201,20 @@ <h2 class="title is-3" style="white-space: nowrap;">Feature-space transformation
201201
<div class="column is-four-fifths">
202202
<h2 class="title is-3" style="white-space: nowrap;">Feature-space transformations. Color Swap Examples.</h2>
203203
<div class="content has-text-justified">
204-
<div class="columns is-centered">
205-
<div class="column is-half">
206-
<div style="text-align: center;">
207-
<img src="./static/images/rb_swap.png" alt="rb_swap" width="100%">
208-
<p class="caption" style="width: 100%; text-align: center;">
209-
<b>Figure 5. Red-blue channel swap samples.</b>
210-
</p>
211-
</div>
204+
<div class="columns">
205+
<div class="column">
206+
<img src="./static/images/rb_swap.png" alt="rb_swap" style="width: 100%;">
207+
<p class="caption" style="width: 100%; text-align: center;">
208+
<b>Figure 5. Red-blue channel swap samples.</b>
209+
</p>
212210
</div>
213-
<div class="column is-half">
214-
<div style="text-align: center;">
215-
<img src="./static/images/color_swap_all_eigen_values.png" alt="color_swap_all_eigen_values" width="100%">
216-
<p class="caption" style="width: 100%; text-align: center;">
217-
<b>Figure 6. Eigenvalues for red-blue channel swap matrix.</b> Majority of eigenvalues are close to 1, which
218-
means that the transformation is close to an identity matrix. While the other cluster of eigenvalues are
219-
close to -1, which means that for these channels direction is changed to the opposite.
220-
</p>
221-
</div>
211+
<div class="column">
212+
<img src="./static/images/color_swap_all_eigen_values.png" alt="color_swap_all_eigen_values" style="width: 100%;">
213+
<p class="caption" style="width: 100%; text-align: center;">
214+
<b>Figure 6. Eigenvalues for red-blue channel swap matrix.</b> Majority of eigenvalues are close to 1, which
215+
means that the transformation is close to an identity matrix. While the other cluster of eigenvalues are
216+
close to -1, which means that for these channels direction is changed to the opposite.
217+
</p>
222218
</div>
223219
</div>
224220
</div>

0 commit comments

Comments
 (0)