SEDSCelestiaBPGC / Externally-Randomized-Encryption-Service

We aim to create a robust encryption algorithm using a randomly generated key and suitable ciphers.
GNU General Public License v3.0
1 stars 8 forks source link

Rice and Stones #1 #3

Closed AeishnaKhaund closed 3 years ago

AeishnaKhaund commented 3 years ago
AeishnaKhaund commented 3 years ago
AeishnaKhaund commented 3 years ago
Goku2699 commented 3 years ago

How are we using 2nd step in 3rd step?

Goku2699 commented 3 years ago

Also I'd like to take up this issue!!

gayatrip7 commented 3 years ago

The idea was that arrays are relatively easy to manipulate

Goku2699 commented 3 years ago

But using threshold function only the values of image are directly converted to make it black and white image.

AeishnaKhaund commented 3 years ago

@Goku2699 I dont see what the problem is. I think you're talking about the 'array of numbers' subtask. We simply meant you should use cv2.imread to load the images as arrays. Then you can use the threshold function to convert them. Is there still any confusion?