搜索资源列表
ClockProject
- 同步显示系统时间的时钟,并有去抖动的功能.下载后可直接运行,vc++6.0编写-synchronous display system time clock, and jitter to the function. Can be downloaded directly operation, vc + +6.0 prepared
7281driver
- 7281可以驱动8/16位数码管。具有8*8的键盘接口,内含去抖动。-7281 8 / 16 digital control. * 8 8 with the keyboard interface, intron to tremble.
tuxiangchuli-c
- 图像处理的各种基本算法,几何变换,平滑,去澡,阀值取法,抖动,检测,匹配等等.
Deblur
- 图像去抖动程序,用小波多重网格法对卷积作逆变换得出清晰的原始图像并在此过程中去噪。
数字视频去抖动算法
- 数字视频去抖使图像稳定的MATLAB源程序
VC++_image_Code
- VC++6.0图像处理算法集:图象的几何变换、平滑(去噪声)、锐化、腐蚀、膨胀、细化算法、半影调、抖动、直方图修正、彩色变换、腐蚀,膨胀,细化等算法,并有可执行文件供试用,并附有配套电子收,是图像处理入门的好资料。-VC++ 6.0 image processing algorithms: image geometric transformation, smoothing (to noise), sharpening, corrosion, expansion, thinning algorit
firedetect_CSHARP
- 火焰检测系统,通过火焰的静态颜色特征和动态的抖动特征去识别。-fire detection
Stabilization
- 一个基于VC和OPENCV相结合的视频去抖动的程序-A procedure based on a combination of VC and OPENCV video to jitter
Image Restoration
- 图像、视频经常因为抖动而造成模糊,去模糊也是图像处理领域的难点和热点。算法实现单方向匀速运动的图像去模糊,是一种简化处理方式。-Images, video, often due to jitter caused by vague, to blur the field of image processing is also difficult and hot. Algorithm for single images to the direction of uniform motion blur,
removing-camera-shake
- 基于单张照片的相机去模糊,用于去除由于相机拍摄抖动造成的照片模糊-Based on a single photo of the camera to blur, camera shake to remove as blurred photos caused by
remove-camera-shake-from-image
- Fergus, R 写的关于图像去抖动很好的一篇论文,作者有公开代码在他的主页上-one of Fergus, R s papers about removing camera shake from a single photograph,we can download it s source code from his homepage.
Digital-Image-Processing
- 书内容包括 (1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配; (9) 图象的压缩编码、JPEG压缩编码标准; (10) 图
videostabilization
- 利用运动矢量补偿的视频去抖动算法,算法快速。基于openCV开发-motion vector stabilization
SHAKE_PROOF
- 手持式摄像机在使用时常常会受到使用者有意无意抖动的影响,从而影响成像效果,造成录制视频的不稳定及跳动问题,尤其是在使用者在一场景中特写或者跟踪某一具体目标时,使用者通常不能准确定位到或者估计出运动目标的位置,从而造成目标在视频中位置的不稳定,造成视频的主观效果变得不理想。 为了解决这一问题,我们需要设计一种算法来识别这种无意义的运动并设法通过补偿的方式来使得场景中的目标物体保持位置稳定的状态。 手持式摄像机捕获的视频通常都会受到抖动的影响,这严重的影响视频的主观效果。
ImageDitherdata
- 图像去抖动代码,通过对图像转成txt数据文件进行去抖动处理-Image debounce code, through the image data into txt file to jitter
CVPR14_text_code_blind
- cvpr2014年关于去抖动代码,具有很大的价钱,配合原来算法步骤来看,会有很大的效果-Cvpr2014 years about to shake the code, of great price, with the original algorithm steps, there will be a very big effect
trans_fourier_and_opti
- 通过使用傅里叶变换,对含有抖动的图像进行偏移量的计算和配准,从而实现去抖动,并添加了对应优化算法,降低计算量。-Using fourier transform to resigtration the pictures,and including a new optimize in such algorithm
卡尔曼
- 实现视频去抖动,利用了卡尔曼滤波更稳定,个人认为不错(To achieve video jitter, the use of the Calman filter more stable, personally think that good)
dou
- 进行仿射变换,实现视频的去抖动,没有卡尔曼滤波,可以实现,有问题找我(Affine transformation, the realization of video jitter, no Calman filter can be achieved, there is a problem to find me)
Video_ShakeProof
- 利用块匹配稳像算法实现视频去抖动。 主程序入口位于shakeproof.m(shakeproof.m main function. emba.m exhaustive macro block matching algorithm. splitmv.m split mv field into backgroud and foreground. hist2d.m 2d histogram function.)