gidesa / ocvWrapper46

Opencv C++ API wrapper for Delphi, Lazarus/Freepascal and C - for Opencv v 4.6
GNU General Public License v3.0
61 stars 12 forks source link

Would it be better to rename project to DelphiOcvWrapper #21

Open TommiPrami opened 1 week ago

TommiPrami commented 1 week ago

Hello,

or OcvWrapper/DOcvWrapper etc.

Drop the version number from the name, So when 5.0 version for example comes, could use same project... Currentlyu supported version number can be in readme.md, and if someone need the old version, can use older tag/branch/release...

But you are the boss, your choice...

Just my 0.02€ -Tee-

gidesa commented 1 week ago

Hello, I agree with you. Indeed I have another github repository, called, guess... OcvWrapper24 :-) This was the first and experimental wrapper, connected to Opencv version 2.4, a very old one. For now there is only one files with "46" in name: unOpenCVDelphi46.pas. So no problem to change. More complex is supporting various Opencv version, because from one to another there are addictions, deletions, and updates, of course. I am just impacting this while testing a new wrapper version on Opencv 4.9. So a simple repository name as "OcvWrapper", as you suggest, could be a valuable idea.