imutils-cpp
imutils-cpp copied to clipboard
This is a cpp version of popular python computer vision library imutils
Results
2
imutils-cpp issues
Sort by
recently updated
recently updated
newest added
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
enhancement
cmake_minimum_required(VERSION 3.9) project(imutils_cpp VERSION 1.0.1 DESCRIPTION "imutils_cpp A series of convenience functions to make basic image processing functions such as translation, rotation, resizing and skeletonization easier with OpenCV ") #find_package(OpenCV...