How can I find opencv functions source code?

前端 未结 4 1328
面向向阳花
面向向阳花 2021-01-04 03:28

I am new to opencv and I am using opencv for windows. How can I see the source code for a specific function of an opencv library ? I just one want to get an idea of how tha

4条回答
  •  时光说笑
    2021-01-04 04:10

    Here is a direct link to an excellent source code search, courtesy of Github. This is a very straightforward way to find the implementation and internal usages of a function or type.

提交回复
热议问题