亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

機(jī)(jī)械加工

  • 車(chē)牌定位---VC++源代碼程序 1.24位真彩色->256色灰度圖。 2.預(yù)處理:中值濾波。 3.二值化:用一個(gè)初始閾值T對(duì)圖像A進(jìn)行二值化得到二值化圖像B。 初始閾值T的

    車(chē)牌定位---VC++源代碼程序 1.24位真彩色->256色灰度圖。 2.預(yù)處理:中值濾波。 3.二值化:用一個(gè)初始閾值T對(duì)圖像A進(jìn)行二值化得到二值化圖像B。 初始閾值T的確定方法是:選擇閾值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分別是最高、最低灰度值。 該閾值對(duì)不同牌照有一定的適應(yīng)性,能夠保證背景基本被置為0,以突出牌照區(qū)域。 4.削弱背景干擾。對(duì)圖像B做簡(jiǎn)單的相鄰像素灰度值相減,得到新的圖像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左邊緣直接賦值,不會(huì)影響整體效果。 5.用自定義模板進(jìn)行中值濾波 區(qū)域灰度基本被賦值為0。考慮到文字是由許多短豎線組成,而背景噪聲有一大部分是孤立噪聲,用模板(1,1,1,1,1)T對(duì)G進(jìn)行中值濾波,能夠得到除掉了大部分干擾的圖像C。 6.牌照搜索:利用水平投影法檢測(cè)車(chē)牌水平位置,利用垂直投影法檢測(cè)車(chē)牌垂直位置。 7.區(qū)域裁剪,截取車(chē)牌圖像。

    標(biāo)簽: 1.24 256 圖像 閾值

    上傳時(shí)間: 2013-11-26

    上傳用戶(hù):懶龍1988

  • freescale 的指令系統(tǒng)

    freescale 的指令系統(tǒng),是初學(xué)MOto單片機(jī)的很好教材

    標(biāo)簽: freescale 指令 系統(tǒng)

    上傳時(shí)間: 2015-07-03

    上傳用戶(hù):sz_hjbf

  • - XCS for Dynamic Environments + Continuous versions of XCS + Test problem: real multiplexer +

    - XCS for Dynamic Environments + Continuous versions of XCS + Test problem: real multiplexer + Experiments: XCS is explored in dynamic environments with different magnitudes of change to the underlying concepts. +Reference papers: H.H. Dam, H.A. Abbass, C.J. Lokan, Evolutionary Online Data Mining – an Investigation in a Dynamic Environment. 2005, accepted for a book chapter in Springer Series on Studies in Computational Intelligence H.H. Dam, H.A. Abbass, C.J. Lokan, Be Real! XCS with Continuous-Valued Inputs. IWLCS 2005, (International Workshop on Learning Classifier Systems). Washington DC, June 2005.

    標(biāo)簽: Environments multiplexer Continuous XCS

    上傳時(shí)間: 2015-07-04

    上傳用戶(hù):Avoid98

  • 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

    加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]

    標(biāo)簽: Cryptographic Primitives generate Library

    上傳時(shí)間: 2015-07-16

    上傳用戶(hù):wqxstar

  • BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and

    BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE

    標(biāo)簽: one-dimensional consideration calculation and

    上傳時(shí)間: 2015-07-17

    上傳用戶(hù):royzhangsz

  • BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and

    BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE

    標(biāo)簽: one-dimensional consideration calculation and

    上傳時(shí)間: 2015-07-17

    上傳用戶(hù):wendy15

  • JavaTV Program source code Need to play Windows Media files and streams, mpeg4 video or DVDs in j

    JavaTV Program source code Need to play Windows Media files and streams, mpeg4 video or DVDs in java? Access WDM capture devices? Control a firewire DVCam? Then maybe this can help you. dsj is an ongoing project to provide a java wrapper around Microsoft s DirectShow API. It offers a set of high level classes that give java easy access to functionality widely missed by java programmers and also lets you dive deeper into the interiors of Windows core api for 2D media. On the java side dsj tries to keep things open as possible - you may use it standalone or let it feed data into JMF or other APIs.

    標(biāo)簽: Program Windows streams JavaTV

    上傳時(shí)間: 2013-12-17

    上傳用戶(hù):TF2015

  • % 該Matlab程序基于牛頓-拉夫遜算法

    % 該Matlab程序基于牛頓-拉夫遜算法,用于計(jì)算已知導(dǎo)納矩陣、PQ節(jié)點(diǎn)、PV節(jié)點(diǎn)、平衡節(jié)點(diǎn)(UA)的電力網(wǎng)絡(luò)潮流 % U - 各節(jié)點(diǎn)母線電壓 S - 各節(jié)點(diǎn)注入功率 S_net - 電力網(wǎng)絡(luò)總損耗 % PQ_P - 實(shí)算PQ節(jié)點(diǎn)注入有功功率 PQ_Q - 實(shí)算PQ節(jié)點(diǎn)注入無(wú)功功率 % delt_PQ_P - 實(shí)算PQ節(jié)點(diǎn)有功功率修正值 delt_PQ_Q -實(shí)算PQ節(jié)點(diǎn)無(wú)功功率修正值 % delt_UA_P - 實(shí)平衡節(jié)點(diǎn)有功功率修正值 delt_U_2 - 實(shí)平衡節(jié)點(diǎn)電壓平方修正值 % delt_PQV - 實(shí)算P Q U^2修正值 J - 雅可比矩陣 % e - 電壓實(shí)部 f - 電壓虛部 delt_ef - 電壓實(shí)部與虛部修正值

    標(biāo)簽: Matlab 程序 牛頓 算法

    上傳時(shí)間: 2015-07-23

    上傳用戶(hù):王楚楚

  • 給定n 個(gè)整數(shù)a ,a , ,an 1 2  組成的序列

    給定n 個(gè)整數(shù)a ,a , ,an 1 2  組成的序列, a n i | |£ ,1 £ i £ n。如果對(duì)于i £ j ,有 0 = å = j k i k a ,則稱(chēng)序列區(qū)間i i j a , a , , a +1  為一個(gè)零和區(qū)間,相應(yīng)的區(qū)間長(zhǎng)度為j-i+1。

    標(biāo)簽: 61516 an 整數(shù) 序列

    上傳時(shí)間: 2015-07-23

    上傳用戶(hù):zhangzhenyu

  • 給定n 個(gè)整數(shù)a ,a , ,an 1 2  組成的序列

    給定n 個(gè)整數(shù)a ,a , ,an 1 2  組成的序列, a n i | |£ ,1 £ i £ n。如果對(duì)于i £ j ,有 0 = å = j k i k a ,則稱(chēng)序列區(qū)間i i j a , a , , a +1  為一個(gè)零和區(qū)間,相應(yīng)的區(qū)間長(zhǎng)度為j-i+1。

    標(biāo)簽: 61516 an 整數(shù) 序列

    上傳時(shí)間: 2013-12-21

    上傳用戶(hù):偷心的海盜

主站蜘蛛池模板: 化德县| 武城县| 三原县| 宁陕县| 连山| 将乐县| 大邑县| 华阴市| 东宁县| 富顺县| 凉城县| 亳州市| 布尔津县| 阳泉市| 揭西县| 随州市| 五大连池市| 桓台县| 喀喇沁旗| 当雄县| 济宁市| 泗水县| 利辛县| 东乡| 通道| 滨海县| 陵水| 遂昌县| 集安市| 封丘县| 南丰县| 新邵县| 澄迈县| 西充县| 龙门县| 江门市| 翁源县| 含山县| 南开区| 东台市| 宜川县|