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,326 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,280 5 View
11 December 2016 4,422 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,511 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 1,950 2 View
I have selected brain tumor images ...but now found that already lots of research done n this topic.
03 March 2021 5,774 3 View
i am try to classify the x-ray images. During classification , can i block unwanted images (except x-ray image).
03 March 2021 7,100 1 View
Need to image mesoporous silica nanoparticles using the TEM. Also, need high resolution TEM images to see the mesoporous structure. Kindly suggest what kind of grids to use. Thanks, Shatadru
02 March 2021 1,787 2 View
Dear Colleagues, After running Western blot on PVDF membrane and detection using ECL, I would like to stain my PVDF with colloidal gold to be able to allign the ECL image with total proteins on...
02 March 2021 7,829 3 View
I would like to research on MR images (0.5T and 3T). Can you please suggest some websites that I can download dataset including both 0.5T and 3T MR images? Thank you.
02 March 2021 7,735 3 View
Hello, I have classified 10 S3 OLCI images from the same area (althouth not the same size and/or quadrant) and I would like to do a final image using the mode of the pixel of these 10 images. I...
01 March 2021 9,874 3 View
Hi, I'm looking for data (mainly related to management: growth rate, canopy size, soil and climate preferences, etc.) about tropical trees used in tropical agroforestry. Have you ever heard about...
28 February 2021 7,356 8 View
Hi everyone, I am using Fiji to determine the percentage of the image covered by leaves, branches, or trunk, but i've encountered some difficulty when the sun hits parts of my image like the one...
27 February 2021 1,194 3 View
Hello. I have a problem with the charting in google earth engine. I created an image collection by combining 5 image collections of five parameters and using ee.Join.inner ( ) and .apply ( )...
26 February 2021 7,084 2 View
Hi biologists and biogeomorphologists, I want to characterize vegetation plots on a transect that follows a successionnal gradient from a river bed to a mature forest. Ecologically, I am...
26 February 2021 5,720 2 View