how to train the deep neural network with GLCM features to find out whether an input image is stego or clean ?(based on these features)
4 views (last 30 days)
Show older comments
Hi,
i am trying to do a project where i have to train the deep neural network with glcm features and based on this glcm features , the DNN should be able to identify whether an image is clean or data hidden one .
i have extracted four features using glcm . the values for each image are like
contrast =[5.81944444444445,6.47777777777778] homogenity=[0.737242345924548,0.706970684878285] correlation=[0.279660493827161,0.274506172839506] energy=[0.799867724867725,0.798429232804233]
i have made an algorithm based on the deep learn toolbox , but dont know where to implement these features in it.i have uploaded the algorithm file in this .
please anyone have a look and help me with it ?
0 Comments
Answers (0)
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!