搜索资源列表
SaveJPEG
- 提示: JPEG压缩分为三个部分: 1.JPEG压缩原理及算法(RGB/YCbCr,DCT/IDCT,量化,Z字型编码,用DPCM对DC/用RLE对AC编码/Huffman编码) 2.JPEG标记格式 3.JPEG图片文件的组织形式(位于SOS后的图像压缩数据是由MCU块怎样排列的,特别是使用了DRI之后) 还有许多细节问题: 1.解码过程中遇到“FF 00”当“FF”处理,否则忽略“FF” 2.进行DCT前YCbCr要减128,进行IDCT前要加128(相当于Y减128,YCbCr不需要加12
图像dct变换的程序
- 对原始灰度图像 Lena_gray.bmp进行图像压缩实验 1.对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换,比较结果。 2.可以使用 Matlab - Image Processing Toolbox 中的函数实现。 -gray image of the original image compression Lena_gray.bmp an experiment. This diagr
OOWin32
- NeHe SDK是把Nehe的教程中所介绍的所有功能,以面向对象的形式,提供给编程人员快速开发的一套编程接口。在下面的教程中,我将按NeHe SDK源码的功能分类,一步一步把这套api介绍给大家。如果你觉得有更好的学习方法,或者有其他有益的建议,请联系我。zhouwei02@mails.tsinghua.edu.cn,zhouwei506@mails.gucas.ac.cn 我在第四课的基础上,把公共的功能提取出来,并删除了特定的绘制函数,就完成了这个空白的程序框架,它可以使用基本的O
purikura
- The program purikura.m frames your images into a beautiful frame. Convert your boring looking images into decorated ones using it. Automatically adjusts the bordering i.e. framing according to the image s dimensions. Save the decorated
fingerDIP
- Using Guide: VC++6.0 employ the command in the menu step by step: image smooth image normalization Draw Dot direction Draw Block direction Draw Smooth direction Gabor filters enhancement \"readme.txt\" file: this
pieflab
- % PIEFLAB Main Directory % ---------------------- % % .m - files % ---------- % Contents.m : this file % startup.m : startup file: sets Matlab path executed automatically when % Matlab command is performed in this directory % % s
jogl_demo
- JOGL是在java环境下使用OpenGL的一种方式,这些代码来自Dr. Andrew Davison的Pro Java 6 3D Game Development一书,给出了在JOGL中使用OpenGL的两种编程框架。 Web Site for the book: http://fivedots.coe.psu.ac.th/~ad/jg2
Segmentation
- 医学图象分割软件,使用了基于Min-Cut/Max-Flow开元方程库(可在http://www.adastral.ucl.ac.uk/~vladkolm/software.html下载最新版本) 做分割判断, 并使用cimg库读取dcm图片. 本部分源码只负责切出轮廓, 轮廓将在openGL端中输出.
HessianImage.rar
- 基于hessian矩阵的图像处理,内附hessian的matlab源码,Hessian matrix-based image processing, Hessian containing the matlab source code
ACIS
- 3D modeling with ACIS
code
- 数字水印Linux系统下的实现 Peter Meerwald Dept. of Scientific Computing, University of Salzburg-Watermarking source version 0.4 * bug fixes - wm_xia_{e|d}.c variable level uninitialized - wm_zhu_{e|d}.c variable level uninitialized
vbengine
- vb演示运动----插床机构 在图示插床机构中,滑块5的移动导路ee通过铰链中心C,且垂直于AC。B、C、D 三点共线。导杆机构ABC的两连架杆可作整周转动,AB为原动件,以ω1等速转动。若要求滑块的行程s=154mm,行程速比系数K=1.5,B点轨迹与导路ee的交点B1,B2之间距B1B2=2s。试综合满足这一条件的插床机构并演示其运动。-vb demonstration sport---- slotter slotting machine agencies agencies in the
DH_General_Parcial_Robotica
- modelo simulink que invierte DC/AC
h123aac
- JPEG AC coefficient encoding routine
dsl-line-filter
- dimmer for drive ac motor or another ac tools.
ac
- Graphic 绘图小程序 能绘制矩形圆等,并改变颜色和线型。-Graphic drawing applet can draw round rectangles, etc., and change color and line type.
dip4
- 对原始灰度图像进行图像压缩,对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换 -The original gray image compression, this map for 8 × 8 DCT transform, respectively, to retain only the DC coefficient, and to retain the former 4,8,16 months tr
SuperResolutionColor
- This improved implementation of William T. Freemans super-resolution algorithm (2001). I works on color images. you can read about it on my web page : http://cs.huji.ac.il/~benny01-This is improved implementation of William T. Freemans super-resolu
repeatability_demo
- 这个matlab程序基于the repeatability criterion对几种区域检测子进行了比较,有问题可以查看下面这个网页 http://www.robots.ox.ac.uk/~vgg/research/affine/evaluation.html#eval_soft-Comparison of Affine Region Detectors
PicCompressEncode
- DCT效应-保留DC及前8个AC,在C#平台上制作表格显示(DCT effect - retains the DC and the first 8 AC, and produces tabular displays on the C# platform)