Community Profile

photo

tashu Dabariya


Active since 2019

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

Question


how to compare ground truth image with segmented image?
BW2=imread('C2.png'); %segmented image figure,imshow(BW2) BW=imread('001_mask.png'); %groundtruth-image figure,imshow(B...

4 years ago | 2 answers | 0

2

answers

Question


how to high mean value in binary image?
this my ExG binary image but the image does not give a better visual of greenness its also show straw in the background but th...

4 years ago | 0 answers | 0

0

answers

Question


how to identify clear leaf in this image.
I am trying to identify greenness with the help of Tuned Tri-threshold Fuzzy Intensification Operators. I tried a lot to remove ...

5 years ago | 1 answer | 0

1

answer

Question


how to remove white pixels from black background?
this is the original image that result I got but it does not show clear leaf. i want to know how to remove small pixels f...

5 years ago | 0 answers | 0

0

answers

Question


HOW TO IDENTIFY MEAN AND STANDARD DEVIATION FOR THIS CODE?
Read image by its file name I = imread('.'); I=imresize(I,[256 256]); I=im2double(I); i...

5 years ago | 1 answer | 0

1

answer

Question


HOW TO CONVERT GRAY IMAGE TO HUE IMAGE?
i am trying to find psnr value of hue image and gray image i need to know how to convert gray image to hue

5 years ago | 2 answers | 1

2

answers

Question


how to image segmentation based on K-Means clustering with histograms in Hue color space?
With the help of k means, I m identifying greenness in the plant. I really need to know how to k means is work in hue. I fou...

5 years ago | 0 answers | 0

0

answers

Question


how to create a . dat file?
I am a beginner for Matlab I want to run multiple images and find psnr,mse, and accuracy and so on. I don't know how to run im...

5 years ago | 0 answers | 0

0

answers

Question


i want to identify greenness in plant using image segmentation
I have done already identify greenness with normalized methods (ExG, ExGR, CIVE) and Otsu methods. I want to know which method i...

5 years ago | 1 answer | 0

1

answer

Question


HOW TO IDENTIFY GREENNESS IN PLANTS WHICH IS IN ILLUMINATION CONDITIONS. I WANT CODE FOR THIS PLEASE HELP ME
my project name is greenness identification in the plant using image segmentation. I m doing identified greenness in plant pleas...

5 years ago | 1 answer | 0

1

answer