photo

nasim alam


jamia millia islamia

Active since 2011

Followers: 0   Following: 0

Message

diploma engg. in computer science.
Professional Interests: image processing

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
196,189
of 301,186

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

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

View by

Question


what will be the output of the following code for JPEG image compression
thank you but there is another problem in the coding for jpeg image compression. r(p:q) = [y(1:i, j); eob]; %truncate t...

13 years ago | 1 answer | 0

1

answer

Answered
what will be the output of the following code for JPEG image compression
error :- ??? Error using ==> Untitled The input must be a unit8 image.

15 years ago | 0

Question


what will be the output of the following code for JPEG image compression
"if ndims(x)~=2 | ~isreal(x) | ~isnumeric(x) | ~isa(x, 'uint8') error ('The input must be a unit8 image.'); end ...... " i...

15 years ago | 2 answers | 0

2

answers

Question


what is the MATLAB coding for JPEG
what is the MATLAB coding for JPEG

15 years ago | 2 answers | 0

2

answers

Question


jpeg image compression
what is the coding for jpeg image compression using 2-D DCT transform. what is the meaning of this sentence :- " if ndims(x)...

15 years ago | 2 answers | 0

2

answers