@@ -201,20 +201,24 @@ <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 ">
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 >
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 >
210212 </ 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 >
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 >
218222 </ div >
219223 </ div >
220224 </ div >
0 commit comments