namita chandrakar
Followers: 0 Following: 0
Professional Interests: image processing
Statistics
8 Questions
0 Answers
RANK
195,449
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
how to apply dct code on each color plane of an RGB image
i understand how to separate a 3d color image into its rgb color planes written below but how to apply the dct to each plane? ...
10 years ago | 1 answer | 0
1
answerQuestion
what is scaling factor and flexing factor in watermark embedding ?
hello sir, i apply following formula for watermark embedding. S1= S+ a* w for Combine SVs of the watermark with the SVs of t...
10 years ago | 0 answers | 0
0
answersQuestion
how to convert RGB to YIQ color space ?
hello sir, I am trying to convert an RGB image to YIQ color space, and convert it back to RGB. what is the correct way of conv...
10 years ago | 2 answers | 0
2
answersQuestion
how to convert RGB to YUV ?
hello sir, I am trying to convert an RGB image to YUV, and convert it back to RGB. This is my code: %host image T=imread(...
10 years ago | 2 answers | 0
2
answersQuestion
how to write matlab code for third level DWT ?
hello..im writing a code for getting an image and perform dwt for one level to get 4 sub bands, ,but i want to apply third leve...
10 years ago | 1 answer | 0
1
answerQuestion
how to solve "Subscripted assignment dimension mismatch" error ?
Hi everyone, any help on this will be highly appreciated!! i have 3D image. Here is my program: T=imread('....'); %host i...
10 years ago | 1 answer | 0
1
answerQuestion
what is the difference between these two types of rgb matlab code ?
i have a 3D color image , when i use a matlab code as below x=imread('....'); R=x(:,:,1); % red G=I(:,:,2); % green ...
10 years ago | 1 answer | 0
1
answerQuestion
how to get back the rgb image from r g b component ?
i have 3D image. i want to combine r g and b component ? how do i display the 3D image back ? % display one channel only ...
10 years ago | 1 answer | 0