LBP
Texture descriptor library
An implementation of Local Binary Pattern texture descriptors in C++ with Python bindings and integration with OpenCV and FFTW3.
C++ implementation of the Local Binary Pattern texture descriptors. This class integrates with OpenCV and FFTW3 to bring a complete and fast implementation of the popular descriptors: LBP u2, ri, riu2 & hf. The routines for calculating these descriptors are inspired by the Matlab code of the original authors.
97 stars
17 watching
60 forks
Language: C
last commit: almost 7 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
richgel999/bc7enc16 | A fast and efficient single-source file BC7/BPTC texture encoder with perceptual metric support. | 150 |
binomialllc/crunch | A library that provides advanced DXTn texture compression and transcoding capabilities for various graphics formats. | 855 |
sandeep42/anuvada | This is an open source PyTorch library providing tools and models to explain the predictions of deep neural networks for natural language processing tasks. | 19 |
flamendless/brinevector3d | A vector library with 3D support using ffi-accelerated structs | 10 |
nvpro-samples/gl_commandlist_basic | A sample project demonstrating the use of NV_command_list to render a basic scene with texture rendering using ARB_bindless_texture. | 111 |
richgel999/bc7enc | A software project providing GPU-accelerated texture encoders and decoders for various compression formats. | 211 |
reedscot/cvpr2016 | A system for learning deep representations of fine-grained visual descriptions from images | 334 |
microsoft/directxtex | A texture processing library used in game development and graphics applications | 1,826 |
microsoft/uvatlas | A C++ library for creating and packing isochart texture atlases | 847 |
jiangsutx/srn-deblur | This repository provides a Python implementation of a deep learning-based image deblurring algorithm. | 719 |
mainroach/crabby | An algorithm for compressing and decompressing sprite sheets in real-time on the GPU without intermediate CPU processing. | 104 |
kwanhur/lua-resty-imagick | A Lua library providing bindings to ImageMagick's MagicWand, enabling image processing and manipulation | 11 |
therealmjp/deferredtexturing | A rendering sample demonstrating bindless deferred texturing and decals using D3D12 | 513 |
yinboc/liif | This project presents an approach to learning continuous image representation using a local implicit function. | 1,271 |
unity-technologies/crunch | A high-performance texture compression and transcoding library for developers. | 239 |