Submitted:
24 November 2023
Posted:
27 November 2023
Read the latest preprint version here
Abstract
Keywords:
1. Introduction
- This paper presents a robust and secure digital image watermarking technique implemented in the spatial domain. It leverages the erratic and chaotic behaviour of the elementary cellular automata rule-30 to enhance the security and robustness of the watermarking system.
- The suggested blind watermarking technique perfectly balances imperceptibility, capacity, and robustness. By downsizing the grayscale watermark image to its two Most Significant Bits (MSBs) and encrypting the 2-MSBs watermark using ECA rule-30, the security attribute of the system is enhanced. Scrambling the host image with ECA rule-30 also distributes the watermark pixels, maximizing robustness against geometrical attacks.
- The proposed method outperforms several systems with similar competencies regarding imperceptibility, capacity, and robustness. The simulation’s findings demonstrate strong imperceptibility, as evaluated by the Peak Signal-to-Noise Ratio (PSNR), with an average value of 58.3735 dB. The experimental outcomes across a diverse range of standardized attack scenarios establish the ascendancy of the proposed algorithm over competing methodologies in the field of image watermarking.
2. Related Work
2.1. Spatial Domain Algorithms
2.2. Transform Domain Algorithms
3. Methods and Materials
3.1. Cellular Automata
- is a D-dimensional lattice, i.e., a regular arrangement of lattice-sites/points in Euclidean space which is discrete and is closed under subtraction and addition, called cellular space.
- S is a finite set of states.
- N is a neighborhood vector , comprising of m different cells of and is identified separately for every cell of the lattice . For a given cell “x” a set of cells forms its neighborhood and from the property of lattice .
- is the local transition function known as the local rule in CA that synchronously updates the state of every cell based on the current state of the cells in its neighbourhood.


3.1.1. Elementary Cellular Automata (ECA)
- Class (I) Uniformity: The evolution of almost all the initial configurations rapidly leads to stable, uniform structures, thus completely losing randomness, if any.
- Class (II) Oscillation: The evolution of almost every initial configuration results in patterns that are either stable after a large number of generations or tend to repeat themselves. The initial configuration may lose some of its randomness, but some remains.
- Class (III) Random: The evolution of most of the initial configuration results in chaotic or completely pseudo-random sequences.
- Class (IV) Complexity: Almost all the initial configurations evolve into complex structures with intriguing ways of interaction.
3.2. Proposed Image Watermarking Scheme
3.2.1. The Secret Keys Generation Phase
3.2.2. The Watermark Preprocessing Phase
3.2.3. Downsizing The Watermark
3.2.4. Encrypting Watermark
3.2.5. The Host Image Scrambling Phase
| STEP 1: |
| for i=1 to RowSize do |
| for j=1 to colSize do |
| if scrambling_key(i,j) == 0 then |
| scrambled_host(row, col) = Host_Image (i,j); |
| end if |
| end for |
| end for |
| STEP 2: |
| for i=1 to RowSize do |
| for j=1 to colSize do |
| if scrambling_key(i,j) == 1 then |
| scrambled_host(row, col) = Host_Image (i,j); |
| end if |
| end for |
| end for |
3.2.6. The Watermark Embedding Phase
3.2.7. The Pseudocode Description of the Watermark Embedding Process.
| Algorithm 1 Watermark Embedding Algorithm |
|
Input: Host (Hm*Hn), Scrambling_key (Hm*Hn), Embedding_key (Wm*Wn), and Watermark(Wm*Wn).
Output: Watermarked_Image.
|
3.2.8. The Watermark Extraction Phase
4. Performance Analysis and Experimental Discussion
4.1. Experimental Setup
4.2. Performance Evaluation Metrics
4.2.1. Imperceptibility
-
Mean-Squared Error (MSE): The averaged intensity between the original host and the watermarked image is calculated using Mean Square Error. It gauges the degree to which a pixel varies from its original state. The smaller MSE value signifies that the watermarked image resembles the original host image. Equation (7) is used to determine MSE.Where HI(m,n) and WI(m,n) denote the pixel values at index (m,n) in the original host image and the watermarked image, respectively, and MxN is the size of the images.
- Root Mean-Squared Error (RMSE): It is a quality assessment metric that is used for the error magnitude evaluation. It is derived by simply square rooting the MSE as illustrated in Equation (8).
- Peak Signal-to-Noise Ratio (PSNR): The well-known image quality metric widely used to evaluate the perceptual quality of the watermarked images with reference to the original host images is PSNR. It is derived from the MSE and is expressed as the ratio of the maximum pixel intensity to the power of the distortion. The PSNR value should be at least greater than 35 dB; the higher PSNR value denotes better imperceptibility. Equation (9) is used to determine PSNR.
-
Structural Similarity (SSIM) Index: The perceptual quality assessment metric that is used to measure the similarity between the original host image and the watermarked image is SSIM. The watermarked image has great perceptual quality if the SSIM value is close to 1. The SSIM of the watermarked image with reference to the original host image is determined using Equation (10).Where µHI and µWI are the averages, and are the variances, and is the covariance of the original host image and watermarked image, respectively. C1 = (k1L)2 and C2 = (k2L)2; L = (2Bits/Pixel - 1), k1 = 0.01 and k2 = 0.03.
- Universal Quality Index (Q-Index): The distortion within an image is determined by the Q-Index. The range of the Q-Index is [-1 to 1], and its best possible value can be 1, indicating that the images are identical. The three parameters required to calculate the Q-Index are correlation, luminance, and contrast, which are calculated using Equation (11).
4.2.2. Robustness
-
Correlation Coefficient (CC): When evaluating a watermarking scheme’s robustness to various attacks and transformations, the correlation coefficient is an essential statistical measure to consider. It gives information about how well the system will maintain the watermark’s integrity and tolerate changes while retaining the ability to allow accurate watermark extraction. The correlation coefficient quantifies the intensity and direction of the linear relationship between the original watermark and the extracted watermark. Equation (12) can be used to determine the correlation coefficient value, which ranges from 0 to 1.Where OW(m,n) and EW(m,n) denote the pixel values at index (m,n) in the original watermark image and the extracted watermark image, respectively. The is the mean of the original watermark image, and the is the mean of the extracted watermark image.
- Bit Error Ratio (BER): The ratio of the total number of errored/corrupted bits to the total number of bits in the image is referred to as the bit error ratio and is calculated using Equation (13).
5. Comparative Analysis
5.1. Imperceptibility Analysis
5.2. Robustness Analysis
5.2.1. Robustness against Cropping Attacks
5.2.2. Robustness against Noise Attacks
5.2.3. Robustness against Sharpening Attacks
6. Conclusions and Future Work
Author Contributions
Acknowledgments
Conflicts of Interest
References
- Zhong, X.; Das, A.; Alrasheedi, F.; Tanvir, A. A Brief, In-Depth Survey of Deep Learning-Based Image Watermarking. Appl. Sci. 2023, 13, 11852. [Google Scholar] [CrossRef]
- Begum, M.; Uddin, M.S. Digital image watermarking techniques: A review. Information 2020, 11, 110. [Google Scholar] [CrossRef]
- Mousavi, S.M.; Naghsh, A.; Abu-Bakar, S. Watermarking techniques used in medical images: A survey. J. Digit. Imaging 2014, 27, 714–729. [Google Scholar] [CrossRef]
- Gomez-Coronel, S.L.; Moya-Albor, E.; Brieva, J.; Romero-Arellano, A. A Robust and Secure Watermarking Approach Based on Hermite Transform and SVD-DCT. Appl. Sci. 2023, 13, 8430. [Google Scholar] [CrossRef]
- Qasim, A.F.; Meziane, F.; Aspin, R. Digital watermarking: Applicability for developing trust in medical imaging workflows state of the art review. Comput. Sci. Rev. 2018, 27, 45–60. [Google Scholar] [CrossRef]
- Hasan, B.M.S.; Ameen, S.Y.; Hasan, O.M.S. Image authentication based on watermarking approach. Asian J. Res. Comput. Sci. 2021, 9, 34–51. [Google Scholar] [CrossRef]
- Adwan, O.; Awwad, A.A.; Sleit, A.; Alhoum, A.L.A. A novel watermarking scheme based on two dimensional cellular automata. Proceedings of the International Conference on Computers and Computing, World Scientific and Engineering Academy and Society (WSEAS). Canary Islands, Spain, 2011, pp. 88–94.
- Moniruzzaman, M.; Hawlader, M.A.K.; Hossain, M.F. Watermarking scheme based on game of life cellular automaton. 2014 International Conference on Informatics, Electronics & Vision (ICIEV). IEEE, 2014, pp. 1–6.
- BW, T.A.; Permana, F.P.; others. Medical image watermarking with tamper detection and recovery using reversible watermarking with LSB modification and run length encoding (RLE) compression. 2012 IEEE International Conference on Communication, Networks and Satellite (ComNetSat). IEEE, 2012, pp. 167–171.
- Manjula, G.; Danti, A. A novel hash based least significant bit (2-3-3) image steganography in spatial domain. arXiv 2015, arXiv:1503.03674. [Google Scholar]
- Abraham, J.; Paul, V. An imperceptible spatial domain color image watermarking scheme. J. King Saud-Univ.-Comput. Inf. Sci. 2019, 31, 125–133. [Google Scholar] [CrossRef]
- Zeki, A.; Abubakar, A.; Chiroma, H. An intermediate significant bit (ISB) watermarking technique using neural networks. SpringerPlus 2016, 5, 1–25. [Google Scholar] [CrossRef]
- Zhang, H.; Wang, C.; Zhou, X. Fragile watermarking based on LBP for blind tamper detection in images. J. Inf. Process. Syst. 2017, 13, 385–399. [Google Scholar]
- Kelkar, V.; Tuckley, K.; Nemade, H.; et al. Novel variants of a histogram shift-based reversible watermarking technique for medical images to improve hiding capacity. J. Healthc. Eng. 2017, 2017. [Google Scholar] [CrossRef] [PubMed]
- Nasir, M.; Jadoon, W.; Khan, I.A.; Gul, N.; Shah, S.; ELAffendi, M.; Muthanna, A. Secure Reversible Data Hiding in Images Based on Linear Prediction and Bit-Plane Slicing. Mathematics 2022, 10, 3311. [Google Scholar] [CrossRef]
- Zhang, F.; Luo, T.; Jiang, G.; Yu, M.; Xu, H.; Zhou, W. A novel robust color image watermarking method using RGB correlations. Multimed. Tools Appl. 2019, 78, 20133–20155. [Google Scholar] [CrossRef]
- Ko, H.J.; Huang, C.T.; Horng, G.; Shiuh-Jeng, W. Robust and blind image watermarking in DCT domain using inter-block coefficient correlation. Inf. Sci. 2020, 517, 128–147. [Google Scholar] [CrossRef]
- Zhang, Y.; Wang, Z.; Zhan, Y.; Meng, L.; Sun, J.; Wan, W. JND-aware robust image watermarking with tri-directional inter-block correlation. Int. J. Intell. Syst. 2021, 36, 7053–7079. [Google Scholar] [CrossRef]
- Chauhan, D.S.; Singh, A.K.; Adarsh, A.; Kumar, B.; Saini, J.P. Combining Mexican hat wavelet and spread spectrum for adaptive watermarking and its statistical detection using medical images. Multimed. Tools Appl. 2019, 78, 12647–12661. [Google Scholar] [CrossRef]
- Nguyen-Thanh, T.; Le-Tien, T. Study on Improved Cooperative Spread Spectrum Based Robust Blind Image Watermarking. J. Adv. Inf. Technol. Vol. 2020, 11. [Google Scholar] [CrossRef]
- Novamizanti, L.; Suksmono, A.B.; Danudirdjo, D.; Budiman, G. Robust Reversible Watermarking using Stationary Wavelet Transform and Multibit Spread Spectrum in Medical Images. Int. J. Intell. Eng. Syst. 2022, 15. [Google Scholar]
- Ye, R.; Li, H. A novel image scrambling and watermarking scheme based on cellular automata. 2008 International Symposium on Electronic Commerce and Security. IEEE, 2008, pp. 938–941.
- Ramos, A.M.; Artiles, J.A.; Chaves, D.P.; Pimentel, C. A Fragile Image Watermarking Scheme in DWT Domain Using Chaotic Sequences and Error-Correcting Codes. Entropy 2023, 25, 508. [Google Scholar] [CrossRef]
- Zhu, B.; Fan, X.; Zhang, T.; Zhou, X. Robust Blind Image Watermarking Using Coefficient Differences of Medium Frequency between Inter-Blocks. Electronics 2023, 12, 4117. [Google Scholar] [CrossRef]
- Laouamer, L.; Tayan, O. A semi-blind robust DCT watermarking approach for sensitive text images. Arab. J. Sci. Eng. 2015, 40, 1097–1109. [Google Scholar] [CrossRef]
- Roy, S.; Pal, A.K. A blind DCT based color watermarking algorithm for embedding multiple watermarks. AEU Int. J. Electron. Commun. 2017, 72, 149–161. [Google Scholar] [CrossRef]
- Liu, S.; Pan, Z.; Song, H. Digital image watermarking method based on DCT and fractal encoding. IET image processing 2017, 11, 815–821. [Google Scholar] [CrossRef]
- Singh, S.P.; Bhatnagar, G. A new robust watermarking system in integer DCT domain. J. Vis. Commun. Image Represent. 2018, 53, 86–101. [Google Scholar] [CrossRef]
- Ernawan, F.; Kabir, M.N. A robust image watermarking technique with an optimal DCT-psychovisual threshold. IEEE Access 2018, 6, 20464–20480. [Google Scholar] [CrossRef]
- Jana, M.; Jana, B. A new DCT based robust image watermarking scheme using cellular automata. Inf. Secur. Journal Glob. Perspect. 2022, 31, 527–543. [Google Scholar] [CrossRef]
- Pitsianis, N.; Tsalides, P.; Bleris, G.; Thanailakis, A.; Card, H. Deterministic one-dimensional cellular automata. J. Stat. Phys. 1989, 56, 99–112. [Google Scholar] [CrossRef]
- Wolfram, S. Universality and complexity in cellular automata. Phys. D Nonlinear Phenom. 1984, 10, 1–35. [Google Scholar] [CrossRef]
- Random Number Generation—Wolfram Language Documentation. Available online: https://reference.wolfram.com/language/tutorial/RandomNumberGeneration.html (accessed on 19 October 2023).
- Cattaneo, G.; Finelli, M.; Margara, L. Investigating topological chaos by elementary cellular automata dynamics. Theor. Comput. Sci. 2000, 244, 219–241. [Google Scholar] [CrossRef]
- Rukhin, A.; Soto, J.; Nechvatal, J.; Smid, M.; Barker, E.; Leigh, S.; Levenson, M.; Vangel, M.; Banks, D.; Heckert, A.; et al.. A Statistical Test Suite for Random and Pseudorandom Number Generators for Cryptographic Applications; US Department of Commerce, Technology Administration, National Institute of …, 2001; Volume 22.
- Gage, D.; Laub, E.; McGarry, B. Cellular automata: Is rule 30 random. Proceedings of the Midwest NKS Conference, Indiana University, 2005.
- S.Wolfram-Writings. r30img2.png (1240×642). Available online: https://content.wolfram.com/sites/43/2020/07/r30img2.png (accessed on 10 November 2023).
- S.Wolfram-Writings. r30img7.png (702×366). Available online: https://content.wolfram.com/sites/43/2020/07/r30img7.png (accessed on 10 November 2023).
- MathWorks - Makers of MATLAB and Simulink - MATLAB & Simulink, Version 9.8.0.1323502 Release 2020a; The Math Works, Inc., Feb 25,2020. Computer Software. Available online: https://in.mathworks.com/ (accessed on 9 November 2023).
- The University of Southern California. “SIPI Image Database”. Available online: https://sipi.usc.edu/database/database.php (accessed on 20 October 2023).
- Tseng, C.H.L.E.K.J. CIL:54816, Homo sapiens Linnaeus, 1758, epithelial cell. CIL. Dataset. CIL. Dataset. 2022. Available online: http://www.cellimagelibrary.org/images/54816#cite (accessed on 20 October 2023).
- Don Fox, University of Houston, G.P. The Cell Image Library. 2001. Available online: http://www.cellimagelibrary.org/images/CCDB_54#cite (accessed on 20 October 2023).
- Clark, K.; Vendt, B.; Smith, K.; Freymann, J.; Kirby, J.; Koppel, P.; Moore, S.; Phillips, S.; Maffitt, D.; Pringle, M.; others. The Cancer Imaging Archive (TCIA): Maintaining and operating a public information repository. J. Digit. Imaging 2013, 26, 1045–1057. [Google Scholar] [CrossRef]
- University of California, San Diego. The STARE Project. Available online: https://cecas.clemson.edu/~ahoover/stare/ (accessed on 20 October 2023).
- U.S. National Archives NextGen Catalog. Available online: https://catalog.archives.gov/ (accessed on 9 November 2023).
- National Aeronautics and Space Administration (NASA). “NASA Image and Video Library”, images.nasa.gov. Available online: https://images.nasa.gov/ (accessed on 9 November 2023).






| DATABASE | Grayscale Test Image Name and ID. | Test Image Size |
|---|---|---|
| USC-SIPI [40] | House (4.1.05) | 256x256 |
| Jelly beans (4.1.08) | 256x256 | |
| Fishing Boat (boat.512) | 512x512 | |
| Splash (4.2.01) | 512x512 | |
| Mandrill [a.k.a. Baboon] (4.2.03) | 512x512 | |
| Peppers (4.2.07) | 512x512 | |
| Stream and bridge (5.2.10) | 512x512 | |
| Truck (7.1.01) | 512x512 | |
| Pentagon (3.2.25) | 1024x1024 | |
| Male (5.3.01) | 1024x1024 | |
| Cell Image Library [41,42] | W9CCDB54 | 512x512 |
| W9CIL54816 | 524x581 | |
| Cancer Imaging Archive [43] | Brain MRI 55 | 256x256 |
| Brain MRI 63 | 256x256 | |
| Brain MRI 70 | 256x256 | |
| Chest CT 30 | 256x256 | |
| Chest CT 60 | 256x256 | |
| Chest CT 90 | 256x256 | |
| STARE [44] | im0001 | 700x605 |
| im0100 | 700x605 | |
| im0200 | 700x605 | |
| im0300 | 700x605 | |
| im0400 | 700x605 | |
| National Archives Catalog [45] | Galen Clark (NAID: 2581374) | 576x706 |
| General Douglas (NAID: 2595319) | 576x712 | |
| Turbine Power House (NAID: 1633561) | 576x718 | |
| Shipyard (NAID: 138930743) | 1024x1024 | |
| NASA [46] | Full Moon (NASA ID: as08-14-2505) | 256x256 |
| Venus (NASA ID: ARC-1981-A78-9176) | 256x256 | |
| Astronaut L. Gordon Cooper (NASA ID: jsc2013e076221) | 512x512 | |
| Panoramic view (NASA ID: as15-85-11363) | 512x512 | |
| Television (TV) monitor (NASA ID: S71-41509) | 512x512 | |
| Wallops Island (NASA ID: LRC-1960-B701_P-00652) | 512x512 | |
| Group Photo (NASA ID: E-14754) | 1024x1024 | |
| MATLAB Toolbox [39] | onion | 198x135 |
| pout | 240x291 | |
| cameraman | 256x256 | |
| forest | 447x301 | |
| spine | 490x367 | |
| lighthouse | 480x640 | |
| fabric | 640x480 | |
| flamingos | 1296x972 |
| Host Image Grayscale (8 bits/pixel) | Ye and Li. [22] | Adwan et al. [7] | Moniruzzaman et al. [8] | Proposed Scheme. | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| MSE | RMSE | PSNR | SSIM | Q-Index | MSE | RMSE | PSNR | SSIM | Q-Index | MSE | RMSE | PSNR | SSIM | Q-Index | MSE | RMSE | PSNR | SSIM | Q-Index | |
| House | 706.788 | 26.5855 | 19.6379 | 0.6311 | 0.9946 | 3.5433 | 1.8824 | 42.6368 | 0.988 | 0.9998 | 0.4315 | 0.6569 | 51.7808 | 0.9965 | 1 | 0.3165 | 0.5626 | 53.1273 | 0.9963 | 1 |
| Jelly beans | 807.4062 | 28.4149 | 19.0599 | 0.6258 | 0.9938 | 3.4273 | 1.8513 | 42.7813 | 0.9884 | 0.9999 | 0.4323 | 0.6575 | 51.7727 | 0.9956 | 1 | 0.3075 | 0.5545 | 53.2526 | 0.9957 | 1 |
| Fishing Boat | 107.4458 | 10.3656 | 27.8189 | 0.9345 | 0.9994 | 3.5374 | 1.8808 | 42.6439 | 0.992 | 0.9978 | 0.1081 | 0.3289 | 57.7907 | 0.9994 | 0.9999 | 0.0798 | 0.2824 | 59.1122 | 0.9993 | 1 |
| Splash | 219.654 | 14.8207 | 24.7134 | 0.8769 | 0.9843 | 3.4796 | 1.8654 | 42.7155 | 0.9871 | 0.9898 | 0.1076 | 0.328 | 57.8126 | 0.9989 | 0.9987 | 0.0785 | 0.2801 | 59.1843 | 0.9994 | 1 |
| Mandrill | 142.4066 | 11.9334 | 26.5955 | 0.9513 | 0.9984 | 3.4968 | 1.87 | 42.6941 | 0.9967 | 0.9998 | 0.1094 | 0.3308 | 57.7394 | 0.9997 | 1 | 0.0787 | 0.2805 | 59.1716 | 1 | 1 |
| Peppers | 134.3881 | 11.5926 | 26.8472 | 0.9049 | 0.9965 | 3.4876 | 1.8675 | 42.7056 | 0.9901 | 0.9994 | 0.1067 | 0.3266 | 57.8505 | 0.9992 | 1 | 0.0776 | 0.2785 | 59.2346 | 0.9995 | 1 |
| Stream & bridge | 154.5128 | 12.4303 | 26.2412 | 0.9341 | 0.9985 | 2.3214 | 1.5236 | 44.4734 | 0.9997 | 0.9999 | 0.0948 | 0.3079 | 58.3621 | 0.9997 | 1 | 0.0501 | 0.2238 | 61.1339 | 0.9999 | 1 |
| Truck | 123.524 | 11.1141 | 27.2133 | 0.9025 | 0.9982 | 3.1032 | 1.7616 | 43.2127 | 0.9928 | 0.9997 | 0.1098 | 0.3314 | 57.7247 | 0.9993 | 1 | 0.0742 | 0.2725 | 59.4246 | 0.9997 | 1 |
| Pentagon | 24.4735 | 4.9471 | 34.2438 | 0.9845 | 0.9999 | 3.3315 | 1.8252 | 42.9044 | 0.9936 | 0.9999 | 0.0281 | 0.1678 | 63.6373 | 0.9999 | 1 | 0.0196 | 0.1401 | 65.2026 | 0.9999 | 1 |
| Male | 49.4194 | 7.0299 | 31.1918 | 0.9724 | 0.9968 | 3.3181 | 1.8216 | 42.922 | 0.9857 | 0.9742 | 0.0273 | 0.1652 | 63.7709 | 0.9998 | 0.9995 | 0.0191 | 0.1381 | 65.3259 | 0.9999 | 1 |
| W9CCDB54 | 141.9224 | 11.9131 | 26.6103 | 0.9414 | 0.9992 | 3.5038 | 1.8718 | 42.6854 | 0.9974 | 0.9999 | 0.1065 | 0.3264 | 57.8561 | 0.9998 | 1 | 0.0773 | 0.2781 | 59.2483 | 0.9999 | 1 |
| W9CIL54816 | 418.3748 | 20.4542 | 21.9151 | 0.8796 | 0.9982 | 3.4951 | 1.8695 | 42.6962 | 0.9879 | 0.9999 | N/A | N/A | N/A | N/A | N/A | 0.0665 | 0.2579 | 59.9031 | 0.9992 | 1 |
| Brain MRI 55 | 1321.8654 | 36.3575 | 16.9189 | 0.6654 | 0.8857 | 3.5439 | 1.8825 | 42.636 | 0.9683 | 0.9053 | 0.4535 | 0.6734 | 51.5653 | 0.9969 | 0.9716 | 0.307 | 0.554 | 53.26 | 0.9965 | 0.9654 |
| Brain MRI 63 | 1371.5278 | 37.0341 | 16.7588 | 0.6728 | 0.8771 | 3.5334 | 1.8797 | 42.6489 | 0.9673 | 0.9039 | 0.4483 | 0.6695 | 51.6152 | 0.997 | 0.9732 | 0.3125 | 0.559 | 53.1827 | 0.9968 | 0.9673 |
| Brain MRI 70 | 1240.2223 | 35.2168 | 17.1958 | 0.6783 | 0.8869 | 3.4719 | 1.8633 | 42.7252 | 0.9656 | 0.8965 | 0.4599 | 0.6782 | 51.5037 | 0.9968 | 0.9675 | 0.3096 | 0.5564 | 53.2224 | 0.9969 | 0.973 |
| Chest CT 30 | 1195.4414 | 34.5752 | 17.3555 | 0.6182 | 0.8647 | 3.4924 | 1.8688 | 42.6995 | 0.9861 | 0.9708 | 0.4261 | 0.6528 | 51.8355 | 0.9973 | 0.9935 | 0.3117 | 0.5583 | 53.1929 | 0.9969 | 0.9836 |
| Chest CT 60 | 1008.4899 | 31.7567 | 18.0941 | 0.6612 | 0.9002 | 3.4553 | 1.8588 | 42.746 | 0.9886 | 0.9861 | 0.4167 | 0.6456 | 51.9321 | 0.9975 | 0.9931 | 0.3088 | 0.5557 | 53.2341 | 0.9977 | 0.9951 |
| Chest CT 90 | 906.1802 | 30.1028 | 18.5587 | 0.6429 | 0.926 | 3.4841 | 1.8666 | 42.7099 | 0.9898 | 0.9867 | 0.4278 | 0.654 | 51.8186 | 0.9976 | 0.9981 | 0.3123 | 0.5588 | 53.1855 | 0.9976 | 0.9929 |
| im0001 | 116.7653 | 10.8058 | 27.4577 | 0.9203 | 0.9884 | 3.5229 | 1.8769 | 42.6618 | 0.9808 | 0.9886 | N/A | N/A | N/A | N/A | N/A | 0.0498 | 0.2232 | 61.1577 | 0.9994 | 0.9944 |
| im0100 | 142.0792 | 11.9197 | 26.6055 | 0.9165 | 0.983 | 3.4819 | 1.866 | 42.7126 | 0.9815 | 0.9882 | N/A | N/A | N/A | N/A | N/A | 0.0477 | 0.2183 | 61.3478 | 0.9994 | 0.9949 |
| im0200 | 110.341 | 10.5043 | 27.7034 | 0.9375 | 0.9912 | 3.4785 | 1.8651 | 42.7169 | 0.9814 | 0.9779 | N/A | N/A | N/A | N/A | N/A | 0.0485 | 0.2203 | 61.2691 | 0.9995 | 0.9987 |
| im0300 | 165.518 | 12.8654 | 25.9424 | 0.9307 | 0.9831 | 3.5117 | 1.874 | 42.6756 | 0.9795 | 0.9819 | N/A | N/A | N/A | N/A | N/A | 0.0484 | 0.2199 | 61.2846 | 0.9995 | 0.9995 |
| im0400 | 187.5904 | 13.6964 | 25.3987 | 0.9216 | 0.9767 | 3.5083 | 1.873 | 42.6799 | 0.9814 | 0.9882 | N/A | N/A | N/A | N/A | N/A | 0.0483 | 0.2199 | 61.2875 | 0.9994 | 0.9967 |
| Galen Clark | 219.0054 | 14.7988 | 24.7263 | 0.9173 | 0.9988 | 3.4882 | 1.8677 | 42.7048 | 0.9903 | 0.9996 | N/A | N/A | N/A | N/A | N/A | 0.0493 | 0.222 | 61.2026 | 0.9995 | 1 |
| General Douglas | 126.4171 | 11.2435 | 27.1127 | 0.9361 | 0.9987 | 3.5261 | 1.8778 | 42.6579 | 0.9899 | 0.9997 | N/A | N/A | N/A | N/A | N/A | 0.0495 | 0.2225 | 61.1849 | 0.9995 | 1 |
| Turbine Powerhouse | 81.485 | 9.0269 | 29.02 | 0.9484 | 0.9996 | 3.5431 | 1.8823 | 42.637 | 0.991 | 0.9997 | N/A | N/A | N/A | N/A | N/A | 0.0491 | 0.2215 | 61.2241 | 0.9996 | 1 |
| Shipyard | 82.3662 | 9.0756 | 28.9733 | 0.9646 | 0.9986 | 3.4589 | 1.8598 | 42.7414 | 0.9863 | 0.9991 | 0.027 | 0.1644 | 63.8128 | 0.9997 | 0.9999 | 0.0187 | 0.1368 | 65.4111 | 0.9997 | 1 |
| Full Moon | 1932.9835 | 43.9657 | 15.2685 | 0.5331 | 0.5945 | 3.4339 | 1.8531 | 42.7729 | 0.8521 | 0.4952 | 0.3377 | 0.5811 | 52.846 | 0.9951 | 0.6737 | 0.1859 | 0.4312 | 55.437 | 0.9959 | 0.7825 |
| Venus 1418.0432 | 37.6569 | 16.6139 | 0.5307 | 0.8388 | 3.5109 | 1.8737 | 42.6767 | 0.9267 | 0.8234 | 0.4609 | 0.6789 | 51.4945 | 0.9917 | 0.8314 | 0.3257 | 0.5707 | 53.0022 | 0.9906 | 0.901 | |
| Astronaut L. Gordon Cooper | 280.3742 | 16.7444 | 23.6534 | 0.8875 | 0.9914 | 3.5046 | 1.8721 | 42.6844 | 0.9922 | 0.9986 | 0.1089 | 0.3301 | 57.7586 | 0.9992 | 0.9991 | 0.0781 | 0.2794 | 59.205 | 0.9994 | 0.9998 |
| Panoramic view | 543.8697 | 23.321 | 20.7759 | 0.8449 | 0.8448 | 1.9811 | 1.4075 | 45.1617 | 0.9827 | 0.9566 | 0.1719 | 0.4146 | 55.7774 | 0.9971 | 0.564 | 0.1085 | 0.3293 | 57.7778 | 0.9939 | 0.9368 |
| Television (TV) monitor | 103.2832 | 10.1628 | 27.9905 | 0.9299 | 0.9993 | 3.5 | 1.8708 | 42.6901 | 0.9913 | 0.9986 | 0.1057 | 0.3252 | 57.8891 | 0.9993 | 1 | 0.0776 | 0.2785 | 59.2338 | 0.9995 | 1 |
| Wallops Island | 283.8586 | 16.8481 | 23.5998 | 0.9104 | 0.9834 | 3.4603 | 1.8602 | 42.7397 | 0.9859 | 0.9795 | 0.1058 | 0.3253 | 57.8862 | 0.9994 | 0.9984 | 0.077 | 0.2774 | 59.2672 | 0.9993 | 0.9999 |
| Group Photo | 23.5546 | 4.8533 | 34.4101 | 0.9848 | 0.9999 | 3.4784 | 1.8651 | 42.717 | 0.9893 | 0.9966 | 0.0269 | 0.164 | 63.8354 | 0.9998 | 0.9998 | 0.0198 | 0.1408 | 65.1603 | 0.9997 | 1 |
| onion | 1826.7066 | 42.74 | 15.5141 | 0.2221 | 0.9379 | 3.4554 | 1.8589 | 42.7458 | 0.9884 | 0.9996 | N/A | N/A | N/A | N/A | N/A | 0.7466 | 0.8641 | 49.3998 | 0.9944 | 1 |
| pout | 390.0869 | 19.7506 | 22.2192 | 0.6407 | 0.9948 | 3.6359 | 1.9068 | 42.5246 | 0.9881 | 0.9998 | N/A | N/A | N/A | N/A | N/A | 0.2862 | 0.5349 | 53.5648 | 0.9969 | 1 |
| cameraman | 865.088 | 29.4124 | 18.7602 | 0.6505 | 0.9449 | 3.4359 | 1.8536 | 42.7703 | 0.9872 | 0.966 | 0.4228 | 0.6502 | 51.8699 | 0.9967 | 0.9919 | 0.3079 | 0.5549 | 53.2466 | 0.9962 | 0.9994 |
| forest | 585.955 | 24.2065 | 20.4522 | 0.8133 | 0.9434 | 4.2363 | 2.0582 | 41.861 | 0.9919 | 0.9903 | N/A | N/A | N/A | N/A | N/A | 0.1577 | 0.3971 | 56.1529 | 0.9996 | 1 |
| spine | 432.4444 | 20.7953 | 21.7715 | 0.8352 | 0.9192 | 2.499 | 1.5808 | 44.1532 | 0.9767 | 0.9487 | N/A | N/A | N/A | N/A | N/A | 0.1506 | 0.3881 | 56.3529 | 0.9949 | 0.9621 |
| lighthouse | 143.2877 | 11.9703 | 26.5687 | 0.9186 | 0.9962 | 3.4674 | 1.8621 | 42.7308 | 0.9884 | 0.9994 | N/A | N/A | N/A | N/A | N/A | 0.0662 | 0.2573 | 59.9236 | 0.9993 | 1 |
| fabric | 113.3036 | 10.6444 | 27.5884 | 0.9412 | 0.9983 | 3.4939 | 1.8692 | 42.6977 | 0.996 | 0.9986 | N/A | N/A | N/A | N/A | N/A | 0.0661 | 0.2571 | 59.9279 | 0.9998 | 1 |
| flamingos | 45.3042 | 6.7308 | 31.5694 | 0.9788 | 0.9984 | 3.5002 | 1.8709 | 42.6899 | 0.992 | 0.9996 | N/A | N/A | N/A | N/A | N/A | 0.0161 | 0.1268 | 66.0691 | 1 | 1 |
| Host Image Grayscale (8 bits/pixel) | Crop All Sides (6%) | Crop Top-Left (10%) | Crop Top-Right (10%) | Crop Bottom-Left (20%) | Crop Bottom-Right (20%) | Crop Center (35%) | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CC | NEB | BER | CC | NEB | BER | CC | NEB | BER | CC | NEB | BER | CC | NEB | BER | CC | NEB | BER | |
| House | 0.9632 | 195 | 0.003 | 0.9854 | 75 | 0.0011 | 0.9844 | 86 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 | 0.9637 | 148 | 0.0023 |
| Jelly beans | 0.9632 | 195 | 0.003 | 0.9854 | 75 | 0.0011 | 0.9844 | 86 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 | 0.9637 | 148 | 0.0023 |
| Fishing Boat | 0.9084 | 535 | 0.0082 | 0.9506 | 263 | 0.004 | 0.9488 | 263 | 0.004 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Splash | 0.9084 | 535 | 0.0082 | 0.9506 | 263 | 0.004 | 0.9488 | 263 | 0.004 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Mandrill | 0.9084 | 535 | 0.0082 | 0.9506 | 263 | 0.004 | 0.9488 | 263 | 0.004 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Peppers | 0.9084 | 535 | 0.0082 | 0.9506 | 263 | 0.004 | 0.9488 | 263 | 0.004 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Stream & bridge | 0.9084 | 535 | 0.0082 | 0.9506 | 263 | 0.004 | 0.9488 | 263 | 0.004 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Truck | 0.9084 | 535 | 0.0082 | 0.9506 | 263 | 0.004 | 0.9488 | 263 | 0.004 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Pentagon | 0.6258 | 2335 | 0.0356 | 0.9169 | 437 | 0.0067 | 0.9206 | 434 | 0.0066 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Male | 0.6258 | 2335 | 0.0356 | 0.9169 | 437 | 0.0067 | 0.9206 | 434 | 0.0066 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| W9CCDB54 | 0.9084 | 535 | 0.0082 | 0.9506 | 263 | 0.004 | 0.9488 | 263 | 0.004 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| W9CIL54816 | 0.8645 | 809 | 0.0123 | 0.9441 | 313 | 0.0048 | 0.941 | 342 | 0.0052 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Brain MRI 55 | 0.9632 | 195 | 0.003 | 0.9854 | 75 | 0.0011 | 0.9844 | 86 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 | 0.9637 | 148 | 0.0023 |
| Brain MRI 63 | 0.9632 | 195 | 0.003 | 0.9854 | 75 | 0.0011 | 0.9844 | 86 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 | 0.9637 | 148 | 0.0023 |
| Brain MRI 70 | 0.9632 | 195 | 0.003 | 0.9854 | 75 | 0.0011 | 0.9844 | 86 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 | 0.9637 | 148 | 0.0023 |
| Chest CT 30 | 0.9632 | 195 | 0.003 | 0.9854 | 75 | 0.0011 | 0.9844 | 86 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 | 0.9637 | 148 | 0.0023 |
| Chest CT 60 | 0.9632 | 195 | 0.003 | 0.9854 | 75 | 0.0011 | 0.9844 | 86 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 | 0.9637 | 148 | 0.0023 |
| Chest CT 90 | 0.9632 | 195 | 0.003 | 0.9854 | 75 | 0.0011 | 0.9844 | 86 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 | 0.9637 | 148 | 0.0023 |
| im0001 | 0.8285 | 1044 | 0.0159 | 0.9196 | 440 | 0.0067 | 0.915 | 458 | 0.007 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| im0100 | 0.8285 | 1044 | 0.0159 | 0.9196 | 440 | 0.0067 | 0.915 | 458 | 0.007 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| im0200 | 0.8285 | 1044 | 0.0159 | 0.9196 | 440 | 0.0067 | 0.915 | 458 | 0.007 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| im0300 | 0.8285 | 1044 | 0.0159 | 0.9196 | 440 | 0.0067 | 0.915 | 458 | 0.007 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| im0400 | 0.8285 | 1044 | 0.0159 | 0.9196 | 440 | 0.0067 | 0.915 | 458 | 0.007 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Galen Clark | 0.8133 | 1125 | 0.0172 | 0.9065 | 491 | 0.0075 | 0.9154 | 456 | 0.007 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| General Douglas | 0.8537 | 876 | 0.0134 | 0.912 | 463 | 0.0071 | 0.9103 | 467 | 0.0071 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Turbine Power House | 0.8537 | 876 | 0.0134 | 0.912 | 463 | 0.0071 | 0.9103 | 467 | 0.0071 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Shipyard | 0.6258 | 2335 | 0.0356 | 0.9169 | 437 | 0.0067 | 0.9206 | 434 | 0.0066 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Full Moon | 0.9632 | 195 | 0.003 | 0.9854 | 75 | 0.0011 | 0.9844 | 86 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 | 0.9637 | 148 | 0.0023 |
| Venus | 0.9632 | 195 | 0.003 | 0.9854 | 75 | 0.0011 | 0.9844 | 86 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 | 0.9637 | 148 | 0.0023 |
| Astronaut L. Gordon Cooper | 0.9084 | 535 | 0.0082 | 0.9506 | 263 | 0.004 | 0.9488 | 263 | 0.004 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Panoramic view | 0.9084 | 535 | 0.0082 | 0.9506 | 263 | 0.004 | 0.9488 | 263 | 0.004 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Television (TV) monitor | 0.9084 | 535 | 0.0082 | 0.9506 | 263 | 0.004 | 0.9488 | 263 | 0.004 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Wallops Island | 0.9084 | 535 | 0.0082 | 0.9506 | 263 | 0.004 | 0.9488 | 263 | 0.004 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Group Photo | 0.6258 | 2335 | 0.0356 | 0.9169 | 437 | 0.0067 | 0.9206 | 434 | 0.0066 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| onion | 0.9766 | 114 | 0.0017 | 0.9956 | 24 | 3.66e-4 | 0.9941 | 32 | 4.88e-4 | 1 | 0 | 0 | 1 | 0 | 0 | 0.7833 | 1399 | 0.0213 |
| pout | 0.9631 | 186 | 0.0028 | 0.9863 | 71 | 0.0011 | 0.9868 | 65 | 9.92e-4 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| cameraman | 0.9632 | 195 | 0.003 | 0.9854 | 75 | 0.0011 | 0.9844 | 86 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 | 0.9637 | 148 | 0.0023 |
| forest | 0.9037 | 548 | 0.0084 | 0.9717 | 155 | 0.0024 | 0.9695 | 163 | 0.0025 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| spine | 0.9112 | 512 | 0.0078 | 0.9642 | 197 | 0.003 | 0.9563 | 231 | 0.0035 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| lighthouse | 0.8781 | 719 | 0.011 | 0.9425 | 331 | 0.0051 | 0.9422 | 354 | 0.0054 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| fabric | 0.8907 | 649 | 0.0099 | 0.9414 | 328 | 0.005 | 0.9478 | 302 | 0.0046 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| flamingos | 0.6203 | 2390 | 0.0365 | 0.9096 | 498 | 0.0076 | 0.9143 | 480 | 0.0073 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
| Host Image Grayscale (8 bits/pixel) |
Salt & Pepper Noise Density = (0.01) |
Speckle Variance = (0.01) |
Sharpening (Radius = 0.3 & Amount = 0.5) |
Sharpening (Radius = 0.4 & Amount = 0.1) |
||||||||
| CC | NEB | BER | CC | NEB | BER | CC | NEB | BER | CC | NEB | BER | |
| House | 0.9964 | 18 | 2.75e-4 | 0.9826 | 87 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 |
| Jelly bean | 0.9981 | 10 | 1.53e-4 | 0.9861 | 73 | 0.0011 | 1 | 0 | 0 | 1 | 0 | 0 |
| Fishing Boat | 0.9977 | 10 | 1.53e-4 | 0.985 | 77 | 0.0012 | 0.9999 | 1 | 1.53e-5 | 0.9884 | 66 | 0.001 |
| Splash | 0.9993 | 7 | 1.07e-4 | 0.9874 | 68 | 0.001 | 1 | 0 | 0 | 0.9995 | 2 | 3.05e-5 |
| Mandrill | 0.9985 | 7 | 1.07e-4 | 0.9858 | 76 | 0.0012 | 0.9939 | 31 | 4.73e-4 | 0.7494 | 1589 | 0.0242 |
| Peppers | 0.9984 | 8 | 1.22e-4 | 0.9853 | 79 | 0.0012 | 1 | 0 | 0 | 0.9989 | 6 | 9.16e-5 |
| Stream & bridge | 0.9984 | 8 | 1.22e-4 | 0.9858 | 75 | 0.0011 | 0.998 | 16 | 2.44e-4 | 0.8942 | 618 | 0.0094 |
| Truck | 0.9986 | 8 | 1.22e-4 | 0.9871 | 70 | 0.0011 | 1 | 0 | 0 | 0.9994 | 3 | 4.58e-5 |
| Pentagon | 0.9982 | 7 | 1.07e-4 | 0.983 | 90 | 0.0014 | 1 | 0 | 0 | 0.9897 | 50 | 7.63e-4 |
| Male | 0.9964 | 17 | 2.59e-4 | 0.985 | 76 | 0.0012 | 1 | 0 | 0 | 0.9995 | 2 | 3.05e-5 |
| W9CCDB54 | 0.9958 | 20 | 3.05e-4 | 0.9881 | 68 | 0.001 | 1 | 0 | 0 | 1 | 0 | 0 |
| W9CIL54816 | 0.9991 | 6 | 9.16e-5 | 0.9855 | 73 | 0.0011 | 1 | 0 | 0 | 1 | 0 | 0 |
| Brain MRI 55 | 0.9982 | 7 | 1.07e-4 | 0.9849 | 80 | 0.0012 | 0.9995 | 2 | 3.05e-5 | 0.9688 | 171 | 0.0026 |
| Brain MRI 63 | 0.9989 | 7 | 1.07e-4 | 0.9857 | 70 | 0.0011 | 0.9974 | 11 | 1.68e-4 | 0.9353 | 349 | 0.0053 |
| Brain MRI 70 | 0.9989 | 6 | 9.16e-5 | 0.9848 | 89 | 0.0014 | 0.9998 | 4 | 6.10e-5 | 0.9619 | 215 | 0.0033 |
| Chest CT 30 | 0.9978 | 12 | 1.83e-4 | 0.9846 | 85 | 0.0013 | 1 | 0 | 0 | 0.9849 | 65 | 9.92e-4 |
| Chest CT 60 | 0.9986 | 8 | 1.22e-4 | 0.9854 | 83 | 0.0013 | 1 | 0 | 0 | 0.992 | 44 | 6.71e-4 |
| Chest CT 90 | 0.9987 | 7 | 1.07e-4 | 0.9857 | 72 | 0.0011 | 1 | 0 | 0 | 0.9918 | 47 | 7.17e-4 |
| im0001 | 0.9978 | 9 | 1.37e-4 | 0.9856 | 78 | 0.0012 | 1 | 0 | 0 | 1 | 0 | 0 |
| im0100 | 0.9993 | 3 | 4.58e-5 | 0.9854 | 78 | 0.0012 | 1 | 0 | 0 | 1 | 0 | 0 |
| im0200 | 0.9978 | 11 | 1.68e-4 | 0.982 | 85 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 |
| im0300 | 0.999 | 7 | 1.07e-4 | 0.9871 | 69 | 0.0011 | 1 | 0 | 0 | 1 | 0 | 0 |
| im0400 | 0.9976 | 10 | 1.53e-4 | 0.9874 | 70 | 0.0011 | 1 | 0 | 0 | 1 | 0 | 0 |
| Galen Clark | 0.9989 | 6 | 9.16e-5 | 0.9836 | 82 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 |
| General Douglas | 0.9984 | 8 | 1.22e-4 | 0.9829 | 78 | 0.0012 | 1 | 0 | 0 | 0.9988 | 7 | 1.07e-4 |
| Turbine Power House | 0.9985 | 10 | 1.53e-4 | 0.9858 | 76 | 0.0012 | 1 | 0 | 0 | 0.9995 | 2 | 3.05e-5 |
| Shipyard | 0.9993 | 5 | 7.63e-5 | 0.9879 | 69 | 0.0011 | 1 | 0 | 0 | 0.9977 | 14 | 2.14e-4 |
| Full Moon | 0.9989 | 6 | 9.16e-5 | 0.9825 | 86 | 0.0013 | 0.9973 | 13 | 1.98e-4 | 0.9875 | 68 | 0.001 |
| Venus | 0.999 | 5 | 7.63e-5 | 0.9865 | 74 | 0.0011 | 0.9923 | 47 | 7.17e-4 | 0.983 | 94 | 0.0014 |
| Astronaut L. Gordon Cooper | 0.9986 | 9 | 1.37e-4 | 0.9813 | 95 | 0.0014 | 0.9671 | 164 | 0.0025 | 0.8148 | 1130 | 0.0172 |
| Panoramic view | 0.9986 | 7 | 1.07e-4 | 0.9825 | 88 | 0.0013 | 1 | 0 | 0 | 1 | 0 | 0 |
| Television (TV) monitor | 0.9985 | 7 | 1.07e-4 | 0.9839 | 82 | 0.0013 | 1 | 0 | 0 | 0.956 | 239 | 0.0036 |
| Wallops Island | 0.9974 | 13 | 1.98e-4 | 0.9844 | 83 | 0.0013 | 0.9899 | 56 | 8.54e-4 | 0.9294 | 388 | 0.0059 |
| Group Photo | 0.9991 | 4 | 6.10e-5 | 0.9847 | 81 | 0.0012 | 1 | 0 | 0 | 1 | 0 | 0 |
| onion | 0.9972 | 15 | 2.29e-4 | 0.9871 | 72 | 0.0011 | 1 | 0 | 0 | 0.9951 | 23 | 3.51e-4 |
| pout | 0.9973 | 14 | 2.14e-4 | 0.9855 | 75 | 0.0011 | 1 | 0 | 0 | 1 | 0 | 0 |
| cameraman | 0.9991 | 5 | 7.63e-5 | 0.9857 | 72 | 0.0011 | 0.9908 | 44 | 6.71e-4 | 0.9308 | 406 | 0.0062 |
| forest | 0.9997 | 2 | 3.05e-5 | 0.9853 | 81 | 0.0012 | 0.9969 | 13 | 1.98e-4 | 0.9045 | 548 | 0.0084 |
| spine | 0.998 | 8 | 1.22e-4 | 0.9859 | 73 | 0.0011 | 1 | 0 | 0 | 1 | 0 | 0 |
| lighthouse | 0.9981 | 10 | 1.53e-4 | 0.9855 | 73 | 0.0011 | 1 | 0 | 0 | 1 | 0 | 0 |
| fabric | 0.9998 | 4 | 6.10e-5 | 0.9835 | 85 | 0.0013 | 1 | 0 | 0 | 0.9955 | 23 | 3.51e-4 |
| flamingos | 0.9991 | 6 | 9.16e-5 | 0.9819 | 92 | 0.0014 | 0.9995 | 2 | 3.05e-5 | 0.9959 | 23 | 3.51e-4 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).