You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-34Lines changed: 22 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
-
CCTag library
2
-
===================
3
-
[](https://bestpractices.coreinfrastructure.org/projects/3989)[](https://www.codacy.com/manual/alicevision/CCTag?utm_source=github.com&utm_medium=referral&utm_content=alicevision/CCTag&utm_campaign=Badge_Grade)
1
+
# CCTag library
2
+
3
+
[](https://bestpractices.coreinfrastructure.org/projects/3989)
Detection of CCTag markers made up of concentric circles. Implementations in both CPU and GPU.
6
8
7
-
The library is the implementation of the paper:
9
+
The library is the implementation of the paper:
8
10
9
-
* Lilian Calvet, Pierre Gurdjos, Carsten Griwodz, Simone Gasparini. **Detection and Accurate Localization of Circular Fiducials Under Highly Challenging Conditions.** In: *Proceedings of the International Conference on Computer Vision and Pattern Recognition (CVPR 2016)*, Las Vegas, E.-U., IEEE Computer Society, p. 562-570, June 2016. https://doi.org/10.1109/CVPR.2016.67
11
+
* Lilian Calvet, Pierre Gurdjos, Carsten Griwodz, Simone Gasparini. **Detection and Accurate Localization of Circular Fiducials Under Highly Challenging Conditions.** In: *Proceedings of the International Conference on Computer Vision and Pattern Recognition (CVPR 2016)*, Las Vegas, E.-U., IEEE Computer Society, p. 562-570, June 2016. <https://doi.org/10.1109/CVPR.2016.67>
10
12
11
-
If you want to cite this work in your publication, please use the following
13
+
If you want to cite this work in your publication, please use the following
12
14
13
15
```latex
14
16
@inproceedings{calvet2016Detection,
@@ -23,8 +25,7 @@ If you want to cite this work in your publication, please use the following
23
25
}
24
26
```
25
27
26
-
Marker library
27
-
---------
28
+
## Marker library
28
29
29
30
Markers to print are located [here](markersToPrint).
30
31
@@ -37,50 +38,37 @@ CCTags requires either CUDA 8.0 and newer or CUDA 7.0 (CUDA 7.5 builds are known
37
38
38
39
Check your graphic card CUDA compatibility [here](https://github.com/tpruvot/ccminer/wiki/Compatibility).
Once compiled, you might want to run the CCTag detection on a sample image:
56
48
57
49
```bash
58
-
$ build/src/detection -n 3 -i sample/01.png
50
+
build/src/detection -n 3 -i sample/01.png
59
51
```
52
+
60
53
For the library interface, see [ICCTag.hpp](src/cctag/ICCTag.hpp).
61
54
62
-
Documentation
63
-
-------------
55
+
## Documentation
64
56
65
57
The documentation can be found on the [Read the Docs page](https://cctag.readthedocs.io/en/latest/)
66
58
67
-
68
-
License
69
-
-------
59
+
## License
70
60
71
61
CCTag is licensed under [MPL v2 license](COPYING.md).
72
62
73
-
Authors
74
-
-------
63
+
## Authors
75
64
76
-
Lilian Calvet (CPU, lilian.calvet@gmail.com)
77
-
Carsten Griwodz (GPU, griff@simula.no)
78
-
Stian Vrba (CPU, vrba@mixedrealities.no)
79
-
Cyril Pichard (pih@mikrosimage.eu)
80
-
Simone Gasparini (simone.gasparini@gmail.com)
65
+
Lilian Calvet (CPU, <lilian.calvet@gmail.com>)
66
+
Carsten Griwodz (GPU, <griff@simula.no>)
67
+
Stian Vrba (CPU, <vrba@mixedrealities.no>)
68
+
Cyril Pichard (<pih@mikrosimage.eu>)
69
+
Simone Gasparini (<simone.gasparini@gmail.com>)
81
70
82
-
Acknowledgments
83
-
---------
71
+
## Acknowledgments
84
72
85
73
This has been developed in the context of the European project [POPART](https://alicevision.org/popart/) founded by European Union’s Horizon 2020 research and innovation programme under grant agreement No 644874.
0 commit comments