Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
288.321
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
87.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
How do I create dll in a Matlab 7.9 (R2009b) version?
I have this code: function preprocesado(Nombre) Carpeta=Nombre; if ~isdir(Carpeta) errorMensaje = sprint...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Save a sequence of images in a new folder
I have this code: miFolder='C:\Users\karina\Documents\MATLAB\11'; if ~isdir(miFolder) errorMensaje = sprintf('Error:...
más de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
How do I read the image of the half of a sequence of images?
Hi, I have this code. Carpeta='C:\Users\karina\Documents\MATLAB\11'; if ~isdir(Carpeta) errorMensaje = sprintf('...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating an array with variables or a loop
I have the next code: for k=1:10 imDs{k}=imread([num2str(k),'.png']); iGrisB{k} = imDs{k}(:, :, 3); %Datos med...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How to get a only one table with a for loop?
I have this code: imDs=imread('10.png'); iGrisB = imDs(:, :, 3); %Datos media = mean(iGrisB(:)); Std=std(doubl...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Reading series of images
Hi I have the next code: function Image(ImaIn,ImaFin,coordinates) for i=ImaIn:ImaFin I=imread(['DSCN0594 ',num...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to join two codes of images?
I wrote this code in a function m file: function preprocesado(NombreImagOriginal) ImagenOriginal=imread(NombreImagOrigin...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Assigning color to gray image
I have a gray image (it's a flame) like the image below and I want to get something like the next image. I think I need to apply...
casi 11 años hace | 2 respuestas | 0