COOP
COOP copied to clipboard
The C Object Oriented Programming Library
Add file open_cv/README.md Update file README.md
Deleting the following files: - COOP.sln - COOP/COOP.vcxproj - COOP/COOP.vcxproj.filters - UnitTestC/UnitTestC.vcxproj - UnitTestC/UnitTestC.vcxproj.filters - UnitTestC/UnitTestC.vcxproj.user
We noticed that the type safety isn't working correctly. Tried to write a test that creats a vercot_int and try to add a char emelemnt - and it works Need...
adding the following functions: - get_height - get_stride - get_width - get_pixel_ptr - clone - init_copy - init_move - init_ROI - init - add - sub_default - sub_abs - mul_scalar...