photo

kalyani ohri


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

12 Preguntas
0 Respuestas

CLASIFICACIÓN
165.363
of 301.186

REPUTACIÓN
0

CONTRIBUCIONES
12 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.188

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.292

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How to calculate smoothness and uniformity in mammography analysis( feature extraction)
a=imread('malignant01.gif'); level = graythresh(a); BW = im2bw(a,level); imshow(BW); Area= bwarea(BW); Mean= mean2(BW); s ...

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


i am getting error index exceeds matix dimension in line 23
RGB =imread('image.jpg'); hsv= rgb2hsv(RGB); imshow(hsv); r1=0.1; r2=0.85; i= 0:20:240; s= 0.0:0.2:1.0; w...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I am getting error "The length of X must match the number of rows of Y."
RGB =imread('image.jpg'); hsv= rgb2hsv(RGB); imshow(hsv); r1=0.1; r2=0.85; i= 0:20:240; s= 0.0:0.2:1.0; w...

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

1

respuesta

Pregunta


How to make equal rows to plot histogram
RGB =imread('image.jpg'); hsv= rgb2hsv(RGB); imshow(hsv); r1=0.1; r2=0.85; i= 0:20:240; s= 0.0:0.2:1.0; wgray = 1 - bs...

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

0

respuestas

Pregunta


how to plot graph
RGB =imread('image.jpg'); hsv= rgb2hsv(RGB); imshow(hsv); r1=0.1; r2=0.85; i= 0:20:240; s= 0.0:0.2:1.0; w...

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

0

respuestas

Pregunta


how to calculate partial derivative
RGB =imread('image.jpg'); hsv= rgb2hsv(RGB); imshow(hsv); r1=0.1; r2=0.85; i= 0:20:240; s= 0.0:0.2:1.0; w...

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

1

respuesta

Pregunta


i want mcode for local adaptive thresholding
In order to extract mass i need this code..The image i have taken is mammogram of breast cancer. <</matlabcentral/answers/upl...

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

1

respuesta

Pregunta


i want to perform average thresholding
RGB =imread('mammogram.jpg'); hsv=rgb2hsv(RGB); imshow(hsv); i= 0:20:240; r1=0.1; r2=0.85; s= 0.8; wgray1...

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

1

respuesta

Pregunta


i am getting error in line 35
RGB =imread('mammogram.jpg'); hsv=rgb2hsv(RGB); imshow(hsv); i= 0:20:240; r1=0.1; r2=0.85; s= 0.8; wgray1...

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

1

respuesta

Pregunta


I am getting error matrix demension does not agree
RGB =imread('mammogram.jpg'); hsv=rgb2hsv(RGB); imshow(hsv); i= 1:20:120; r1=0.1; r2=0.85; s=0.8; wgray=1...

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

1

respuesta

Pregunta


code for average thresholding
averge thresholding is to extract average part of mass

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

0

respuestas

Pregunta


i need code for hsv weight function ( based on saturation and intensity)
RGB= imread('image.jpg'); hsv =rgb2hsv(RGB); AFTER THIS I NEED TO CALCULATE HSV WEIGHT FUNCTION.

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

1

respuesta