Nimit Jain
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
270 339
of 295 495
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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,...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 8 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 8 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 8 ans il y a | 2 réponses | 0