opencv_contrib
opencv_contrib copied to clipboard
How can I contribute a new implementation of an algorithm to the opencv? (using a core math function)
How can I contribute an implementation of a new algorithm to the opencv?
Tell me if I'm right.
- fork this repository (should I fork the main repository of opencv too?)
- write my code/test
- pull request
and if I want to use a core math function (like norm or matrix decomposition) how can I use include them to use it in my code?
thanks!
- See: https://github.com/opencv/opencv/wiki/How_to_contribute
- Yes, ideally a test focusing on algorithm precision compared to a reference or baseline implementation would be ideal.
For core Math fonction, maybe the Eigen lib could be sufficient. There are some contrib modules that should already use the Eigen lib.