虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

imAGE processing

  • 本文档介绍了如何使用各种内嵌工具

    本文档介绍了如何使用各种内嵌工具,函数和其他一些小技巧来加强使用matlab的速度和效率,是广大爱好者必读的文档。具体内容请参阅文档。 Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column vector, bounding a value without if statements, and repeating/tiling a vector without repmat. Contents: * The Profiler * Array Preallocation * JIT Acceleration * Vectorization * Inlining Simple Functions * Referencing Operations * Numerical Integration * Signal Processing * Miscellaneous Tricks

    标签: 文档 如何使用 内嵌

    上传时间: 2013-12-11

    上传用户:cuiyashuo

  • ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project

    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

    上传用户:笨小孩

  • 包含了H.264编码标准的两篇文章

    包含了H.264编码标准的两篇文章,是讲多描述编码的。An Effective Epipolar Geometry Assisted Motion Estimation Technique for Multi-View Image and Video Coding和An Epipolar Geometry-Based Fast Disparity Estimation Algorithm for Multiview Image and Video Coding

    标签: 264 编码 标准

    上传时间: 2014-12-21

    上传用户:saharawalker

  • Applet Name: navCube Applet Source: navCube.java Import(s): java.applet, java.awt, java.awt.imag

    Applet Name: navCube Applet Source: navCube.java Import(s): java.applet, java.awt, java.awt.image, java.lang, java.net, java.util Feature(s): image, animation, network, mouse

    标签: java navCube Applet awt

    上传时间: 2017-02-06

    上传用户:lhw888

  • Applet Name: Sentence Applet Source: Sentence.java Import(s): java.applet, java.awt, java.io, ja

    Applet Name: Sentence Applet Source: Sentence.java Import(s): java.applet, java.awt, java.io, java.lang, java.util Feature(s): text, image, animation, mouse

    标签: java Sentence Applet Import

    上传时间: 2013-12-17

    上传用户:lnnn30

  • public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public fi

    public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public final int MENURIGHT = 1 public final int MENULEFT = 0 Image menuImage[] = new Image[6] int []jiaodu = {330,30,90,150,210,270} String menuName[] = {"新游戏","继续游戏","游戏设置","高分榜","游戏帮助","退出游戏"} int x = getWidth()/2 int y = getHeight()/2 int count = 0 int local int index = 0 Font f boolean running = false /** * 构造方法 * */

    标签: public CircleMenuCanvas implements Runnable

    上传时间: 2014-01-08

    上传用户:zhaoq123

  • To review what a metaball is, and how to render them and to describe a new optimization I ve made

    To review what a metaball is, and how to render them and to describe a new optimization I ve made for rendering metaballs. For complex scenes, it can render hundreds of times faster, though I m certain others have discovered this trick as well. It does very slightly change the characteristic shape of the blobs, but there is no loss in image quality whatsoever. (I actually developed all this about two years ago, but just now felt like writing it all down, and had the time!)

    标签: optimization and metaball describe

    上传时间: 2013-12-27

    上传用户:彭玖华

  • This sample shows different ways of performing anti-aliasing - both by using only the native hardwa

    This sample shows different ways of performing anti-aliasing - both by using only the native hardware AA support, and by mixing the hardware modes with additional supersampling. There are various ways in which the supersampled image can be down-sampled. The way we do the downsampling in this example is the same technique that was used in 2 of our latest launch demos – “Froggy” and “Adrianne”.

    标签: anti-aliasing performing different sample

    上传时间: 2014-01-11

    上传用户:haohaoxuexi

  • In this paper, we propose a hierarchical clustering method using visual, textual and link analysis

    In this paper, we propose a hierarchical clustering method using visual, textual and link analysis. By using a vision-based page segmentation algorithm, a web page is partitioned into blocks, and the textual and link information of an image can be accurately extracted from the block containing that image.

    标签: hierarchical clustering analysis propose

    上传时间: 2014-01-07

    上传用户:xiaoxiang

  • 这是某个项目中使用的ARM7TDMI平台上ucos系统的bootloader

    这是某个项目中使用的ARM7TDMI平台上ucos系统的bootloader,将flash中存储的image解压缩并校验后,copy到ram中运行,已经在商用产品上应用,运行稳定,对于类似产品的开发有很好的参考价值

    标签: bootloader ARM7TDMI ucos 项目

    上传时间: 2014-01-16

    上传用户:坏天使kk