Community Profile

photo

Sanwal Mirza


ssuet

Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
  • First Submission

View badges

Feeds

View by

Submitted


Creating Database from Image
Database

mer än 8 år ago | 1 download |

Question


i m new to glcm and neural network... what i want to know that i have excracted features through glcm now i want to add these features to neural network how can i do this?
a=imread('1.jpg'); b=rgb2gray(a); c=imresize(b,[128,128]); glcm1 = graycomatrix(c,'Offset',[0 1;-1 1;1 1]); stats1 = graycop...

mer än 8 år ago | 1 answer | 0

1

answer