c++ - Does the inheritance of opencv functions make my program better? -


i have program uses opencv functions such calibratecamera. working on final version of code, , wondering if instead of calling opencv's functions inherit them in classes make program 'better' ?

opencv library defined api. if have existing application uses functions bundled within library , don't have valid reason adding additional functionality them, there no advantage gain wrapping them.

if want change interface because think make code cleaner, worry maintenance in case api change in future.

while changing design of applications, decisions should based on specific reasons. "i want make program better" abstract one.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -