Wednesday, December 13, 2023

Elliptical Curve Cryptography (ECC) Encryption & Decryption || MATLAB code || IEEE Project

In the constantly changing field of cybersecurity, reliable encryption techniques are now essential. Elliptic Curve Cryptography is one such encryption method that has become well-known for its effectiveness and security (ECC). The underlying ideas of ECC, its uses, and the subtleties of the encryption and decryption procedures are all covered in this blog post.

The Elliptic Curve Cryptography (ECC): An Overview

What is ECC?

Sunday, April 16, 2023

Face Recognition using PCA MATLAB code

Facial recognition has become a very popular technology in recent years, and one of the most commonly used algorithms for this task is Principal Component Analysis (PCA). In this blog post, we will explore how to implement a face recognition system using PCA in MATLAB, a popular programming language for scientific computing.

Face recognition is a challenging problem that involves detecting and identifying human faces from images or videos. One approach to solving this problem is to use PCA for feature extraction. The idea behind PCA is to transform the original high-dimensional image data into a lower-dimensional space while preserving as much information as possible.

Saturday, April 15, 2023

JPEG2000 MATLAB code

JPEG2000 is an image compression standard that is widely used in various fields, such as digital photography, medical imaging, and satellite imagery. It provides higher compression ratios and better image quality than its predecessor, JPEG. In this blog post, we will discuss how to implement JPEG2000 image compression using MATLAB code.

The JPEG2000 image compression process involves four main steps: Discrete Wavelet Transform (DWT), Quantization, Entropy Coding, and Bitstream Formation. Let's discuss each step in detail and see how to implement them in MATLAB.

Friday, March 24, 2023

MATLAB Code of Sickle Cell Detection using Image Processing

The cellular part of blood molecule contains several different cell types. One of the most important and the most numerous cell types are red blood cells. The other cell types are the white blood cells and platelets. Anemia is the most common disorder of the blood. “Anemia”, the name is derivative from the ancient Greek word anaimia, which means “Lack of Blood”. It is possible because of reduction in Red Blood Cells (RBCs) or resulting in lesser than normal quantity of haemoglobin in the blood. However, it can also include decreased oxygenbinding ability of each haemoglobin molecule due to deformity or lack in numerical development. Anemia is actually a sign of a disease process rather than being a disease itself. It can be either classified as acute or chronic. In chronic anemia, symptoms typically begin slowly and progress gradually; whereas in acute anemia, symptoms can be abrupt and more distressing. Among many factors, both nutritional (like vitamins and mineral deficiencies) and nonnutritional (like infection and haemoglobinopathies), that contribute to the onset of anemia; Iron Insuffiency and malaria plays a significant role. For men, anemia is typically defined as hemoglobin level of less than 13.5 g/dl and in women as hemoglobin of less than 12.0 g/dl.