shivu shetty
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
109.444
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
10.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
Feeds
Pregunta
i need explaination for this code .....thanks in advance
if true % code end compt=0; T_edge=[0.1 0.2]; threshold=15; [FileName,PathName] = uigetfile('*.*'...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i count these circles
<</matlabcentral/answers/uploaded_files/111743/out.png>>
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
i need code for this steps help me plz
<</matlabcentral/answers/uploaded_files/111721/reference%20paper.png>>
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
why m not getting clearer circle edges after performing following operations .plz help
clear all; close all; [FileName,PathName] = uigetfile('*.*','Select the image file'); nomfich=[PathName,FileName]; ima...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
hello i need clearer circle after performing the below code help me plz
<</matlabcentral/answers/uploaded_files/111166/input.jpg>> clear all close all [FileName,PathName] = uigetfile('*.*',...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
is this code correct according to this paper? plz help meee
<</matlabcentral/answers/uploaded_files/111171/reference%20paper.png>> clear all [FileName,PathName] = uigetfile('*.*','Sele...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
how to count no of rings in this image in matlab?
<</matlabcentral/answers/uploaded_files/111036/3.jpg>>
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Error using hsv2rgb (line 59) MAP must be a Mx3 array. Error in hsvdwt (line 35) rgbimg=hsv2rgb(hsvimg);
ima = imread('w4.jpg'); HSV = rgb2hsv(ima); H = HSV(:,:,1); S = HSV(:,:,2); V = HSV(:,:,3); SE = strel('line',11,9...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
how to count no of rings in this image. (no of rings= age of the wood)
i want to count no of rings to detect age of the wood help me
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
databanao Index exceeds matrix dimensions. Error in databanao (line 18) X=imread(['./mydata/',person_name,'/',personcontents(face_index,1).name]);
datacontents=dir('./mydata'); mainDatabase=cell(0,0); personno=0; imi=0; for person=1:length(datacontents) ...
más de 6 años hace | 1 respuesta | 0