@@ -201,21 +201,25 @@ <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-
205- < div style ="text-align: center; ">
206- < img src ="./static/images/rb_swap.png " alt ="rb_swap " width ="900 ">
207- < p class ="caption " style ="width: 100%; text-align: center; ">
208- < b > Figure 5. Red-blue channel swap samples.</ b >
209- </ p >
210- </ div >
211-
212- < div style ="text-align: center; ">
213- < img src ="./static/images/color_swap_all_eigen_values.png " alt ="color_swap_all_eigen_values " width ="900 ">
214- < p class ="caption " style ="width: 100%; text-align: center; ">
215- < b > Figure 6. Eigenvalues for red-blue channel swap matrix.</ b > Majority of eigenvalues are close to 1, which
216- means that the transformation is close to an identity matrix. While the other cluster of eigenvalues are
217- close to -1, which means that for these channels direction is changed to the opposite.
218- </ p >
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 >
212+ </ 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 >
222+ </ div >
219223 </ div >
220224 </ div >
221225 </ div >
0 commit comments