-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
LibraryReusable code for other's projectsReusable code for other's projectshelp wantedExtra attention is neededExtra attention is needed
Description
This program should basically be a open-source library for identifying MtG-cards. For it to be that, the borders between the application and the library needs to be clearer, perhaps by using separate DLL-files.
It fells like OpenCV has a good structure. How are they doing it?
Suggestion for splitting up the code:
- rmc_core.dll - A file containing the classes, containers enums and other parts used by pretty much everything and everyone.
- rmc_library.dll - All "useful" methods of a abstract/general nature.
- rmc_engine.dll - The applied engine that does the job of identifying the cards.
Metadata
Metadata
Assignees
Labels
LibraryReusable code for other's projectsReusable code for other's projectshelp wantedExtra attention is neededExtra attention is needed