Hi opencv community??
I made Fast Rotational Rect and Donut ROI also contour based blob detection
(Not just rotation image and crop, it provide pixel locations sequentially)
You can also adjust pixel gap each row and column
I want to contribute these codes to opencv. How can I do that?
Glad to know you are willing to contribute with this work.
OpenCV works different, you don’t add your algorithm to OpenCV, you can offer your help, there is a big TODO list for developers who want to contribute with some coding and testing.
I don’t know how that works. perhaps open an issue first, show the code and what it does. then likely you will receive guidance on expected documentation, file structure, coding style, expected APIs, maybe test cases, how to get automatically generated python bindings, …
maybe you could explain a bit about the “use-case” of your library ?
e.g. what would i want to do with fast::fastDonut() ?
which problem would it solve ?