Statistics
5 Questions
0 Answers
RANK
81,632
of 301,433
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 21,272
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,520
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How to create a gray scale image which take intensity values from 1 to 25 automatically
I want to create a gray scale 5x5 image in matlab which takes intensity values from 1 to 25 automatically and then save it on th...
7 years ago | 0 answers | 0
0
answersQuestion
how to assign intensity values to each pixel of a new created image run time in Matlab
can any body help me with this question how to assign intensity values to each pixel of a newly created gray scale image run ti...
7 years ago | 0 answers | 0
0
answersQuestion
creating a gray scale image and assign intensity values to each pixel run time
My task is to: creating a 5x5 gray scal image and to assign intensity values to each pixel of that image run time how i will d...
7 years ago | 0 answers | 0
0
answersQuestion
what will be the short and efficient code for my this task...kindly help me i am new to matlab
myimage = imread('C:\Users\CS\Desktop\iq.jpg');% path of the image grayImage=rgb2gray(myimage);%converted to gragy from rgb I2...
7 years ago | 1 answer | 0
1
answerQuestion
how can we display each pixel Intensity value of a gray image through loop ......for example to show the output like this...."
intensity value of pixel(1,1)=87 intensity value of pixel(1,2)=127 . . . . .
7 years ago | 1 answer | 0

