analog image into digital using matlab code
古いコメントを表示
Hello!
please i need a help
Take an analog image and convert it into digital image using MATLAB code.
how can i do this is there any link or code then please send it to me on my email.
atif19663@gmail.com
5 件のコメント
MUHAMMAD ATIF
2021 年 5 月 27 日
MUHAMMAD ATIF
2021 年 5 月 27 日
編集済み: MUHAMMAD ATIF
2021 年 5 月 27 日
Salman Khan
2021 年 5 月 29 日
Alaka ta ho ashar k, warega chairman saib mention kom dlta, hhhhhhhhhh
MUHAMMAD ATIF
2021 年 5 月 30 日
回答 (1 件)
Sulaymon Eshkabilov
2021 年 5 月 27 日
編集済み: Sulaymon Eshkabilov
2021 年 5 月 27 日
0 投票
Hi,
Based on what you described, your exercise is composed of a few steps.
(1) data acqusition using A2D converter (hardware) that needs to be adjusted with sampling frequency (sample time) and quantization (bit size). These two parameters, samping frequency and quantization are hardware dependent and define how accuaretly A2D conversion will be done.
(2) once you get digital data, you will perform all necessary data processing. And MATLAB image processing tools come into play, e.g.: imread(), imshow(), rgb2gray(), rgb2ind(), imhist(), etc, etc.
カテゴリ
ヘルプ センター および File Exchange で Images についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!