Nimit Jain
Followers: 0 Following: 0
Statistica
6 Domande
0 Risposte
RANK
270.312
of 295.467
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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,...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 8 anni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 8 anni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 8 anni fa | 2 risposte | 0