Community Profile

photo

shreevi vijayan


Active since 2015

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to remove the noise in this image??
chech this link for denoising : http://in.mathworks.com/help/wavelet/examples/de-noising-signals-and-images.html

9 years ago | 0

Answered
How to remove the noise in this image??
yes u skipped a step called denoising.that is u have to remove noise in your image before using canny edge detector

9 years ago | 0

Question


why i am gettin this error ?
my code is : f = dir('*.jpg'); l = length(f); disp(l); for i=1:l m=imread(['C:\Users\admin\Desktop\...

9 years ago | 0 answers | 0

0

answers

Question


how to count pixels
i just want to count how many number of pixels in the selected(manually) portion of the image...can anyone help me with matlab c...

9 years ago | 0 answers | 0

0

answers

Question


To count pixel in image
can i can get code for counting number of pixel in an image without considering the background of the image

9 years ago | 0 answers | 0

0

answers

Question


why it is showing Undefined function for input arguments of type 'uint8' ?
basically I want to segment image using chenvese() function but it is showing as Undefined function 'chenvese' for input argu...

9 years ago | 1 answer | 0

1

answer