photo

Tinna Armasamy


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

8 Preguntas
0 Respuestas

CLASIFICACIÓN
291.028
of 300.352

REPUTACIÓN
0

CONTRIBUCIONES
8 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
12.5%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

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 divide 6x4 image into 4 equal parts without changing dpi?
I have a image of 6x4 of 200 dpi, that I need to divide to 4 equal parts of 3x2 each of 200dpi. I have tried the following code,...

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

1

respuesta

Pregunta


Detecting particles in image using morphology
Hi, I need assistance in detecting all overlapping particles from a soil image using imerode and then calculate the diameter ...

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

0

respuestas

Pregunta


Image segmentation for image processing
I have a soil image to do analysis. I need to extract the size(diameter) of each soil particles from the image to determine the ...

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

0

respuestas

Pregunta


Image Segmentation to obtain smallest particle
How do I do segmentation to obtain smallest particle from a soil image?? I have used the following coding but its not giving acc...

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

1

respuesta

Pregunta


Function and GUI error!!
I am doing a GUI on soil image processing. Following are the task need to be performed by my GUI. 1)Upload image [filena...

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

0

respuestas

Pregunta


Images not performing all functions inside for loop!!
This is my coding done to read all images from a folder and allow each image to perform a list of feature extraction function an...

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

1

respuesta

Pregunta


Cannot get final output for for loop
soilgray=getimage(handles.axes1); soilgray=rgb2gray(soilgray); level=graythresh(soilgray); im=im2bw(soilgray,level); ...

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

2

respuestas

Pregunta


How to inherit values from for loop into if else loop?
This is my code : for i=1:n Area(i)=k(i).Area; Diameter(i)=sqrt(4*[k(i).Area]/pi); MajorAxis(i)=k(i).M...

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

1

respuesta