Does anyone have Matlab code to filter images?
I am working to built modeling to image process that i need to filter image which show me clear to picture ,I can know the parameters of defect
What type of filter are you exactly looking for?
Do you have any specification?
Check these links out
https://www.mathworks.com/matlabcentral/fileexchange/37796-spatial-filtering-of-image
https://stackoverflow.com/questions/10672184/implementing-imfilter-in-matlab
https://in.mathworks.com/help/images/linear-filtering.html
you can check in the above link
Rabia Almamlook
With the following code, you may filer the image
I1 = imread('XXX.jpg') % add your image
g = fspecial('log',7,0.4) % creates a 7 /7 Log filer with std of 0.4
I2 = imfilter(i1,h); % applies filter to the raw image using imfilter
imshow(I2) % Displays your image
Please let me if this works
I'm working on Microbiology EQA program. I have confirmed E.coli strains in my lab. Now I want to transport them to other labs at a distance of 10-12 hrs. we don't want to use ice-packs during...
23 July 2024 1,855 0 View
Hello, I would like to know how to calculate the mass of an elliptical galaxy. If someone could explain the commonly used methods and formulas, it would be greatly appreciated. Additionally, could...
02 June 2024 3,239 10 View
Hello I would like to know : In the context of photovoltaic systems, if it is essential to integrate diodes into modular series and parallel chopper topologies? What is the significance of this...
11 May 2024 4,040 4 View
I want to know what changes i need to make for relaxing the structure for vibrational density of states and what is best way to proceed
05 March 2024 854 1 View
I worked on this topic in my master thesis now I want to work on this topic with addition of some more variables for phd,what variables would you guys suggest? thank you.
11 February 2024 2,762 1 View
I'm working on HGT of colistin resistance in E.coli. Is In most of the papers, E.coli J53 is used, I don't have that strain , can I use DH5-alpha for this purpose. Normally E.coli J53 has sodium...
31 January 2024 916 0 View
How does the emphasis on years of teaching experience vary between faculty recruitment practices in Malaysian and Pakistani higher education institutions?
28 January 2024 2,423 4 View
1. How do you think academic culture can influence teaching practices?
24 January 2024 5,739 10 View
I'm working on comparative genomics. I've to compare plasmids in terms of genes. In most of the papers, I've read about Easyfig. Initially, I faced trouble with blast downloading, later I...
20 January 2024 1,846 1 View
I'm performing conjugation assays in E.coli. I need E.coli J53 as recipient strain. This strain is not available in my university. If anyone have this strain in their lab kindly tell me. thankyou
13 January 2024 7,552 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
Hi researchers! I'm working on soil texture analysis, and the end result for sand is doubtful because there is black sediment appearing after drying, as shown in the figure. Is it considered sand?...
30 July 2024 557 2 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View
Hello, colleagues. Recently, I have been working on a metal processing simulation with my UMAT in Abaqus. I have outlined the corresponding simulation, but I keep encountering issues that cause...
30 July 2024 7,062 1 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
Please, what is the memory consumption of the Matlab function quad tree decomposition procedure [S = qtdecomp(I)] with respect to the input set I?
27 July 2024 5,455 2 View