Hi guys! Hope you're doing well.
So you must have got some idea of what OpenCV is! (pun intended :P)
Before moving further, I would like to advise you on how you must understand or write a code for OpenCV.
Mostly, you look through the code from top to bottom, look at the variables and functions and then understand it.
Try this once:
1. Observe the libraries included
2. Go to 'MAIN' function and study it first before looking at the user-defined functions. Understand what the 'main' function basically does.
Hope this helps.
Cheers!
So you must have got some idea of what OpenCV is! (pun intended :P)
Before moving further, I would like to advise you on how you must understand or write a code for OpenCV.
Mostly, you look through the code from top to bottom, look at the variables and functions and then understand it.
Try this once:
1. Observe the libraries included
2. Go to 'MAIN' function and study it first before looking at the user-defined functions. Understand what the 'main' function basically does.
- Creates a trackbar? what are the lowest and highest values? What is the response function for trackbar? Having observed these, go to where you've left before jumping to 'MAIN' function. Then study those variables and functions.
- Then again come back to 'Main' function where you had left and then study further and repeat the process.
Hope this helps.
Cheers!
No comments:
Post a Comment