Statistiques
8 Questions
0 Réponses
RANG
134 232
of 296 352
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
87.5%
VOTES REÇUS
0
RANG
of 20 394
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 156 133
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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:...
plus de 10 ans il y a | 3 réponses | 0
3
réponsesQuestion
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('...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Reading series of images
Hi I have the next code: function Image(ImaIn,ImaFin,coordinates) for i=ImaIn:ImaFin I=imread(['DSCN0594 ',num...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How to join two codes of images?
I wrote this code in a function m file: function preprocesado(NombreImagOriginal) ImagenOriginal=imread(NombreImagOrigin...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 10 ans il y a | 2 réponses | 0