photo

charuleelaa vanilavarasu


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

13 Questions
0 Réponses

RANG
165 813
of 300 381

RÉPUTATION
0

CONTRIBUTIONS
13 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
53.85%

VOTES REÇUS
0

RANG
 of 20 941

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 477

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

  • First Review
  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Undefined function 'imhistc' for input arguments of type 'uint8'.
Im trying to get the histogram of an image using imhist. however its showing the above error? i tried which imhistc and its not ...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


How do i improve this loop?
[row column page] = size(Image3) for i = row for j = column if Image3 (i, j, 1) > 350 if Image3 (i, j, 2) > 350 i...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


How to convert the green pixels to white?
I have this image labelled dark green(In the image attached). I want to turn all of the pixels that are not black to white. How...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


How do i tell if an image has a shadow or not?
I'm currently working on a project to detect and remove shadows from an image assuming all my input images have shadows. Input i...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


How to get the inner and outer outlines of a boundary in an image?
I'm trying to get the inner and outer outlines of the objects in an image to perform ioopl matching according to a paper i'm try...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


i have a problem with the intersection of binary images.
I'm trying to implement the attached paper. But the output i'm getting after intersection is just a black image. I don't know w...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


why is the image blurred after rgb to hsi conversion?
Hi, Im trying to convert a rgb image to hsi and i found a piece of code that's supposed to do that but the result is always s...

plus de 9 ans il y a | 3 réponses | 0

3

réponses

Question


how to get the values of blue channel minus green channel of an rgb image?
that is m=G-B this is done because soil and vegetation both have high hue as well, but these objects tend to have relative hig...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


Integers can only be combined with integers of the same class, or scalar doubles.
mask = 1-double(im2bw(gray, graythresh(gray))); strel = [0 1 1 1 0; 1 1 1 1 1; 1 1 1 1 1; 1 1 1 1 1; 0 1 1 1 0];%structuring ...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


Error using rgb2gray>parse_inputs
Im trying to run the attached piece of code.This the error: shadowremoval('4.jpg','additive'); Error using rgb2gray>parse_inp...

presque 10 ans il y a | 1 réponse | 0

0

réponse

Question


error using rgb2gray parse input
Though i have a rgb image, it shows an error while executing gray=rgb2gray(image) this is the image <</matlabcentral...

presque 10 ans il y a | 2 réponses | 0

2

réponses

Question


I have this code that detects vegetation from a picture. i want to remove it. how should i do that?
Image1 = im2double(imread('image\8.jpg')); g=rgb2gray(Image1); [row column page] = size(Image1) mask = Image1(:,:,2) ...

presque 10 ans il y a | 2 réponses | 0

2

réponses

Question


What is wrong with the following piece of code? Im trying to detect light and dark green vegetation. It just displays a black empty image
Image1 = im2double(imread('image\test.png')); g=rgb2gray(Image1); b=imread('image\1.jpg'); imshow(b); [row column page] = s...

presque 10 ans il y a | 1 réponse | 0

1

réponse