VENKATESAN
Université Catholique de Louvain
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
168.580
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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 write an image mat array (class:double) of values ranging from -182000 to 137081 into gray/color image file using 'imwrite' function? Because using the below code misses so many pixels in the final image.
load CT; colormap(jet); figure, imagesc(sum_CT); set(gca,'XTickLabel',[],'YTickLabel',[]); imwrite(sum_CT,'CT.bmp', 'bmp')...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to coregister two 2D images of size 2048x2048?
The region of interest is shifted in one of the images. In the other image, the region of interest is at the center of the image...
casi 12 años hace | 1 respuesta | 0
1
respuestaMatlab imshow() not showing the image properly
Your path length looks very big. Don't use hyphen (-) symbol in your folders, instead u can use underscore. Try this.. Because t...
casi 12 años hace | 0
Pregunta
How can I resize a rectangular image of size 1280x512 to a square image of size (2048x2048)? I have used the following code. Is it correct or is there any other better methods to perform resizing?
% First read the image I of size (1280x512) using imread, then used imresize to change the size of I to (2048x2048) and used i...
casi 12 años hace | 1 respuesta | 0