文件名称:grayscale
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [VHDL] [源码]
- 上传时间:
- 2014-03-07
- 文件大小:
- 75kb
- 下载次数:
- 0次
- 提 供 者:
- sara****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
灰階(gray-scale)圖像處理(60*60 pixel)controller控制各個程式的地址以及開關,input_mem將資料讀進記憶體,grayscale將讀取資料像素的亮度以數值來表示,將24bit的 像素化成四個8bit的值輸出。接著進入sobel,在此將前面的四個值乘上1或-1個別的相加,得出新的四個值,輸入進shiftcase進行threshold的判斷,大於threshold則表現出白色(255),小於threshold則表現出黑色(0),最後將結果存入記憶體out_mem。//Verilog-Implement digital image processing through HDL. Design a system to perform simple image processing using mask.
Refer to the presentation slides “Simple Image Processor”.
Refer to the presentation slides “Simple Image Processor”.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
grayscale\controller.v
.........\grayscale.v
.........\input_memory.v
.........\.._dat\boy.dat
.........\......\firefox.dat
.........\......\monkey.dat
.........\......\other1.dat
.........\......\other2.dat
.........\output_memory.v
.........\result_picture\boy.bmp
.........\..............\firefox.bmp
.........\..............\monkey.bmp
.........\..............\other1original.bmp
.........\..............\other1_result.bmp
.........\..............\other2original.bmp
.........\..............\other2_result.bmp
.........\..............\Thumbs.db
.........\shiftcase.v
.........\sobel.v
.........\top.v
.........\top_tb.v
.........\in_dat
.........\result_picture
grayscale