I want to unpackage a function which i am using in my task (e.g. VideoCapture). Is there a way to unpackge this function and get all the source code available to perform this function? if yes where can it be found.
Actually i want to use the fucntions without including the libraries.
Correct me if i am considering it wrong or my question is not valid. (New to c++ and OpenCV)
Thank you
Like i use this function to play a file.
VideoCapture capture(“video.mp4”);
I tried to dig further in the function but i was unable to find the source code.
The motive of the question is to Unpackage the opencv function and create a new code from scratch to use that function. Without adding libraries.
Farhan Khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.