function DecImage=DecryptionEnImgKeyImageKeyDecimalKeyFeatureMN Encoded_EnImg=EncodeImageinto4SubcellMNEnImg; EncodedDNA_EnImg=EncodedImageIntoDNASeqenceMNEncoded_EnImgKeyDecimalKeyFeatur
def Decryption(EnImg, KeyImage, KeyDecimal, KeyFeature, M, N): Encoded_EnImg = EncodeImageinto4Subcell(M, N, EnImg) EncodedDNA_EnImg = EncodedImageIntoDNASeqence(M, N, Encoded_EnImg, KeyDecimal, KeyFeature) DifImgDNA = DiffusionDNA(EncodedDNA_EnImg, KeyImage, KeyDecimal, KeyFeature, M, N, 'Decryption') PerImageDNA = PermutationDNA(DifImgDNA, KeyDecimal, KeyFeature, M, N, 'Decryption') DecImage = DecodingDNAImage(M, N, PerImageDNA, KeyDecimal, KeyFeature) return DecImage
原文地址: https://www.cveoy.top/t/topic/iYY8 著作权归作者所有。请勿转载和采集!