# What books do you recommend to start with Open CV?

**URL:** https://forum.opencv.org/t/what-books-do-you-recommend-to-start-with-open-cv/11751
**Category:** C++
**Created:** [January 25, 2023, 12:00am UTC](https://forum.opencv.org/t/what-books-do-you-recommend-to-start-with-open-cv/11751 "2023-01-25T00:00:40Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Kurlos](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.opencv.org/kurlos/32/7029_2.png) [@Kurlos](https://forum.opencv.org/u/Kurlos)
#### Post date: [January 25, 2023, 12:00am UTC](https://forum.opencv.org/t/what-books-do-you-recommend-to-start-with-open-cv/11751/1 "2023-01-25T00:00:40Z")

</div>

Hello! I am starting with OpenCV and I would like to know about the books that have helped you to learn. I’m especially interested in everything related to camera pose and camera placement.  
I have some knowledge of those matters and I would like to build it from scratch and learn new things.  
I don’t care if the books talk about Python or C++, since I am interested above all in theoretical knowledge.

---

<div class="post-metadata">

### Author: ![crackwitz](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.opencv.org/crackwitz/32/14_2.png) [@crackwitz](https://forum.opencv.org/u/crackwitz)
#### Post date: [January 25, 2023, 11:27am UTC](https://forum.opencv.org/t/what-books-do-you-recommend-to-start-with-open-cv/11751/2 "2023-01-25T11:27:37Z")

</div>

IDK what would have helped me. I had this as a course in university and then progressed with lots of cursing at the documentation, chasing references (OpenCV docs cite papers), googling, and figuring out which people to harass so more of this stuff is written down where it should have been written down.

the usual textbooks:

- hartley and zisserman
- forsyth and ponce
- szeliski

these cover the math modeling the optics and the foundational image processing, and then onwards.

any books from “technical” publishers you can _first_ assume are copy-paste junk written to scam newbies out of a few bucks. it’s hard to judge a book without knowing what _should_ be in it, and if you know that, you don’t need the book anymore.

camera “placement” is deeply practical. I don’t think you’ll find practical advice in any textbook. maybe in a footnote, if the author is generous, or in an exercise for the reader.

perhaps just dive into doing. OpenCV docs may be rather uncurated (many cooks…) but they contain some good stuff (articles, examples) that goes beyond API docs.

or elaborate on your interests and maybe we can discuss specifics.

---

<div class="post-metadata">

### Author: ![Eduardo](https://avatars.discourse-cdn.com/v4/letter/e/6a8cbe/32.png) [@Eduardo](https://forum.opencv.org/u/Eduardo)
#### Post date: [January 26, 2023, 8:09pm UTC](https://forum.opencv.org/t/what-books-do-you-recommend-to-start-with-open-cv/11751/3 "2023-01-26T20:09:33Z")

</div>

> [@crackwitz](#):
>
> the usual textbooks:
> 
> - hartley and zisserman
> - forsyth and ponce
> - szeliski

I agree, these are the usual references in computer vision.  
Please note that the [Szeliski book](https://szeliski.org/Book/) is free.  
See also the cited computer vision courses at the bottom of the [Szeliski book](https://szeliski.org/Book/) page for complementary course materials.

See the [Learning OpenCV 3, Adrian Kaehler, Gary Bradski](https://www.oreilly.com/library/view/learning-opencv-3/9781491937983/) if you want a book with both references to computer vision and the OpenCV library.

---

<div class="post-metadata">

### Author: ![crackwitz](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.opencv.org/crackwitz/32/14_2.png) [@crackwitz](https://forum.opencv.org/u/crackwitz)
#### Post date: [January 26, 2023, 10:49pm UTC](https://forum.opencv.org/t/what-books-do-you-recommend-to-start-with-open-cv/11751/4 "2023-01-26T22:49:59Z")

</div>

> [@Eduardo](#):
>
> Gary Bradski

that’s the one who started OpenCV, or something close to that, so he is _probably_ trustworthy 😉
