Community Profile

photo

Sarang Nyalkalkar


Last seen: quasi 4 anni fa Attivo dal 2020

Statistiche

  • Thankful Level 1

Visualizza badge

Content Feed

Visto da

Domanda


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];

quasi 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 4 anni fa | 1 risposta | 0

1

risposta