local-binary-pattern

There are 15 repositories under local-binary-pattern topic.

  • KhaLee2307/image-retrieval

    Content-Based Image Retrieval (CBIR) using Faiss (Facebook) and many different feature extraction methods ( VGG16, ResNet50, Local Binary Pattern, RGBHistogram)

    Language:Python46105
  • M-Taghizadeh/Image-Processing-Python

    In this repository, we implement common image processing techniques in Python and fully describe their algorithms.

    Language:Jupyter Notebook8101
  • dwday/lbp_tensorflow_python

    Fast Local Binary Patterns using TensorFlow

    Language:Jupyter Notebook7300
  • nasibehm/LBP3D

    A module that can extract LBP features (local binary pattern) from 3D images. Can be used for extracting features from medical images.

    Language:Python7111
  • weniariska/rupiah-currency-image-recognition-system

    Pada project ini, akan dilakukan identifikasi nilai mata uang rupiah dengan menggabungkan metode ekstrasi ciri Local Binary Pattern dan metode klasifikasi Naïve Bayes. Serta untuk pengukuran akurasi identifikasi dilakukan dengan metode evaluasi K-Fold Cross Validation. Dataset yang digunakan berupa citra dengan rincian terdapat 120 citra yang terdiri dari 15 citra uang kertas Rp1.000, 15 citra uang kertas Rp2.000, 15 citra uang kertas Rp5.000, 15 citra uang kertas Rp10.000, 15 citra uang kertas Rp20.000, 15 citra uang kertas Rp50.000, 15 citra uang kertas Rp75.000, dan 15 citra uang kertas Rp100.000

    Language:Python7100
  • javad-sheikh/Texture-Segmentation

    Texture Segmentation using: Gray-Level Co-occurence Matrix, Leung-Malik (LM) Filter Bank and Schmid (S) Filter Bank and Local Binary Pattern.

    Language:Jupyter Notebook5100
  • Dophy6/LBP-COVID-19-Recognition

    Local Binary Pattern: COVID-19 Recognition

    Language:Python1100
  • i2a-k/Computer-Vision

    Some tasks of computer vision using open-cv

    Language:Jupyter Notebook1100
  • rishideepc/LBP_Descriptor

    A powerful tool for texture recognition, the project presents a noise-resistant Local Binary Pattern (LBP) descriptor for robust texture recognition through image processing.

    Language:Python1
  • Matthew-Gallardo/Detection-of-GAN-Generated-Images-using-Spatial-Frequency-Domain-Fusion-Data

    Detection of AI Images (GANS) in fusion of Spatial and Frequency Domain Information of the image.

    Language:Python0000
  • sim-pez/lbp_gpu

    Local Binary Patttern algorithm implementation using GPU acceleration

    Language:Cuda0102
  • sim-pez/lbp_omp

    Local Binary Patttern algorithm using OpenMP

    Language:C++0102
  • axelkrnwn/NeuroSCAN

    Brain tumor detection using machine learning algorithms

    Language:Jupyter Notebook
  • Develop-Packt/Performing-Object-Detection-and-Facial-Recognition

    Implement object detection and facial recognition techniques on input images and videos.

    Language:Jupyter Notebook401
  • olekacak/Face-Recognition

    Real-time face liveness detection using Python, OpenCV, and MediaPipe. Detects blinks, smiles, head depth, and texture (LBP & Laplacian) to classify faces as real or spoof. Ideal for basic anti-spoofing using webcam input.

    Language:Python