From 1b1bb8bd890b8591955511bdb950594a17c2eb6a Mon Sep 17 00:00:00 2001 From: Federico Bolelli Date: Thu, 24 Dec 2020 12:29:42 +0100 Subject: [PATCH] Improve doc generation --- README.md | 30 +++++++++++++++--------------- doc/scripts/readme2doc.py | 3 ++- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index d4ce414..be76609 100644 --- a/README.md +++ b/README.md @@ -156,15 +156,15 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [1] - -

H. Schumacher and K. C. Sevcik, "The syntheticapproach to decision table conversion," Communications of the ACM, 19(6):343–351, June 1976.

+ +

H. Schumacher and K. C. Sevcik, "The synthetic approach to decision table conversion," Communications of the ACM, vol. 19, no. 6., pp. 343–351, 1976.

[2] - +

F. Bolelli, L. Baraldi, M. Cancilla, C. Grana, "Connected Components Labeling on DRAGs," in International Conference on Pattern Recognition, 2018, pp. 121-126.

@@ -172,7 +172,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [3] - +

L. He, Y. Chao, and K. Suzuki, "An efficient first-scan method for label-equivalence-based labeling algorithms," Pattern Recognition Letters, vol. 31, no. 1, pp. 28–35, 2010.

@@ -180,7 +180,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [4] - +

L. He, X. Zhao, Y. Chao, and K. Suzuki, "Configuration-Transition-Based Connected-Component Labeling," IEEE Transactions on Image Processing, vol. 23, no. 2, pp. 943–951, 2014.

@@ -188,7 +188,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [5] - +

C. Grana, L. Baraldi, and F. Bolelli, "Optimized Connected Components Labeling with Pixel Prediction", in Advanced Concepts for Intelligent Vision Systems, 2016, pp. 431-440.

@@ -196,7 +196,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [6] - +

F. Bolelli, S. Allegretti, L. Baraldi, and C. Grana, "Spaghetti Labeling: Directed Acyclic Graphs for Block-Based Bonnected Components Labeling," IEEE Transactions on Image Processing, vol. 29, no. 1, pp. 1999-2012, 2019.

@@ -204,7 +204,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [7] - +

K. Wu, E. Otoo, and K. Suzuki, "Optimizing two-pass connected-component labeling algorithms," Pattern Analysis and Applications, vol. 12, no. 2, pp. 117–135, 2009.

@@ -212,7 +212,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [8] - +

C. Grana, D. Borghesani, and R. Cucchiara, "Optimized Block-based Connected Components Labeling with Decision Trees," IEEE Transactions on Image Processing, vol. 19, no. 6, pp. 1596–1609, 2010.

@@ -220,7 +220,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [9] - +

W.-Y. Chang, C.-C. Chiu, and J.-H. Yang, "Block-based connected-component labeling algorithm using binary decision trees," Sensors, vol. 15, no. 9, pp. 763–23, 2015.

@@ -228,7 +228,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [10] - +

C. Grana, M. Montangero, and D. Borghesani, "Optimal decision trees for local image processing algorithms,"Pattern Recognition Letters, vol. 33, no. 16, pp. 2302–2310, 2012.

@@ -236,7 +236,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [11] - +

T.Y. Zhang, and C. Y. Suen, "A Fast Parallel Algorithm for Thinning Digital Patterns," Communications of the ACM, vol. 27, no. 3, pp. 236–239, 1984.

@@ -244,7 +244,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [12] - +

Z. Guo, and R. W. Hall, "Parallel Thinning with Two-Subiteration Algorithms," Communications of the ACM, vol. 32, no. 3, pp. 359–373, 1989.

@@ -252,7 +252,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [13] - +

Y.-S. Chen and W.-H. Hsu, "A modified fast parallel algorithm for thinning digital patterns," Pattern Recognition Letters, vol. 7, no. 2, pp. 99–106, 1988.

@@ -260,7 +260,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/ [14] - +

R. L., Cederberg "Chain-link coding and segmentation for raster scan devices," Computer Graphics and Image Processing, vol. 10, no. 3, pp. 224-234, 1979.

diff --git a/doc/scripts/readme2doc.py b/doc/scripts/readme2doc.py index eb31641..3377284 100644 --- a/doc/scripts/readme2doc.py +++ b/doc/scripts/readme2doc.py @@ -43,7 +43,8 @@ # Improve format of Contributors -html = html.replace("", "
") +html = html.replace("", "
") +html = html.replace("", "
") file_path = "doc/doxygen/mainpages/home.h" with open(file_path, "w+") as homefile: