![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9243778_1522131706666_DEF.jpg)
BUGATHA VARALAKSHMI
Followers: 0 Following: 0
Statistiques
12 Questions
0 Réponses
RANG
87 044
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
12 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
16.67%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
please provide with the color identification base paper for the following code
a=0; b=0; c=0; p=0; p1=0; I=imread('E:\projectimages\imgs\clg.jpg') imshow(I) fnam=imread('E:\pro...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
i have a code of H,I,S to find out greenness, but iam not getting the fully greenish portion, instead displayig the gray portion and even if the trees are dry....please provide me the code
clc clear all close all %Tree Crown Detection and Delineation in High Resolution RS Image F=imread('E:\projectimag...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
i have an image where i found out green and i need a code to covert the rest into white
clc clear all close all p=0; %Tree Crown Detection and Delineation in High Resolution RS Image F=imread('E:\projectimages\i...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
I want to find out the greeness of an image , but iam not getting the output for the code which you have provided
% Demo macro to very, very simple color detection in % HSV (Hue, Saturation, Value) color space. % Requires the Image Process...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
Please update me how I can detect two colors by applying thresholds simultaneously . I am interested in Green and Red.how to do the manual calculation
% Demo macro to very, very simple color detection in % HSV (Hue, Saturation, Value) color space. % Requires the Image Process...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
i can find out the amount of greenness for the image using the below code...How can i find out the greenness using ndvi
a=0; b= 0; c=0; p=0; p1=0; %pic=sprintf('E:\PPTFILES\img-thing.png') fnam=imread('E:\PPTFILES\images.png'); for mm =...
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
iam getting an error in:f=strcat(filename,3)
File_Name = imread('E:\PPTFILES\perl pgms\yrMXs.tif'); Band_Number = 3; f = strcat( File_Name,3); [G,~] = geotif...
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
how to obtain NIR and RED values of an given image
NDVI
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
how do we calculate vegetation using ndvi------can u plz provide me with the code
ndvi
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to calculate vegetation for a given image
for mm = 1:size(fnam,1) for nn = 1:size(fnam,2) if (fnam(mm,nn,2) -10) > fnam(mm,nn,1) & (fnam(mm,nn,2)-10) > fnam(mm,...
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
i wanted to know how do we calculate vegetation percentage
[rows, columns, numberOfColorChannels] = size(fnam); count = vegPercentage * rows * columns;
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
i have seen the code of vegetation percentage and it works well..............and i had a doubt is that how we have to calculate the vegetation pixel count
a=0; b= 0; c=0; p=0; p1=0; %pic=sprintf('E:\PPTFILES\img-thing.png') fnam=imread('E:\PPTFILES\images.png'); for mm =...
environ 8 ans il y a | 1 réponse | 0