i use the DWT transform to take comparison between the original image and LL sub-band of same image to make a diffidence or recognizing the received data is pure image or noisy data.
appcoef2: -
https://www.mathworks.com/help/wavelet/ref/appcoef2.html
OR : if you use dwt2 - https://www.mathworks.com/help/wavelet/ref/dwt2.html
The "Ca" are the approximate coefficients
% MATLAB CODE
% Max_level = maximum number of levels you want to decompose the image in wavelet. for example 2 or 3 or .....
% Transformation_Method = The transformation method which you want to use for example 'haar' wavelet, debuchies wavelet('db1',.... etc)
% Level_of_transform = on how much level of transform you want to decompose the image (1, 2, 3.... etc)
I = imread('image.jpg');
[C1,S1] = wavedec2(I,Max_level,Transformation_Method );
data = appcoef2(C1,S1,Transformation_Method , Level_of_transform);
hope it will help you
DSP question
03 April 2016 3,121 0 View
After immunohistochemistry of previously fixed in PFA and EtOH and then frozen 20 μm sections of zebrafish brain, DAPI staining is very weak (right) compared to the same sections stained without...
05 August 2024 9,637 2 View
Hi everyone I need a file with a dirty and clean potato image
04 August 2024 7,199 4 View
I fabricated Ti3C2Tx using concentrated HF 40%, I plot an XRD as attached image below.. please let to know if I obtained it or not.
02 August 2024 6,789 4 View
Dear researchers. I tried using the IHC PROFILER in image j to quantify nuclear DAB staining. I followed the instructions in the original article by "Varghese F, Bukhari AB, Malhotra R, De A...
29 July 2024 2,229 0 View
My question pertaining to the DAB staining in cytoplasm of human oral squamous cell carcinoma tissue. When quantifying the epithelial cancer cells do we have to crop remove the stromal tissue?...
29 July 2024 2,682 6 View
In my molecule there is Chloro group at 2-position of phenyl ring, but in 2D image it appears as methyl showing no interaction.
28 July 2024 734 0 View
The above are manually labeled extrinsic matrices based on the first image It can be seen that the projection error at the edge is large, while the error at the center is small. What could be the...
23 July 2024 7,479 3 View
Machine Learning for Automated Diagnosis of Skin Cancer with Dermoscopy Images
21 July 2024 5,471 0 View
Anomaly detection in scanned image data set
18 July 2024 3,578 3 View
I have been running native page for FAM DNA substrate ( fluorescence samples) for protein DNA binding reaction. Binding is there but towards the end of the lane , I am loosing signals...
17 July 2024 6,213 4 View