// // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image. // There are various well-known mathematical operations that you can perform on an image // using histograms, to enhance the image, etc. // Histogram stretch (aka automatic gain control): // Stretches the image histogram to fill the entire range of values. This is a "point operation," // meaning each pixel is scaled to a new value, without examining the neighboring pixels. The // histogram stretch does not actually require you to calculate the full histogram. The scaling factor // is calculated from the minimum and maximum values in the image.
標簽: Sample Histogram Grabber sample
上傳時間: 2013-12-15
上傳用戶:ryb
This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model parameters, regularisation parameters and noise parameters as random variables that need to be estimated. The derivations and proof of geometric convergence are presented, in detail, in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Robust Full Bayesian Learning for Neural Networks. Technical report CUED/F-INFENG/TR 343, Cambridge University Department of Engineering, May 1999. After downloading the file, type "tar -xf rjMCMC.tar" to uncompress it. This creates the directory rjMCMC containing the required m files. Go to this directory, load matlab5 and type "rjdemo1". In the header of the demo file, one can select to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.
標簽: reversible algorithm the nstrates
上傳時間: 2014-01-08
上傳用戶:cuibaigao
ITU-T G.723.1 Speech Coder: Matlab implementation This package implements the speech coder and decoder. Full documentation is in the PDF file included with the package. The test folder has test programs for the coder and decoder (for Windows).
標簽: implementation implements package Speech
上傳時間: 2013-12-05
上傳用戶:qq521
使用定時器產生PWM波,可配合L298N用來驅動普通直流電機。適用于51單片機-use PWM timer generated wave, and with the drive for general L298N
上傳時間: 2014-11-17
上傳用戶:cazjing
* Explains process algebra and protocol specification using µ CRL, a language developed to combine process algebra and abstract data types * Text is supported throughout with examples and exercises * Full solutions are provided in an appendix, while exercise sheets, lab exercises, example specifications and lecturer slides are available on the author s website
標簽: specification developed Explains language
上傳時間: 2016-04-27
上傳用戶:笨小孩
富士通單片機MB902420系列 CAN Project: CAN0 will work as a simple Repeater. Received data will appear at Port P47..P40 (UserLEDs of FlashCan100P) and will send out again as byte-packages to ID#2 Receive-Buffer #1 : basic can Transmit-Buffer #6 : full-can ID #2
標簽: will Repeater Received Project
上傳時間: 2016-04-27
上傳用戶:www240697738
富士通單片機MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A falling edge on INTx will toggle PDR4_P4x in order to toggle the LEDx of the Flash-CAN-100P Board e.g. falling edge on INT3 will result in LED D3 will toggleP47..P40 (UserLEDs of FlashCan100P) and will send out again as byte-packages to ID#2 Receive-Buffer #1 : basic can Transmit-Buffer #6 : full-can ID #2
標簽: Interrupt-Pins external Project enabled
上傳時間: 2016-04-27
上傳用戶:waizhang
FIFO(先進先出隊列)通常用于數據的緩存和用于容納異步信號的頻率或相位的差異。本FIFO的實現是利用 雙口RAM 和讀寫地址產生模塊來實現的.FIFO的接口信號包括異步的寫時鐘(wr_clk)和讀時鐘(rd_clk)、 與寫時鐘同步的寫有效(wren)和寫數據(wr_data) 、與讀時鐘同步的讀有效(rden)和讀數據(rd_data) 為了實現正確的讀寫和避免FIFO的上溢或下溢,給出與讀時鐘和寫時鐘分別同步的FIFO的空標志(empty)和 滿標志(full)以禁止讀寫操作。
上傳時間: 2014-01-25
上傳用戶:趙云興
The Internet is bigger and better than what a mere browser allows. Webbots, Spiders, and Screen Scrapers is for programmers and businesspeople who want to take full advantage of the vast resources available on the Web. There s no reason to let browsers limit your online experience-especially when you can easily automate online tasks to suit your individual needs.
標簽: and Internet Spiders Webbots
上傳時間: 2016-06-22
上傳用戶:cc1015285075
序列對齊 Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequence database using the Smith-Waterman algorithm.[.wat815.] \fCssearch3\fP is about 10-times slower than FASTA3, but is more sensitive for full-length protein sequence comparison.
標簽: sequence protein DNA database
上傳時間: 2016-08-01
上傳用戶:wangchong