Skip to content

Commit a9b57cf

Browse files
committed
extend README
1 parent d452e7c commit a9b57cf

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

README.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ Paperback: 230 pages <br/>
1616
ISBN 978-178528269-0
1717
<br clear="both"/>
1818

19-
All code was tested with OpenCV 2.4.9 and Python 2.7 on Ubuntu 14.04 and Windows 8.1, and is available from:
20-
https://github.com/mbeyeler/opencv-python-blueprints.
19+
This book demonstrates how to develop a series of intermediate to advanced projects using OpenCV and Python,
20+
rather than teaching the core concepts of OpenCV in theoretical lessons. Instead, the working projects
21+
developed in this book teach the reader how to apply their theoretical knowledge to topics such as
22+
image manipulation, augmented reality, object tracking, 3D scene reconstruction, statistical learning,
23+
and object categorization.
2124

22-
For questions, discussions, and more detailed help please refer to the Google group:
23-
https://groups.google.com/d/forum/opencv-python-blueprints
25+
By the end of this book, readers will be OpenCV experts whose newly gained experience allows them to develop their own advanced computer vision applications.
2426

2527
If you use either book or code in a scholarly publication, please cite as:
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-
28+
> M. Beyeler, (2015). OpenCV with Python Blueprints: Design and develop advanced computer vision projects using OpenCV with Python. Packt Publishing Ltd., London, England, 230 pages, ISBN 978-
2729
178528269-0.
2830

2931
Or use the following bibtex:
@@ -32,13 +34,20 @@ Or use the following bibtex:
3234
title = {{OpenCV with Python Blueprints}},
3335
subtitle = {Design and develop advanced computer vision projects using {OpenCV} with {Python}},
3436
author = {Michael Beyeler},
35-
year = {2016},
37+
year = {2015},
3638
pages = {230},
3739
publisher = {Packt Publishing Ltd.},
3840
isbn = {978-178528269-0}
3941
}
4042
```
4143

44+
All code was tested with OpenCV 2.4.9 and Python 2.7 on Ubuntu 14.04 and Windows 8.1, and is available from:
45+
https://github.com/mbeyeler/opencv-python-blueprints.
46+
47+
For questions, discussions, and more detailed help please refer to the Google group:
48+
https://groups.google.com/d/forum/opencv-python-blueprints
49+
50+
4251
## Critical Reception
4352

4453
<img src="https://3.bp.blogspot.com/-m8yl8xCrM3Q/V9yFYMAj3YI/AAAAAAAAAq8/5IzGqAeUp9cCwq13j1EL7aunfUvvre5bQCLcB/s640/opencv-python-blueprints-amazon-new.png" style="width: 70%; margin-left: 15%"/>
@@ -61,6 +70,19 @@ What readers on Amazon have to say:
6170

6271

6372

73+
## Who This Book Is for
74+
As part of Packt's Blueprints series, this book is for intermediate users of OpenCV who aim to master their skills
75+
by developing advanced practical applications. You should already have some
76+
experience of building simple applications, and you are expected to be familiar with
77+
OpenCV's concepts and Python libraries. Basic knowledge of Python programming
78+
is expected and assumed.
79+
80+
By the end of this book, you will be an OpenCV expert, and your newly gained
81+
experience will allow you to develop your own advanced computer vision
82+
applications.
83+
84+
85+
6486
## Software Requirements
6587
All projects can run on Windows, Mac, or Linux, and require the following software packages:
6688
* OpenCV 2.4.9 or later: Recent 32-bit and 64-bit versions as well as installation instructions are available at

0 commit comments

Comments
 (0)