Post

01. Why we use opencv

01. Why we use opencv

Why we use opencv


Prerequisites

1
python

1. Why we use opencv

I used to develop computer vision library itself from the scratch. Range on arithmetic to object detection. The language is C++, not python. beacuse our library should be best performance on world. But in this post, It is not just for good performance, how to use computer vision system algorithm and easily approach this field. So I choose opencv with python even though I’m more comfortable using C++.

1-1. Plan

I will focus on the logical structure and how to use opencv with python.

Let’s start!

This post is licensed under CC BY 4.0 by the author.