![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29050199_1675269966305_DEF.jpg)
hume
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
129.115
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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 can I handel imbalanced datset of images folders to apply for traning?
I have two classes of image datset with folder 1 and folder 2.i want to apply random oversampling over the minority class to mak...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I am getting the same processed image result from easch iteration of the loop.I want to get the respective processed image from each iteration of the loop.
I have an ultrasound image consisting of labeles.I have removed the labeles using the code below.however i got the same processe...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
how to convert a.mat file in to png?
I got a B-mode fatty liver ultrasound images from kaggle dataset.here is the file path for the dataset.I want to convert the im...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert a phython code for classification of images of ultrasound with fatty liver and normal liver in to matlab code
I am using an ultrasound images datasets to classify normal liver an fatty liver.I have a total of 550 images.I do have 333 ima...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
I am getting 100% accuracy at the begining of the epoch for both traning and validation een if i use different dataset or both traning and validation.
I am using an ultrasound images datasets to classify normal liver an fatty liver.I have a total of 550 images.every time i trai...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
I am working on to pre process my ultrasound images using loop.But i couldnt save the output of the preprocessed images from the loop.
myDir = uigetdir('*.m'); %gets directory myFiles = dir(fullfile(myDir,'*.png')); %gets all png files in struct for k = 1:lengt...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
i have an ultrasound image i want to remove the labeles on the image by using y=mx+b line to convert the pixeles above the line to black.how can i do it?
filename = '181.png'; img= imread(filename); gray = im2gray(img); for i=1:434 for j=1:634 if(j < (0.77i+235))...
alrededor de 2 años hace | 1 respuesta | 0