摘要: 多圖層疊圖實作使用兩個VGA_IF讀取兩個不同的frame buffer在輸出時進行疊圖底層為ccd輸入之資料,上層為osd,疊圖的兩個原則(1)color key : 當osd指定為這個顏色時則穿透,即不顯示osd(2)alpha blending : 取一部分上層的顏色,一部分下層的顏色進行混合,這裡是50%即各取一半reg [9:0] alpha_r;reg [9:0] alpha_g;reg [9:0] alpha_b;always@(posedge CLOCK_50)begin rRead_DATA_LCM_FB0 <= Read_DATA_LCM_... 阅读全文
posted @ 2011-08-10 23:25 jnote 阅读(556) 评论(0) 推荐(0) 编辑
摘要: An Implementation of SOPC-based Framework for Image Processingupdate to altera 9.1 and using avalon bus naming with basic test case onlySOPC-VideoFramework_altera9_1.7z 阅读全文
posted @ 2011-08-10 22:55 jnote 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 基於sopc影像處理框架平台之設計與實作 使用平台為de2, altera7.0 主要參考de2數位相機設計範例 將元件層級連接改為系統層級連接 完整文件:http://www.scribd.com/doc/13353357/-SOPC- http://files.cnblogs.com/jeffblog/SOPC-VideoFramework.pdf (1)元件層級連接 (2)... 阅读全文
posted @ 2011-08-10 22:07 jnote 阅读(319) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <stdlib.h>int main(void) { puts("!!!Hello World!!!"); /* prints !!!Hello World!!! */ return EXIT_SUCCESS;} 阅读全文
posted @ 2011-08-10 11:14 jnote 阅读(108) 评论(0) 推荐(0) 编辑