|
462 | 462 | "\n", |
463 | 463 | "Here are the results after the first classification by ALCD.\n", |
464 | 464 | "\n", |
465 | | - "<div style=\"display: flex; justify-content: space-around;\">\n", |
466 | | - " <figure style=\"text-align: center;\">\n", |
467 | | - " <img src=\"../images/quicklook_1.png\" alt=\"Image 2\" style=\"width: 400px;\">\n", |
468 | | - " <figcaption>Sentinel-2 acquisition</figcaption>\n", |
469 | | - " </figure>\n", |
470 | | - " <figure style=\"text-align: center;\">\n", |
471 | | - " <img src=\"../images/colorized_classif_1.png\" alt=\"Image 1\" style=\"width: 400px;\">\n", |
472 | | - " <figcaption>Sentinel-2 classified</figcaption>\n", |
473 | | - " </figure>\n", |
474 | | - " <figure style=\"text-align: center;\">\n", |
475 | | - " <img src=\"../images/table.png\" alt=\"Image 2\" style=\"width: 400px;\">\n", |
476 | | - " <figcaption>Classification legend</figcaption>\n", |
477 | | - " </figure>\n", |
| 465 | + "<div style=\"text-align: center;\">\n", |
| 466 | + "\n", |
| 467 | + " <img src=\"../images/quicklook_1.png\" alt=\"Image 2\" width=\"500\">\n", |
| 468 | + " \n", |
| 469 | + " <p>Sentinel-2 acquisition</p>\n", |
| 470 | + "\n", |
| 471 | + "</div>\n", |
| 472 | + "\n", |
| 473 | + "<div style=\"text-align: center;\">\n", |
| 474 | + " \n", |
| 475 | + " <img src=\"../images/colorized_classif_1.png\" alt=\"Image 2\" width=\"500\">\n", |
| 476 | + " \n", |
| 477 | + " <p>Sentinel-2 classified</p>\n", |
| 478 | + "\n", |
| 479 | + "</div>\n", |
| 480 | + "\n", |
| 481 | + "<div style=\"text-align: center;\">\n", |
| 482 | + " \n", |
| 483 | + " <img src=\"../images/table.png\" alt=\"Image 2\" width=\"500\">\n", |
| 484 | + " \n", |
| 485 | + " <p>Classification legend</p>\n", |
| 486 | + "\n", |
478 | 487 | "</div>" |
479 | 488 | ] |
480 | 489 | }, |
|
535 | 544 | "source": [ |
536 | 545 | "The results generated during this iteration overwrite the previous ones. With the addition of samples, we can see an evolution in the classification\n", |
537 | 546 | "\n", |
538 | | - "<div style=\"display: flex; justify-content: space-around;\">\n", |
539 | | - " <figure style=\"text-align: center;\">\n", |
540 | | - " <img src=\"../images/quicklook_2.png\" alt=\"Image 2\" style=\"width: 400px;\">\n", |
541 | | - " <figcaption>Sentinel-2 acquisition</figcaption>\n", |
542 | | - " </figure>\n", |
543 | | - " <figure style=\"text-align: center;\">\n", |
544 | | - " <img src=\"../images/colorized_classif_2.png\" alt=\"Image 1\" style=\"width: 400px;\">\n", |
545 | | - " <figcaption>Sentinel-2 classified</figcaption>\n", |
546 | | - " </figure>\n", |
547 | | - " <figure style=\"text-align: center;\">\n", |
548 | | - " <img src=\"../images/table.png\" alt=\"Image 2\" style=\"width: 400px;\">\n", |
549 | | - " <figcaption>legend</figcaption>\n", |
550 | | - " </figure>\n", |
| 547 | + "<div style=\"text-align: center;\">\n", |
| 548 | + "\n", |
| 549 | + " <img src=\"../images/quicklook_2.png\" alt=\"Image 2\" width=\"500\">\n", |
| 550 | + " \n", |
| 551 | + " <p>Sentinel-2 acquisition</p>\n", |
| 552 | + "\n", |
| 553 | + "</div>\n", |
| 554 | + "\n", |
| 555 | + "<div style=\"text-align: center;\">\n", |
| 556 | + " \n", |
| 557 | + " <img src=\"../images/colorized_classif_2.png\" alt=\"Image 2\" width=\"500\">\n", |
| 558 | + " \n", |
| 559 | + " <p>Sentinel-2 classified</p>\n", |
| 560 | + "\n", |
| 561 | + "</div>\n", |
| 562 | + "\n", |
| 563 | + "<div style=\"text-align: center;\">\n", |
| 564 | + " \n", |
| 565 | + " <img src=\"../images/table.png\" alt=\"Image 2\" width=\"500\">\n", |
| 566 | + " \n", |
| 567 | + " <p>Classification legend</p>\n", |
| 568 | + "\n", |
551 | 569 | "</div>\n", |
552 | 570 | "\n", |
553 | 571 | "## Advance usages\n", |
|
0 commit comments