-
use IM image library, the GLUT environment using camera images and preserve acce...
使用IM图象库,在GLUT环境下用摄像头获取图象并保存为AVI文件的例子,IM库到http://www.tecgraf.puc-rio.br/im 下载-use IM image library, the GLUT environment using camera images and preserve access to AVI file example, IM library to download http://www.tecgraf.puc-rio.br/im
- 2023-04-27 01:40:04下载
- 积分:1
-
visual programming based delphi
基于delphi的可视化编程
- 2022-08-12 15:23:45下载
- 积分:1
-
The code is mainly based on the Daubechies wavelet transform code
该代码主要为在c语言环境下编写的基于Daubechies的小波变换代码-The code is mainly based on the Daubechies wavelet transform code
- 2022-06-01 05:58:13下载
- 积分:1
-
GA a Markov Chain Models of Genetic Algorithms (1999).pdf
遗传算法的VC++程序需要看看GA中马尔可夫链过程的英文描述,需要书籍中的英文资料-GA a Markov Chain Models of Genetic Algorithms (1999).pdf
- 2022-06-13 10:52:42下载
- 积分:1
-
Computer Graphics Principle and Algorithm Tutorial (Visual C++ Version) Three
计算机图形学原理及算法教程 (Visual C++版)
三维变换-Computer Graphics Principle and Algorithm Tutorial (Visual C++ Version) Three-dimensional Transform
- 2022-08-25 04:03:45下载
- 积分:1
-
meanshift tracking method, a mouse click to select the tracking region
meanshift跟踪方法,鼠标点击来选定跟踪区域-meanshift tracking method, a mouse click to select the tracking region
- 2023-03-19 03:00:04下载
- 积分:1
-
dephi7自带源码,模仿windowxp菜单风格的操作
dephi7自带源码,模仿windowxp菜单风格的操作-dephi7 own source code, copying the style windowxp menu operation
- 2022-08-12 14:37:56下载
- 积分:1
-
Image Character Recognition Matlab source code, we hope that they will help poin...
图像字符识别matlab源代码,希望能给大家点帮助。-Image Character Recognition Matlab source code, we hope that they will help point.
- 2022-02-02 19:07:13下载
- 积分:1
-
隐马尔可夫模型源代码,可以用于图像处理,分为前项和后项...
隐马尔可夫模型源代码,可以用于图像处理,分为前项和后项-hidden Markov model source code, can be used for image processing, is divided into former and the latter
- 2022-07-03 00:20:11下载
- 积分:1
-
jpeg encode
论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。解码时,进行熵解码,反量化,反离散余弦变换(IDCT)。
- 2022-03-16 06:35:42下载
- 积分:1