Effacer les filtres
Effacer les filtres

adjacent pixel before and after encryption

2 vues (au cours des 30 derniers jours)
assaad el makhloufi
assaad el makhloufi le 31 Déc 2020
  • I wonder if my result of the adjacent pixel is correct before and after encryption for vertical, horizontal. I'm also including the histograms of my encryption image, with the image results.
  17 commentaires
Walter Roberson
Walter Roberson le 1 Jan 2021
Yes, use png or bmp images.
Image Analyst
Image Analyst le 1 Jan 2021
Yes, in general, but then like I said you wouldn't use GLCM I don't think, but maybe you would. Try it and see. But with a binary image like you have the difference between adjacent pixels will always be 0 or some other single number (the gray level difference). Still not sure what you're after because you didn't explain any of me questions in the last paragraph.

Connectez-vous pour commenter.

Réponses (1)

assaad el makhloufi
assaad el makhloufi le 1 Jan 2021
For bmp and png they give the same results . I have need to plot this 3 type of adjacent pixel for my image ( image is generated by envi software map) .
1- histograme of orig image (map)
2- adjacent pixel for orig image( vertical, horizon, diagonal)
3-histograme of encrypted image ( the encryption image was generated by vhdl with text file) , for that i need to converted to encrypted image and display the histogram
4-adjacent pixel for encryption image( vertical, horizon, diagonal)
5- Comparaison between orig and encrypted image.
  6 commentaires
Image Analyst
Image Analyst le 2 Jan 2021
If you really want to know how many times graylevel1 occurs next to graylevel2, in each direction, then you can use graycomatrix(), like the attached example.
assaad el makhloufi
assaad el makhloufi le 2 Jan 2021
thankyou verry much for both of you for this explication and idea , i will go throught this direction.

Connectez-vous pour commenter.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by