Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit af9d083

Browse files
committed
Fixed #1
1 parent b359129 commit af9d083

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See `distance.h` for a complete documentation.
88
https://www.math.uci.edu/~zhao/homepage/research_files/FSM.pdf
99
* "Finding the Skeleton of 2D Shape and Contours: Implementation of Hamilton-Jacobi Skeleton"
1010
by Yuchen He, Sung Ha Kang, Luis Álvarez (2020)
11-
https://www.ipol.im/pub/pre/296/preprint.pdf
11+
http://www.ipol.im/pub/art/2021/296/
1212

1313
## Example ##
1414
The `test` directory contains the source code of a small program that generates a distance map from an input image.

distance.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
"Finding the Skeleton of 2D Shape and Contours: Implementation of Hamilton-Jacobi Skeleton"
1616
by Yuchen He, Sung Ha Kang, Luis Álvarez (2020)
17-
https://www.ipol.im/pub/pre/296/preprint.pdf
17+
http://www.ipol.im/pub/art/2021/296/
1818
1919
* Building:
2020
Before including this file, add the following line in the file where you want to have the

0 commit comments

Comments
 (0)