Community Profile

photo

Sarang Nyalkalkar


Last seen: 4 years ago Active since 2020

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


I am trying to calculate the perimeterof leaf but i'm getting the output as 2.7895e+3 in this way .please check this and correct my code. Thankyou in advance
leaf=imread('13001931309789.jpg'); bw=1-im2bw(leaf); imshow(bw); p=regionprops(bw,'Perimeter'); all=[p.Perimeter];

4 years ago | 2 answers | 0

2

answers

Question


it is showing an error when i used pixval(p1) and getpts commands . please help me and sort out the error . i am using 2017 version of matlab
dat=zeros(1,12); out=0; leaf= imread('peepal.jpg'); [y,x,z]=size(leaf); if x>800 leaf=imresize(leaf,0.5); end %f...

4 years ago | 0 answers | 0

0

answers

Question


can someone help to to extract vein features from a leaf. i'm doing my mini project in this area .please help me. i need to calculate ramifications of the leaf . im not understanding how to proceed
clc; clear all; close all; img=imread('13001931308081.jpg'); figure, imshow(img); %%covert rgb to grayscale g g=rgb2gray(i...

4 years ago | 0 answers | 0

0

answers

Question


i want to calculate the mean of all the images that are present in my folder. I have written the code for calculating the mean of 1 image . I want the mean of all the images that are present in my folder
% MATLAB code to display the red, green and blue % color planes of a color image and determine color feature using mean of ima...

4 years ago | 1 answer | 0

1

answer