I designed an image encryption and decryption algorithm in Qt Creator using C++. I used it to plot RGB histograms of the original encrypted and decrypted image. What other measures can I use to show that my algorithm is good?
-
The algorithm is a loss-less encryption algorithm.
-
Answer:
I think there are two important things. First, if it's a lossless algorithm, create as many test cases as possible. However, if it's a lossy compression algorithm, I'd look for the following: Image quality, as compared to JPEGs of the same size. Basically if you compare your image with the JPEG one, which one is closer to the original? With as many test cases as possible. Speed of the algorithm: how fast you can unpack the image, how much will it drain my battery? Again, a comparison with JPEG as the standing standard would be good. Do you own the rights on the compression method, or does it employ patented methods, like JPEG does? I would create an open source project like libpng and I would publish it, to also get feedback from other developers or image processing specialists.
Dorin LazÄr at Quora Visit the source
Related Q & A:
- Where can I save the image?Best solution by Stack Overflow
- How can i crop an image?Best solution by Stack Overflow
- How do I connect to SQL Server using C#?Best solution by Stack Overflow
- How do I generate barcode using c#?Best solution by Stack Overflow
- How can I put an image for my background on Myspace?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.