Ariel Avshalumov
Followers: 0 Following: 0
Estadística
4 Preguntas
3 Respuestas
CLASIFICACIÓN
10.591
of 295.527
REPUTACIÓN
4
CONTRIBUCIONES
4 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
training alexnet from scratch (i.e. reset weight)
This might be what you are looking for. My friend discovered this when he wanted to do a similar thing with a CNN. net = al...
más de 6 años hace | 2
Chart regions of pixels onto new image
Okay. I apologize. I am rather new with matlab and your code is great for 1 image , but I need to do this to a large number of d...
más de 6 años hace | 0
Pregunta
Chart regions of pixels onto new image
I would like to take box or circle portions of an image and create a new image based on them. These regions would be in the same...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Selectively grab regions of pixels from one image to transcribe to another
I want to take parts of an image (img1) and place them into a new image (img2). What I am doing is selecting specific ranges ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Reference a cell array using a string to specify image data for imwrite
I have a group of cell arrays. Each one contains a number of cells which have images. Ex: >> images images1 = 1×5 ce...
más de 6 años hace | 1 respuesta | 0
1
respuestaPartitioning cell of matrices
I found the answer now. I over complicated things, its as simple as: setA=img_mat(1:45); [setA,setATest]=img_mat([1:45,4...
más de 6 años hace | 0
| aceptada
Pregunta
Partitioning cell of matrices
I have a set of images that are in one cell array in the form of matrices. >> img_mat img_mat = 1×325 cell array ...
más de 6 años hace | 1 respuesta | 0