Community Profile

photo

somasekar jalari


Con actividad desde 2011

Followers: 0   Following: 0

Contacto

Professional Interests: image processing,pattern recognition

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


Need explanation of the following MATLAB code?
x=bwperim(im); y(x)=255; Where, im=Binary image of given Gray scale image and y= given gray scale image and bwperim ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


ROC curve for classification measure?
i have classification measures SE,SP values. i need to draw ROC for the classification measures values. or any other graphical r...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Need a measure for classification performance?
i have developed a metric which is used to classify poor contrast and normal images. i need a measure for checking performance ...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


The number of distint intensity (gray) values in an gray scale image matlab code?
for my work, i need the number of intensity values in gray scale image. for example, consider an image a=[100,120;23,100]. the n...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


conversion from RGB to LAB color space, most of the authors consider only L-image for further processing. why?
conversion from RGB to LAB color space, most of the authors consider only L(X)-image (luminant component) for further processing...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to convert Lab to RGB image and its matlab code?
In my program,first converted rgb image to lab but after processing the image , i want convert Lab to rgb image. so i request y...

más de 8 años hace | 3 respuestas | 0

3

respuestas

Pregunta


how to calculate "Luminance Distortion" for original and contrast enhanced image?
we proposed a method for contrast enhancement of medical images. now we need matlab code for evaluation metrics namely "luminan...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


is it possible to use SSIM(structure similarity index measure) for evaluation of image and its contrast enhanced image?
is it possible to use SSIM(structure similarity index measure) for evaluation of image and its contrast enhanced image? is there...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


suggest me suitable name for documentation?
Consider an image f(x,y). I calculated the maximum and minimum intensity values of an image with the following operations: ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


suggest me suitable title of the following algorithm?
we carried out the following steps and suggest me suitable title for this algorithm. step-1: if the value of the gray scale ima...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to write algorithm for the given normalization matlab code?
Hai, here i have given a matlab code for normalization of an image for further processing. explain briefly how to write algori...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how make x and y -axis labels(titles) for histogram of an image?
i execute the following matlab code to display histogram of gray scale image with x-axis and y-axis names but i didnot get names...

casi 9 años hace | 2 respuestas | 2

2

respuestas

Pregunta


suggest me suitable title for the following matlab code?
Suggest me suitable title for the following matlab code? here i am reading gray scale image and if the the intensity values mor...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


need hole filling methematical algorithm?
need methematical hole filling algorithm to prepare a report.

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


what is the stopping conditin of the fuzzy clustering?
i need stoping conditin for fuzzy c-means clustering for segmentation?

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


why FCM (fuzzy c-means ) clustering is working well for medical images when compared to other clustering techniques?
we have different clustering techniques available for segmentation but FCM yields more accurate segmentation Why?

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to identify noise in medical image?
in preprocessing of an image, first we have to identify whether an image having noise or not. if so we have use filtering techni...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Need mathematical agorithm for the given matlab code which detect border of given image
x=bwperim(im); y=k; y(x)=255;_ imshow(y); Where, m=Binary image of given rgb given after gray conversion k=given rgb image and b...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Need matlab code for image normalization?
image normalization matlab code needed to improve contrast or gamma equalization code.

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Need pseudo code or algorithm for the given matalb code with mathematical notations?
x=bwperim(im); y=k; y(x)=255;_ imshow(y); Where, m=Binary image of given rgb given after gray conversion k=given rgb image ...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to combine median and mean filter to remove noise at a time?
i need a hybrid method to combine median and mean filters thanks in advance.

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


gamma equalization matlab code
need matalb code for gamma equalization ?

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


matlab code for median-mean filter
a hybrid noise filter technique called median-mean filter by combining median and mean filter found in one of the reseach artic...

más de 10 años hace | 3 respuestas | 2

3

respuestas

Pregunta


how to detect infected region in medical image say cancer or malaria parasites using microscopic images?
how to detect infected region in medical image say cancer or malaria parasites using microscopic images?

más de 10 años hace | 3 respuestas | 0

3

respuestas

Pregunta


I have an image. how to calculate geomtric features of that image using matlb?
i am doing project on image prodessing in which i need geometrical features of an image (Perimeter ,Area , Minimum radius, Maxi...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


can u make black color region in to some other color say red or green in the given image but dont change the white color?
here i have attached the image in which i want green or red color instead of black color region for my academic work. please giv...

más de 12 años hace | 5 respuestas | 0

5

respuestas

Pregunta


I failed to understand the following code which is usefull for isolation of particular cell. especially the third line i failed to understand completely
B=bwperim(BW); s1=I; s1(B)=255; where 'I' is a original image ,BW is a edge detection image. please can u expalin the co...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


is it possible to convert binary image to rgb image or i want to replace all pixel values 0 by some red or green color in new image?
is it possible to convert binary image to rgb image or i want to replace all pixel values 0 by some red or green color in new im...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to convert binary image into rgb image using matlab code?
hai i m doing academic project in that i want to convert binary image to rgb image. please help me how to write matlab code for ...

más de 12 años hace | 1 respuesta | 1

1

respuesta

Pregunta


how to separate overlapping blood cells in image?
hai can any help me matlab code,how to separte blood cells in microscopic image.

casi 13 años hace | 1 respuesta | 0

1

respuesta

Cargar más