关于图片视频隐写的相关开源代码等等的东西 非常有用
资源文件列表
Steganography-master/.gitignore , 281
Steganography-master/README.md , 3179
Steganography-master/input/beans.jpg , 14014
Steganography-master/input/bunny.mp4 , 252278
Steganography-master/input/ca2.jpg , 64235
Steganography-master/input/lena.jpg , 89534
Steganography-master/input/peppers.jpg , 40388
Steganography-master/input/sherlock.txt , 40502
Steganography-master/input/white.jpg , 797
Steganography-master/interface/ImageInterface.fig , 13208
Steganography-master/interface/ImageInterface.m , 21879
Steganography-master/steganography/algorithms/helper/generate_allowed_coefficients.m , 483
Steganography-master/steganography/algorithms/helper/mean4x4.m , 332
Steganography-master/steganography/algorithms/helper/push_apart.m , 398
Steganography-master/steganography/algorithms/helper/rmse2.m , 265
Steganography-master/steganography/algorithms/helper/rmse2_lazy.m , 352
Steganography-master/steganography/algorithms/steg_dct_decode.m , 1334
Steganography-master/steganography/algorithms/steg_dct_encode.m , 2803
Steganography-master/steganography/algorithms/steg_egypt_decode.m , 2809
Steganography-master/steganography/algorithms/steg_egypt_encode.m , 5401
Steganography-master/steganography/algorithms/steg_fusion_decode.m , 933
Steganography-master/steganography/algorithms/steg_fusion_encode.m , 1763
Steganography-master/steganography/algorithms/steg_lsb_decode.m , 321
Steganography-master/steganography/algorithms/steg_lsb_encode.m , 750
Steganography-master/steganography/algorithms/steg_wdct_decode.m , 265
Steganography-master/steganography/algorithms/steg_wdct_encode.m , 372
Steganography-master/steganography/algorithms/steg_zk_decode.m , 3010
Steganography-master/steganography/algorithms/steg_zk_encode.m , 5160
Steganography-master/steganography/defaults/steg_dct_default.m , 631
Steganography-master/steganography/defaults/steg_egypt_default.m , 841
Steganography-master/steganography/defaults/steg_fusion_default.m , 547
Steganography-master/steganography/defaults/steg_lsb_default.m , 478
Steganography-master/steganography/defaults/steg_wdct_default.m , 694
Steganography-master/steganography/defaults/steg_zk_default.m , 770
Steganography-master/steganography/helper/PSNR.m , 233
Steganography-master/steganography/helper/README.md , 760
Steganography-master/steganography/helper/base64decode.m , 3416
Steganography-master/steganography/helper/base64encode.m , 5227
Steganography-master/steganography/helper/bin2binimg.m , 1204
Steganography-master/steganography/helper/bin2binstr.m , 184
Steganography-master/steganography/helper/bin2str.m , 248
Steganography-master/steganography/helper/binimg2bin.m , 981
Steganography-master/steganography/helper/contrast_adjust.m , 407
Steganography-master/steganography/helper/create_directory_unique.m , 742
Steganography-master/steganography/helper/cs2cs.m , 1179
Steganography-master/steganography/helper/csvwrite_with_headers.m , 212
Steganography-master/steganography/helper/dwt2_pascal.m , 401
Steganography-master/steganography/helper/floorx.m , 231
Steganography-master/steganography/helper/generate_test_message.m , 489
Steganography-master/steganography/helper/hamming/correct_message.m , 210
Steganography-master/steganography/helper/hamming/error_check.m , 501
Steganography-master/steganography/helper/hamming/find_error.m , 429
Steganography-master/steganography/helper/hamming/generate_hamming_matrix.m , 420
Steganography-master/steganography/helper/hamming/insert_parity_bits.m , 562
Steganography-master/steganography/helper/hamming/insert_parity_spots.m , 581
Steganography-master/steganography/helper/hamming/main.m , 4497
Steganography-master/steganography/helper/hamming/message_decode.m , 196
Steganography-master/steganography/helper/hamming_decode.m , 675
Steganography-master/steganography/helper/hamming_decode_chunk.m , 330
Steganography-master/steganography/helper/hamming_encode.m , 333
Steganography-master/steganography/helper/hamming_encode_chunk.m , 325
Steganography-master/steganography/helper/hamming_nbp.m , 520
Steganography-master/steganography/helper/home_directory.m , 236
Steganography-master/steganography/helper/idwt2_pascal.m , 298
Steganography-master/steganography/helper/imload.m , 410
Steganography-master/steganography/helper/play_video.m , 918
Steganography-master/steganography/helper/py_spelling.m , 799
Steganography-master/steganography/helper/py_string_similarity.m , 885
Steganography-master/steganography/helper/python.m , 2927
Steganography-master/steganography/helper/python/difference.py , 213
Steganography-master/steganography/helper/python/difference_long.py , 161
Steganography-master/steganography/helper/python/spelling.py , 2286
Steganography-master/steganography/helper/python/spelling_long.py , 407
Steganography-master/steganography/helper/python/spelling_trainer.txt , 6488666
Steganography-master/steganography/helper/replace_with_custom_message.m , 372
Steganography-master/steganography/helper/str2bin.m , 172
Steganography-master/steganography/helper/string_similarity.m , 1753
Steganography-master/steganography/helper/test_data_save.m , 264
Steganography-master/steganography/helper/wavelet.m , 31008
Steganography-master/steganography/steganography_image_control.m , 2572
Steganography-master/steganography/steganography_image_dct.m , 4332
Steganography-master/steganography/steganography_image_egypt.m , 6072
Steganography-master/steganography/steganography_image_fusion.m , 3704
Steganography-master/steganography/steganography_image_lsb.m , 3188
Steganography-master/steganography/steganography_image_wdct.m , 3717
Steganography-master/steganography/steganography_image_zk.m , 4218
Steganography-master/steganography/steganography_init.m , 312
Steganography-master/steganography/steganography_statistics.m , 3200
Steganography-master/steganography/steganography_video.m , 8887
Steganography-master/tests/colourspace_test.m , 1065
Steganography-master/tests/difference_test.m , 2577
Steganography-master/tests/hamming_test.m , 1944
Steganography-master/tests/play_test.m , 121
Steganography-master/tests/random_bits_match_test.m , 634
Steganography-master/tests/spellcheck_test.m , 805
Steganography-master/tests/wavelet_test.m , 825
Steganography-master/tools/frequency_coefficient_finder.m , 2787
