texture-analysis
There are 45 repositories under texture-analysis topic.
JalaliLabUCLA/Image-feature-detection-using-Phase-Stretch-Transform
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-toolbox/mtex
MTEX is a free Matlab toolbox for quantitative texture analysis. Homepage:
kmader/Quantitative-Big-Imaging-2018
(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
mcabinaya/Digital-Image-Processing
My works for EE 569 - Digital Image Processing - Spring 2018 - Graduate Coursework at USC - Dr. C.-C. Jay Kuo
ASTex-ICube/semiproctex
Semi-procedural textures using PPTBF (Point Process Texture Basis Functions).
ajinkya-kulkarni/PyTextureAnalysis
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.
shinaji/texture_analysis
Texture Analysis test tool for PET images
zain-ul-abaidin/Digital-Image-Processing
This repository includes all Basic Algorithms related to image Processing, these are almost without Build-in Functions
iamjanvijay/Face-Spoofing-Detection
Face Spoofing Detection Using Texture Analysis
tonyjo/LM_filter_bank_python
Python code for generating Leung-Malik (LM) filter bank that is typically used in texture analysis and classification.
VipulRamtekkar/Active-Appearance-Models
Course Project for the course CS 736
crud89/Texturize
A unified framework for example-based texture synthesis, developed alongside my master's thesis.
Larkinnjm1/GLCM_svm_model
Repo for generating a SVM model using a GLCM, Haralick features
andandandand/ImageAnalysisWithAlgorithmicInformation
Estimate the Kolmogorov complexity of grayscale images and weighted graphs
ckorgial/Lung-Tumor-Detection
Lung Tumor Detection on Single Image using Neural Networks.
jaygajera17/Text-Editor-React
Text editor,speech,analysis using react
MONSTERgroup/DRAGON
Digital Reconstruction of Ancient Graphical ODFs (eNabling quantitative comparative analysis)
pseudo7/DocScanner-OpenCV
Sophisticated Document Scanner made using OpenCV in Unity3D.
TeamPBCN/ctr_texdump
任天堂3DS图像导出工具/Nintend 3DS GPU texture dump tool.
anishnyk/ccRCC-CT-texture-analysis-and-classification
Classification of Clear Cell Renal Cell Carcinoma using CT textural feature analysis
arezaz/ultrasound-texture-analysis
Texture Analysis of Ultrasound Images.
BATspock/TextonsSeg
Repo for PyPi package
cgreen259/Texture-Toolbox
Calculate 43 texture features of a 2D or 3D image
avvie/Undertones
Wanted to figure out my skin undertones
iremcetin/radiomics_cardio_risk_factors
Radiomics Signatures of Cardiovascular Risk Factors in Cardiac MRI: Results From the UK Biobank
mdipcit/CTdecomp_BNN
Cartoon-texture image decomposition using blockwise low-rank texture characterization
nepiskopos/image-classification-textural-features
Pattern recognition image classification using textural features.
adigan1310/Fake-Biometric-Detection
Utility for classifying Fingerprints as Fake or Real using PNN Classifier
Gas-Helio/Trabalhando-com-imagens-3d
Repositório criado para ajudar em trabalhos com imagens 3D
SebastianProg/P61MicrostructureAnalysis
Library for diffraction specific calculations and for analyzing residual stresses and pole figure plots for P61A beamline at PETRAIII, DESY.
mdziegielewska/Image-Analysis-Classification-With-GLCM
Image analysis and classification techniques using Grey Level Co-occurrence Matrices (GLCM).
AbdelrahmanHamdyy/ImageProcessing-Labs
Solutions to Practical Labs in the Image Processing course on various topics.
anthony-iheonye/vis-extractor
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.
marekkoc/vascular-tree-3D-texture-analysis
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.
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.