Nimit Jain
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
270.312
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Trying to reduce the size of an image
Hello, I am trying to reduce the size of the pixel. Below are the steps that I did 1. Calculate the number of pixel. 2. Now I...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Need to print Matrix Spiral of an image
Hello, I have written a program in Java to spiral print of 2-dimensional array. Now need that in matlab. My image size is (768,...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How I co-relate imfinto.FileSize to Image size (kb)
My image size is 101 kb. How I will get the size in kb using matlab. I tried imfinfo.FileSize which returns me 103222. How I wil...
más de 8 años hace | 3 respuestas | 0
3
respuestasPregunta
How to find which coordinate or pixel (x,y) contains which colour intensity?
I am writing a program where I am able to find the RGB values in the image using the below code R = a(:,:,1); % Red color p...
más de 8 años hace | 3 respuestas | 0
3
respuestasPregunta
Summation problem while lopping of an image
close all clear all a = imread('lena.tif'); figure, imshow(a); [r,c] = size(a); sum = 0; fileID = fopen('exp...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to read each pixel size contribution in an image?
I tried to create a login in which I can read 256x256 image pixel by pixel and print the information of each pixel contributing ...
más de 8 años hace | 2 respuestas | 0