Skip to content

Commit d452e7c

Browse files
committed
fix citation
1 parent 50ab394 commit d452e7c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,21 @@ For questions, discussions, and more detailed help please refer to the Google gr
2323
https://groups.google.com/d/forum/opencv-python-blueprints
2424

2525
If you use either book or code in a scholarly publication, please cite as:
26-
> M. Beyeler, (2016). OpenCV with Python Blueprints. Packt Publishing Ltd., London, England, 230 pages, ISBN 978-
26+
> M. Beyeler, (2016). OpenCV with Python Blueprints: Design and develop advanced computer vision projects using OpenCV with Python. Packt Publishing Ltd., London, England, 230 pages, ISBN 978-
2727
178528269-0.
2828

29+
Or use the following bibtex:
30+
```
31+
@book{OpenCVWithPythonBlueprints,
32+
title = {{OpenCV with Python Blueprints}},
33+
subtitle = {Design and develop advanced computer vision projects using {OpenCV} with {Python}},
34+
author = {Michael Beyeler},
35+
year = {2016},
36+
pages = {230},
37+
publisher = {Packt Publishing Ltd.},
38+
isbn = {978-178528269-0}
39+
}
40+
```
2941

3042
## Critical Reception
3143

0 commit comments

Comments
 (0)