photo

shyama p


Active since 2011

Followers: 0   Following: 0

Message

My name Shyama. working as a lecturer
Professional Interests: image processing

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
6,022
of 300,365

REPUTATION
6

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Answered
Image decomposition
1st level original image is decomposed in to 4 subband (LL,HL,LH,HH), to find 2nd level decompose the LL subband

14 years ago | 0

Answered
DWT
Dwt is the algorithm used to reduce dimensionality of image so it used for image compression, feature extraction process. DWT ...

14 years ago | 0

Answered
how to resize an image as per the required dimension
I1=imread('post.jpg'); I2 = imresize(I1,[256 256]); In=rgb2gray(I2); % use if the image containing RGB value 3 figur...

14 years ago | 3