There are 0 repository under texture-analysis topic.
PST or Phase Stretch Transform is an operator that finds features in an image. PST implemented using MATLAB here, takes an intensity image I as its input, and returns a binary image out of the same size as I, with 1's where the function finds sharp transitions in I and 0's elsewhere.
MTEX is a free Matlab toolbox for quantitative texture analysis. Homepage:
(Latest semester at https://github.com/kmader/Quantitative-Big-Imaging-2019) The material for the Quantitative Big Imaging course at ETHZ for the Spring Semester 2018
My works for EE 569 - Digital Image Processing - Spring 2018 - Graduate Coursework at USC - Dr. C.-C. Jay Kuo
Semi-procedural textures using PPTBF (Point Process Texture Basis Functions).
PyTextureAnalysis is a Python package for analyzing the texture of images. It includes functions for calculating local orientation, degree of coherence, and structure tensor of an image. This package is built using NumPy, SciPy and OpenCV.
Texture Analysis test tool for PET images
This repository includes all Basic Algorithms related to image Processing, these are almost without Build-in Functions
Face Spoofing Detection Using Texture Analysis
Python code for generating Leung-Malik (LM) filter bank that is typically used in texture analysis and classification.
Course Project for the course CS 736
A unified framework for example-based texture synthesis, developed alongside my master's thesis.
Repo for generating a SVM model using a GLCM, Haralick features
Estimate the Kolmogorov complexity of grayscale images and weighted graphs
Lung Tumor Detection on Single Image using Neural Networks.
Text editor,speech,analysis using react
Digital Reconstruction of Ancient Graphical ODFs (eNabling quantitative comparative analysis)
Sophisticated Document Scanner made using OpenCV in Unity3D.
Classification of Clear Cell Renal Cell Carcinoma using CT textural feature analysis
Texture Analysis of Ultrasound Images.
Repo for PyPi package
Calculate 43 texture features of a 2D or 3D image
Wanted to figure out my skin undertones
Radiomics Signatures of Cardiovascular Risk Factors in Cardiac MRI: Results From the UK Biobank
Cartoon-texture image decomposition using blockwise low-rank texture characterization
Pattern recognition image classification using textural features.
Utility for classifying Fingerprints as Fake or Real using PNN Classifier
Repositório criado para ajudar em trabalhos com imagens 3D
Library for diffraction specific calculations and for analyzing residual stresses and pole figure plots for P61A beamline at PETRAIII, DESY.
Solutions to Practical Labs in the Image Processing course on various topics.
VisualPropertiesExtractor is a comprehensive utility for extracting size, shape, color, and texture features from segmented RGB images. It supports time-based grouping, pixel-to-metric calibration, and structured export - ideal for scientific imaging, quality monitoring, and computer vision workflows.
Quantitative analysis of 3D vascular tree images using texture features. Implementation of methods for classifying blood vessel structures and monitoring physical parameters using 3D co-occurrence matrices, run-length matrices, and gradient-based features. Includes simulated vessel tree models and analysis of real confocal microscopy data.
Gram-GAN bridges pixel-based and GAN SR methods, generating sharp and realistic textures by explicitly matching generated patches to real HR textures via a Gram-based patch database. It ensures stable training, better generalization, and texture-aware outputs—ideal for satellite, medical, art, and fashion super-resolution tasks.
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.