搜索资源列表
JPEG_doc2.1.4
- 通过阅读这份文档,能够对 JPEG 图形压缩有一定感性的认识, 但其数学原理不需要搞清. 能够通过这, 开始写自己的编码/解码程序. 或者看懂以有的代码. 对有损图形压缩有进一步了解.自己能够改良 JPEG, 比如增加透明色的支持, 加快 JPEG 的解码速度. -By reading this document to JPEG image compression to a certain emotional understanding, it does not need to unders
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
dipum_1.1.4
- 冈萨雷斯数字图像处理matlab版一书配套代码
jbig2dec-0.9.tar
- Jbig2解码代码包。包中有样例程序。 jbig2dec is a decoder library and example utility implementing the JBIG2 bi-level image compression spec. Also known as ITU T.88 and ISO IEC 14492, and now included by reference in Adobe s PDF 1.4.
chepaidingwei
- 很好的车牌识别代码 。具体步骤: 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0
OpenGLSB4-1-5
- OpenGL开发宝典第4版书中的第一二三四五章的c++代码
4-1
- opencv基础配套光盘代码,与大家分享
SpeedTreeRT_SDK_v4
- 该源码是有关SpeedTree这个软件的SDK,方便开发D3D的人员用来解析程序代码-SpeedTree 4.1 SDK
Graphic
- 实验内容 :(1)理解glut程序框架(2)理解窗口到视区的变换(3)理解OpenGL实现动画的原理(4)添加代码实现中点Bresenham算法画直线(5)添加代码实现改进Bresenham算法画直线(6)添加代码实现圆的绘制(可以适当对框架坐标系进行修改) -Experimental content : (1) understand the glut application framework (2) understand the window to viewport trans
ARMv1_JpgShow
- 开发环境:ADS 1.2 开发平台:ARM7(S3C44B0)+LCD(TFT4.3")+NorFlash(4M)+SDRAM(8M) 项目功能:实现将NorFlash中的50个JPG文件在LCD上显示. 核心代码:JPEG 解码,LCD 驱动,ARM 启动代码 调试时,请将picture\jpeg.bin 烧写到NorFlash的0X20000地址处. -Development Environment: ADS 1.2 development platform: ARM7
4[1].3
- 人脸检测 ,算法研究,驱动程序,海康卡,海康代码SDK-Face detection, algorithms, drivers,海康卡, Haikang code SDK
osggtk-0.1.4
- osgGTK,介绍如何在GTK中嵌入OSG代码;-osggtk
TheLogisticmap
- 此程序代码用于求解方程Xn+1=r*Xn(1 -Xn),其中X0为0——1之间的随机数,r的范围1——4;r取 不同的值是可计算得不同的Xn,据此得出Logistic Map图。-This program code is used to solve the equation Xn+1 = r* Xn (1-Xn), where X0 is 0- 1 random number between, r the range 1- 4 r take a different value is co
cairo-1.4.10-msvc
- Cairo是开源代码,用图像处理算法,对画图锯齿进行处理的一种算法。-Cairo
dcm4che-1.4.26
- 这个是一个医疗软件,他是国外开源的代码,在这里分享一下,希望对大家有帮助-This is a medical software, open source code he is abroad, where to share, we want to help
openscales-1.1.4
- openscales-1.1.4,开源的调用gis地图的代码-openscales-1.1.4, open source code for the call gis maps
CImg-1.4.9
- 封装了图像处理函数的类,用于图像处理编程的底层代码,VC++实现-Package of image processing functions of the class, low-level programming for image processing code, VC++ implementation
fast-er-1.4
- FAST角点的升级版,原作者自己的代码。-FAST corner of the upgraded version, the original author of the code.
HTM-4.0.1
- 该软件是基于HEVC的3D视频编码标准的最新版参考软件,代码没有问题,可以直接运行。-This is the newest reference software of the emgerging 3D video coding standards which is based on HEVC. There is no error in the code. We can directly run it without no modifying.
OpenGL-1.4
- 红宝书里面详细的代码,每章都有代码,运行起来没有错误-OpenGL Red Book Examples