namita chandrakar
2014 年からアクティブ
Followers: 0 Following: 0
Professional Interests: image processing
統計
MATLAB Answers
8 質問
0 回答
ランク
of 154,317
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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年弱 前 | 1 件の回答 | 0
1
回答質問
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年弱 前 | 0 件の回答 | 0
0
回答質問
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年弱 前 | 2 件の回答 | 0
2
回答質問
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年弱 前 | 2 件の回答 | 0
2
回答質問
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年 前 | 1 件の回答 | 0
1
回答質問
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年 前 | 1 件の回答 | 0
1
回答質問
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年 前 | 1 件の回答 | 0
1
回答質問
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年 前 | 1 件の回答 | 0