You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have a section covering some important introduction topics from OpenCV. This section covers all of them in Python atm, as discussed in thread thread, we need to port it to C++.
Describe the solution you'd like
Convert all relevant programs in this file to their equivalent C++ versions using OpenCV's native API wherever required.
Add theory related to OpenCV's C++ APIs in accordance with current Python APIs present inside the above mentioned file.
Create a makefile to build and compile related executable(s).
Maintain a .md file for theoretical part (and depicting expected results) as well.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We have a section covering some important introduction topics from
OpenCV
. This section covers all of them in Python atm, as discussed in thread thread, we need to port it to C++.Describe the solution you'd like
OpenCV
's native API wherever required.OpenCV
's C++ APIs in accordance with current Python APIs present inside the above mentioned file.makefile
to build and compile related executable(s)..md
file for theoretical part (and depicting expected results) as well.The text was updated successfully, but these errors were encountered: