Skip to content

This will give us the idea of Image Texture feature extraction and how models are trained with that to identify the underlying patterns.

Notifications You must be signed in to change notification settings

amansharif/Script-Identification-Using-Signature-Image-Texture-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Script-Identification-Using-Signature-Image-Texture-Analysis

Dataset

Signature Dataset in 4 languages

Dataset Source

Dr. SK MD Obaidullah Google Scholars

Feature Extraction Technique

Gray-Level Co-Occurrence Matrix (GLCM) Link

GLCM Details

  • Offsets: 16
  • Number of GLCM matrices: 16
  • Number of features: 7
  • Features: Energy, Homogeneity, Correlation, Contrast (All GLCM Properties), Entropy, MeanG, Standard Deviation
  • Total no of features: 16 * 7 = 112

Learning Algorithm

  • Multilayer Perceptron
  • Logistic Regression

Identified Scripts

Bengali, English, Hindi, Urdu

Brief Description

After importing the dataset it was converted into gray scale image from RGB image using in-built matlab function rgb2gray().The image was signature image and already cropped.That’s why in order to extract details no more pre-processing was done.After that glcm was applied and features was extracted.Then the features was delivered to multilayer perceptron algorithm, which gave the final output.

Special Thanks

About

This will give us the idea of Image Texture feature extraction and how models are trained with that to identify the underlying patterns.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published