photo

BUGATHA VARALAKSHMI


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

12 个提问
0 个回答

排名
192,191
of 299,947

声誉
0

贡献数
12 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,679

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


how to obtain NIR and RED values of an given image
NDVI

8 years 前 | 0 个回答 | 0

0

个回答

2

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


i wanted to know how do we calculate vegetation percentage
[rows, columns, numberOfColorChannels] = size(fnam); count = vegPercentage * rows * columns;

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答