Algomorph / pyboostcvconverterLinks
Minimalist code necessary for using porting C++ functions/classes using OpenCV's "Mat" type in functions argument lists directly (w/o explicit conversions) to python.
☆265Updated 3 years ago
Alternatives and similar repositories for pyboostcvconverter
Users that are interested in pyboostcvconverter are comparing it to the libraries listed below
Sorting:
- NumPy ndarray ⇋ OpenCV Mat conversion, that just works.☆117Updated 4 years ago
- SWIG interface files for OpenCV types.☆95Updated last year
- Implementation of cv::Mat conversion to numpy.array for pybind11☆207Updated 3 years ago
- OpenCV <=> NumPy Converter using Boost::Python☆132Updated 8 years ago
- Scale adaptive mean-shift tracker☆176Updated 4 years ago
- Convolutional Neural Networks☆122Updated 6 years ago
- Discriminative Correlation Filter with Channel and Spatial Reliability☆238Updated 7 years ago
- C++ implementation pool for computer vision R&D projects.☆106Updated last year
- Multiple objects tracker using openCV and dlib☆185Updated 8 years ago
- ☆199Updated 8 years ago
- Kernelized Correlation Filter tracker☆413Updated 7 years ago
- Multiple object tracking (MOT) algorithm implemented in C++☆350Updated 4 years ago
- High-Speed Tracking with Kernelized Correlation Filters☆341Updated 7 years ago
- A C++ example of running TensorFlow Object Detection model in live mode.☆146Updated 3 years ago
- C++ background substraction library☆47Updated 10 years ago
- CMake build scripts to automate building the Caffe library and its dependencies.☆185Updated 7 years ago
- Demonstrate Plugin API for TensorRT2.1☆182Updated 8 years ago
- Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks☆325Updated 7 years ago
- The project is an C++ implementation of Face Alignment at 3000fps via Regressing Local Binary Features☆282Updated 6 years ago
- this repository is the implementation of MTCNN with no framework, Just need opencv and openblas, support linux and windows☆532Updated 8 years ago
- C++ implementation of the Local Binary Pattern texture descriptors. This class integrates with OpenCV and FFTW3 to bring a complete and f…