![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15611313_1559614879150_DEF.jpg)
Shu Yi Ho
Followers: 0 Following: 0
Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
148.851
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
41.67%
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 allow user to choose either a folder or an image(or selective images) to run the rest of the functions?
Currently it is able to select a folder but I want the users to have other options if they want to select an image/ selective im...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I solve backslash issue in this case?
selpath = uigetdir; imageFolder = dir(fullfile(selpath,'\\*.jpg')); %imageFolder = dir('C:\Users\85042513\MATLAB\Projects\BA...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how do I allow user to choose a folder to run the rest of the functions?
%% ACCESS ALL IMAGES IN THE FOLDER imageFolder = dir('C:\Users\85042513\MATLAB\Projects\BAT CVE\Images\NG\*.jpg'); numfiles = ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Why did the image duplicated 3 times?
How do I make it to display only once instead of 3 times for "after adjusting brightness" & "number of circles detected"? [x,y]...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to detect brightness of the image and adjust automatically?
I have a folder of images which contains different brightness images. From this folder, I want to identify those that are too br...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I transfer the data in matlab to spreadsheet?
How do i transfer the data from the printed to excel spreadhsheet in the given format?
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to trigger alarm once even if all 5 functions detect defects?
The image will run through all 5 functions. If defect is detected, alarm will be triggerred. The issue now if all 5 functions d...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to code a fixed region of interest?
How can i hardcode ROI (specific area)? The code below allows me to select ROI with mouse: rect = getrect(f); % Select ROI with...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to solve "Warning: Integer operands are required for colon operator when used as index." ?
ori_roi = cell(numfiles, 1); i = 1; rect = getrect(f); % select roi with mouse I have this warning for this line of code: or...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I setup ROI once and it will apply to all other images?
The current program I have set each and every image ROI which is very impratical. How can I only setup once and apply to all ot...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How do i store area into a list?
Here are my following questions: 1) How do i store area into a list then call for the max (function5) 2) How can i tidy up my ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to read images from the folder and select region of interest (rectangular) once
1) read all images from a folder 2) only need to select region of interest once then it will apply to all images
más de 5 años hace | 1 respuesta | 0