Nimit Jain
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
270.483
of 295.638
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.255
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.207
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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,...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 8 Jahre vor | 2 Antworten | 0