Dear
Could I ask you about the results of GFR steganalysis of Adaptive JPEG Steganography Using 2D Gabor Filters? Actually I got the source code "https://github.com/YangzlTHU/IStego100K" and by applying "GFR, ensemble_training and ensemble_testing", respectively, I have got predictions: -1
votes: -5
In fact, I have followed the following:
FCover=GFR(Cover Image,5,75);
FStego=GFR(Stego Image,5,75);
ans=[trained_ensemble,results] = ensemble_training(FCover,FStego,settings)
results = ensemble_testing(FStego,ans)
Is it enough to mention values of "prediction and votes" on the paper?
Sincerely,
Yavar Khedmati