photo

Nimit Jain


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
230,737
of 297,527

평판
0

참여
6 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,075

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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,...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

8년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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...

8년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

8년 초과 전 | 답변 수: 2 | 0

2

답변