An open API service indexing awesome lists of open source software.

https://github.com/mdziegielewska/image-analysis-classification-with-glcm

Image analysis and classification techniques using Grey Level Co-occurrence Matrices (GLCM).
https://github.com/mdziegielewska/image-analysis-classification-with-glcm

glcm image-classification image-processing texture-analysis

Last synced: 3 months ago
JSON representation

Image analysis and classification techniques using Grey Level Co-occurrence Matrices (GLCM).

Awesome Lists containing this project

README

        

## Image-Analysis-Classification-With-GLCM

### Project Overview

This project aims to analyze and classify images using Grey Level Co-occurrence Matrices (GLCM) as a feature extraction method. The goal is to explore the effectiveness of GLCM-based features for image classification tasks.

### Project structure

- _image_classification.ipynb_: Contains the core image classification pipeline.
- _requirements.txt_: Lists project dependencies.
- _test.csv_: Contains test image data and labels.
- _texture_analysis.ipynb_: Implements GLCM feature extraction and analysis.
- _train.csv_: Contains training image data and labels.

### Installation

To set up the project environment, run the following command in your terminal:
```
pip install -r requirements.txt
```