Hi all,
I have the image of the crown of a tree and I need to find its fractal dimension.Can anyone help me how to get the fractal dimension in my image and how I can animate it like the attached file in Matlab?
Thank you,
Mojtaba
Hi, copy and paste to Matlab the code written below, please.
It is ready to use. There is much more code beacause I use the L* a*, b* color space in my project.
clear;[nz,s]=uigetfile('*.*','the image select'); rgbI=imread([s,nz]);A=rgb2gray(rgbI);imshow(rgbI)
labTransormation=makecform('srgb2lab');labI=applycform(rgbI,labTransormation);
l=labI(:,:,1); a=labI(:,:,2); b=labI(:,:,3); BW=edge(A,'Canny',[]);figure;imshow(BW);figure;fractalbox1(BW);
Best regards
Adam
Hi Adam,
Thank you for the code. I ran the code but I got the attached errors.
Warm regards,
Hi, I am sorry I have forgotten add the matlab code. Send the mail message to me I will send the code to you.
[email protected]
I have enclosed the fractalbox2.m file.
Thanks alot Adam.
Best option is used to box counting technique to estimate fractal dimension in terms of gray scale and color image. please go through DBC technique.
Hi, I have a table created using tablewidget in PyQt5, now I want to add the functionality that when I click on the cells for example on column one of my table another window which I have created...
31 December 2019 7,470 1 View
Dear my friends, Does anybody Know how I can get from image 1 to image 2 and find the area f each element (as we have in image 2) in Matlab, knowing that the total area of the image one is 61*89...
07 August 2017 3,345 5 View
Dear friends, I want to model a column with circular cross section in Ansys workbench software. the problem is that my column's modulus of elasticity and density vary linearly from bottom to the...
11 December 2016 4,510 0 View
Dear friends, I want to model a taper column with circular cross section in COMSOL and Abaqus software and consider its buckling. the problem is that my column's modulus of elasticity varies...
02 March 2016 4,592 0 View
I faced a problem. I have prepared a survey document and when I check it online for plagiarism there is zero plagiarism percentage but my instructor told me it has 68% plagiarism. which suggestion...
09 October 2015 2,038 2 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
I created two potential gene expression cassettes (constitutive and inducible) for expression of a mutant PETase gene on PeptiCloud using the version tree feature, which allows users to create...
28 July 2024 7,559 1 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
I am currently working on a regression model for a project and considering using both Random Forest and Decision Tree algorithms. Given that Random Forest is essentially an ensemble of Decision...
23 July 2024 4,306 3 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