Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to view/modify the source code of Python OpenCV functions? #1028

Closed
DoongLi opened this issue Sep 12, 2024 · 1 comment
Closed

How to view/modify the source code of Python OpenCV functions? #1028

DoongLi opened this issue Sep 12, 2024 · 1 comment

Comments

@DoongLi
Copy link

DoongLi commented Sep 12, 2024

I want to modify the code of a specific function in the Python version of OpenCV, such as findHomography().

But I don't know how to proceed. When I click on findHomography(), I only see the header file, not the source code.
2024-09-11_23-12

@DoongLi DoongLi changed the title How to modify the source code of Python OpenCV functions? How to view/modify the source code of Python OpenCV functions? Sep 12, 2024
@skvark
Copy link
Member

skvark commented Sep 12, 2024

The OpenCV code is written in C++ in another repository: https://github.com/opencv/opencv

@skvark skvark closed this as completed Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants