ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project involves the design and implementation of a audio synthesis device that converts moving Images into audio signals. The system is built on a TM320C54x DSP with interface to an IMAQ camera module via the serial port on a PC. Brief description: A LabVIEW VI acquires an image from the IMAQ camera module. It quantizes the image into a 5x5, 3-bit image, and sends the data to the TM320C54x DSP via a serial port. The TM320C54x DSP constructs a 64-tap FIR by combining a series of 64-tap head related transfer functions (HRTF) according to the incoming data, and then filters an input audio signal with this FIR filter, in effect creating a correspondence between the filtered signal and the original image.
標簽: Visual-to-Audio Electronic download project
上傳時間: 2017-02-01
上傳用戶:笨小孩
本文以華北水利水電學院學生宿舍管理信息系統的研發為課題,就如何開發一個基于URP系統構架的學生宿舍信息管理系統展開研究。首先以華北水利水電管理學生宿舍管理及其相關的業務體系的調查報告為基礎,分析了一般高校的學生宿舍管理業務流程;其次,將業務體系抽象成若干個用例,對用例模型進行了粒度適當的細化和規范及詳盡的描述,在此基礎上進行了功能模塊設計和數據庫結構的設計;最后結合URP開發平臺和面向對象的軟件設計思想將系統各功能實現。 如下載的全文無圖片顯示時,請下載圖片,解壓后放在同盤根目錄下(例如學位全文下載至d:\xxxx,則圖片放到d:\Images)
上傳時間: 2017-03-07
上傳用戶:zxc23456789
The existence of numerous imaging modalities makes it possible to present different data present in different modalities together thus forming multimodal Images. Component Images forming multimodal Images should be aligned, or registered so that all the data, coming from the different modalities, are displayed in proper locations. The term image registration is most commonly used to denote the process of alignment of Images , that is of transforming them to the common coordinate system. This is done by optimizing a similarity measure between the two Images. A widely used measure is Mutual Information (MI). This method requires estimating joint histogram of the two Images. Experiments are presented that demonstrate the approach. The technique is intensity-based rather than feature-based. As a comparative assessment the performance based on normalized mutual information and cross correlation as metric have also been presented.
標簽: present modalities existence different
上傳時間: 2017-04-03
上傳用戶:qunquan
-The existence of numerous imaging modalities makes it possible to present different data present in different modalities together thus forming multimodal Images. Component Images forming multimodal Images should be aligned, or registered so that all the data, coming from the different modalities, are displayed in proper locations. Mutual Information is the similarity measure used in this case for optimizing the two Images. This method requires estimating joint histogram of the two Images. The fusion of Images is the process of combining two or more Images into a single image retaining important features from each. The Discrete Wavelet Transform (DWT) has become an attractive tool for fusing multimodal Images. In this work it has been used to segment the features of the input Images to produce a region map. Features of each region are calculated and a region based approach is used to fuse the Images in the wavelet domain.
標簽: present modalities existence different
上傳時間: 2014-03-04
上傳用戶:15736969615
In computer vision, sets of data acquired by sampling the same scene or object at different times, or from different perspectives, will be in different coordinate systems. Image registration is the process of transforming the different sets of data into one coordinate system. Registration is necessary in order to be able to compare or integrate the data obtained from different measurements. Image registration is the process of transforming the different sets of data into one coordinate system. To be precise it involves finding transformations that relate spatial information conveyed in one image to that in another or in physical space. Image registration is performed on a series of at least two Images, where one of these Images is the reference image to which all the others will be registered. The other Images are referred to as target Images.
標簽: different computer acquired sampling
上傳時間: 2013-12-28
上傳用戶:來茴
Java Media APIs: Cross-Platform Imaging, Media, and Visualization presents integrated Java media solutions that demonstrate the best practices for using this diverse collection. According to Sun MicroSystems, "This set of APIs supports the integration of audio and video clips, animated presentations, 2D fonts, graphics, and Images, as well as speech input/output and 3D models." By presenting each API in the context of its appropriate use within an integrated media application, the authors both illustrate the potential of the APIs and offer the architectural guidance necessary to build compelling programs.
標簽: Media Java Cross-Platform Visualization
上傳時間: 2013-12-04
上傳用戶:hanli8870
Chinese Remainder theorem implementation. Its done in php. Its implemented with interactive gui.index.php contain all the code.Rest folders contain the css Images and js scripts that enhance the gui
標簽: implementation implemented interactive Remainder
上傳時間: 2017-04-14
上傳用戶:lanwei
This project features a complete JPEG Hardware Compressor (standard Baseline DCT, JFIF header) with 2:1:1 subsampling, able to compress at a rate of up to 24 Images per second (on XC2V1000-4 @ 40 MHz with resolution 352x288). Image resolution is not limited. It takes an RGB input (row-wise) and outputs to a memory the compressed JPEG image. Its quality is comparable to software solutions.
標簽: Compressor Hardware Baseline features
上傳時間: 2017-04-21
上傳用戶:wyc199288
The GIFT (the GNU Image-Finding Tool) is a Content Based Image Retrieval System (CBIRS: http://en.wikipedia.org/wiki/CBIR). It enables you to do Query By Example (QBE: http://en.wikipedia.org/wiki/QBE) on Images, giving you the opportunity to improve query results by relevance feedback. For processing your queries the program relies entirely on the content of the Images, freeing you from the need to annotate all Images before querying the collection.
標簽: Image-Finding Retrieval Content System
上傳時間: 2014-01-11
上傳用戶:咔樂塢
OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern. 9:62-66 1979). Thresholds are computed to maximize a separability criterion of the resultant classes in gray levels. OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the corresponding Iseg is therefore a binary image. The pixel values for Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ... [Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability criterion within the range [0 1]. Zero is obtained only with Images having less than n gray level, whereas one (optimal value) is obtained only with n-valued Images.
標簽: OTSU segmentation Gray-level segmented
上傳時間: 2017-04-24
上傳用戶:yuzsu