photo

somasekar jalari


2011 年からアクティブ

Followers: 0   Following: 0

Professional Interests: image processing,pattern recognition

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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

9年弱 前 | 0 件の回答 | 0

0

回答

質問


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

9年弱 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 3 件の回答 | 0

3

回答

質問


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

9年以上 前 | 0 件の回答 | 0

0

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

10年弱 前 | 2 件の回答 | 2

2

回答

質問


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

10年弱 前 | 1 件の回答 | 0

1

回答

質問


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

約10年 前 | 2 件の回答 | 0

2

回答

質問


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

約10年 前 | 1 件の回答 | 0

1

回答

質問


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?

約10年 前 | 0 件の回答 | 0

0

回答

質問


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

約10年 前 | 1 件の回答 | 0

1

回答

質問


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

11年弱 前 | 0 件の回答 | 0

0

回答

質問


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

11年弱 前 | 0 件の回答 | 0

0

回答

質問


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

11年弱 前 | 0 件の回答 | 0

0

回答

質問


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.

11年以上 前 | 2 件の回答 | 0

2

回答

質問


gamma equalization matlab code
need matalb code for gamma equalization ?

11年以上 前 | 0 件の回答 | 0

0

回答

質問


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

11年以上 前 | 3 件の回答 | 2

3

回答

質問


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?

11年以上 前 | 3 件の回答 | 0

3

回答

質問


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

11年以上 前 | 1 件の回答 | 0

1

回答

質問


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

13年以上 前 | 5 件の回答 | 0

5

回答

質問


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

13年以上 前 | 1 件の回答 | 0

1

回答

質問


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

13年以上 前 | 1 件の回答 | 0

1

回答

質問


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

13年以上 前 | 1 件の回答 | 1

1

回答

質問


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

13年以上 前 | 1 件の回答 | 0

1

回答

さらに読み込む