资源列表
motion evaluate-block match
- 对于锚定帧中的每一个图像块 都在目标帧找到最匹配的块 ,使它们误差最小。(For each image block in the anchor frame, the most matched block is found in the target frame to minimize the error.)
opencv_camera
- opencv 调用PC摄像头进行拍照并保存照片(Opencv calls PC camera to take photos and save photos)
671594PicViewer(MFC)
- 图像浏览器的vc实现,是个很好的mfc框架(VC implementation of image browse)
AutoCAD LISP VLISP函数库查询辞典
- AutoCAD LISP VLISP函数库查询辞典(AutoCAD LISP VLISP function)
lena
- c++图像处理中经常用到的lena图片,里面包括jpg和bmp格式(.jpg and .bmp form picture of lena)
图像处理及图像分块
- 用于图像加密,及其计算灰度图像的psnr
动画的制作和生成
- 运用matlab进行动画制作,并保存为avi格式文件(Using MATLAB animation, and save as AVI format file)
calculator
- 用python实现简易计算器,包括+,-,*,/及一些扩展运算,是联系python的GUI编程的很好的练手题目。(simple calculator write by Python.)
ime_png_icons
- windows file developer for windows opc ua service
4个像素合并成1个像素
- 对栅格数据进行压缩 像素合并 将四个像素合并为1个 重采样。(raster data binning.)
pcadenoise
- 矩阵 pca或者低秩方法去噪,利用svd分解,实现对图像矩阵的去噪,该方法支持对rgb图像的去噪。使用代码请 文章中表明出处,感谢。 感谢重庆市研究生科研创新项目支持,项目号CYS16183(image denoise by low-rand regularizer or pca method. the low rank is evaluted by svd, and this method is also support for rgb image.)
官方PSNR和SSIM
- 简单好用的matlab实现批量计算彩色RGB图像的PSNR和SSIM,设置了3种转换方法,(1)matlab自带转换YUV格式,(2)自己编写YUV转换公式(3)matlab自带转换灰度格式(Simple and useful matlab batch computing color RGB image PSNR and SSIM, set up three kinds of transformation methods, (1) with matlab transform YUV format