detect_data_power.m Detects if the given image has data hidden in it with the zeros hiding method
hidden_zeros_read.m Reads data hidden by zeros hiding method from an image
image_hist.m Creates histogram of DCT coefficients
image_stat.m Determines the threshold value for zero hiding detection
invimageproc.m Takes tiled matrix and converts to image matrix
jvector.m Traverses 8x8 block using the zig-zag pattern
mat2DCEB.m Compresses image and returns tiled matrix
readdata.m Reads in binary data from a file
secread.m Reads in data hidden by bit-o-steg from an image
signed_mat2DCEB.m Modified compressor used in zeros hiding
std_stegcompress.m Groups zeros together and saves image
stegcompress.m Takes a compressed image and hides data in it using bit-o-steg
writedata.m Writes binary data to a fill
2 comments:
Hey I am doing a MATLAB project on audio steganography . Which type of format mp3 , wav or cda would be most suitable for this . Also which stego technique should I go for ? Can you point out some online resources where I could find example codes for audio steganography ? My email ID is varun2k7dce@gmail.com . Looking forward to hearing from you
Hi... I'm doing project on image steganography based on wavelet transform to increase the embedding capacity and also to maintain good PSNR... I'm finding it more difficult to implement... Please, help me... :)
Post a Comment