Run RGB Video and watch the R-G-B Video Components parralel to the original Video
標(biāo)簽: Video Components the parralel
上傳時間: 2017-05-07
上傳用戶:xmsmh
b ffd dfgdf fd gdfg d gsdgdsg dsg sdg sdg sg sgsd dfhsdfh sh sh sdg sdgh shdxnfvbcvbxf reh g dbbcb cvb dfb dfbxbcb nf bdfdf dfgdfxg
標(biāo)簽: sdg shdxnfvbcvbxf dfhsdfh gsdgdsg
上傳時間: 2013-12-14
上傳用戶:米卡
一﹑指標(biāo)要求:. A: f5 b G A( d8 n (1)設(shè)計(jì)一個4位十進(jìn)制的頻率計(jì)其測量范圍1Hz~9.999KHz;6 N3 G8 k( U- @ n* A (2)記數(shù)過程結(jié)束后,保存并顯示結(jié)果;
上傳時間: 2014-01-07
上傳用戶:妄想演繹師
功能菜單 1.商品管理 a.商品目錄 b.商品管理 c.促銷商品 2.訂單管理 3.報(bào)表統(tǒng)計(jì) 4.會員管理 a.會員管理 b.會員來源 c.會員分類 d.業(yè)務(wù)員管理 e.會員積分 f.會員充值 g.禮品數(shù)據(jù) 5.網(wǎng)站管理 a.信息管理 b.友情鏈接 c.網(wǎng)站留言 d.網(wǎng)站參數(shù) e.配送管理 6.系統(tǒng)管理 a.用戶管理 b.支付管理 c.數(shù)據(jù)清理 7.修改密碼 8.退出系統(tǒng) 后臺訪問方式為admin/index.asp 用戶名8001密碼111111
上傳時間: 2014-01-03
上傳用戶:woshini123456
迭代法求最佳閾值 圖像為baboon.bmp 分別對R,G,B三個顏色求閾值,進(jìn)行分割
上傳時間: 2017-09-10
上傳用戶:q123321
可以將圖像中r,g,b三個分量分別提取出來,并顯示
上傳時間: 2015-06-27
上傳用戶:lyx1998
二: 普通計(jì)算器的設(shè)計(jì)說明: 1 普通計(jì)算器的主要功能(普通計(jì)算與逆波蘭計(jì)算): 1.1主要功能: 包括 a普通加減乘除運(yùn)算及帶括號的運(yùn)算 b各類三角與反三角運(yùn)算(可實(shí)現(xiàn)角度與弧度的切換) c邏輯運(yùn)算, d階乘與分解質(zhì)因數(shù)等 e各種復(fù)雜物理常數(shù)的記憶功能 f對運(yùn)算過程的中間變量及上一次運(yùn)算結(jié)果的儲存. G 定積分計(jì)算器(只要輸入表達(dá)式以及上下限就能將積分結(jié)果輸出) H 可編程計(jì)算器(只要輸入帶變量的表達(dá)式后,再輸入相應(yīng)的變量的值就能得到相應(yīng)的結(jié)果) I 二進(jìn)制及八進(jìn)制的計(jì)算器 j十六進(jìn)制轉(zhuǎn)化為十進(jìn)制的功能。 *k (附帶各種進(jìn)制間的轉(zhuǎn)化器)。 L幫助與階乘等附屬功能
標(biāo)簽: 運(yùn)算 1.1 計(jì)算器 計(jì)算
上傳時間: 2013-11-26
上傳用戶:yzy6007
車牌定位---VC++源代碼程序 1.24位真彩色->256色灰度圖。 2.預(yù)處理:中值濾波。 3.二值化:用一個初始閾值T對圖像A進(jìn)行二值化得到二值化圖像B。 初始閾值T的確定方法是:選擇閾值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分別是最高、最低灰度值。 該閾值對不同牌照有一定的適應(yīng)性,能夠保證背景基本被置為0,以突出牌照區(qū)域。 4.削弱背景干擾。對圖像B做簡單的相鄰像素灰度值相減,得到新的圖像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左邊緣直接賦值,不會影響整體效果。 5.用自定義模板進(jìn)行中值濾波 區(qū)域灰度基本被賦值為0。考慮到文字是由許多短豎線組成,而背景噪聲有一大部分是孤立噪聲,用模板(1,1,1,1,1)T對G進(jìn)行中值濾波,能夠得到除掉了大部分干擾的圖像C。 6.牌照搜索:利用水平投影法檢測車牌水平位置,利用垂直投影法檢測車牌垂直位置。 7.區(qū)域裁剪,截取車牌圖像。
上傳時間: 2013-11-26
上傳用戶:懶龍1988
This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.
標(biāo)簽: project implement developed Database
上傳時間: 2013-12-25
上傳用戶:semi1981
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標(biāo)簽: Implemented following compile command
上傳時間: 2014-01-01
上傳用戶:lhc9102
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1