资源列表
基于不变矩的数字验证码识别
- 通过使用Matlab软件,实现了居于不变矩的数字验证码识别。(By using Matlab software, the recognition of digital verification codes based on moment invariants is realized.)
sift算法的完整matlab程序,本人测试过
- 很实用的sift算法程序,本人亲测过,稍微改改可以移植(this is very nice ,and can esay to play)
均值滤波和中值滤波.doc
- 均值滤波和中值滤波 图像是一种重要的信息源,通过图像处理可以帮助人们了解信息的内涵,然而在图像使用和传输过程中,不可避免会受到噪声的干扰,因此为了恢复原始图像,达到好的视觉效果,需要对图像进行滤波操作。根据噪声种类不同,可以采用不同的滤波方法,均值滤波是典型的线性滤波算法,能够有效滤波图像中的加性噪声,而中值滤波器是能够有效滤除脉冲噪声的非线性滤波器,但传统中值滤波去脉冲噪声的性能受滤波窗口尺寸的影响较大, 在抑制图像噪声和保护细节两方面存在矛盾。本文首先对不同均值滤波器在处理不同噪声方面的优
Real-Time+Rendering+(3rd+edition)
- Real Time Rendering第三版英文版pdf(Real Time Rendering 3rd edition)
Desktop
- 使用HIO算法实图像现相位恢复,包含源代码,简单实用。(HIO algorithm real image phase recovery, including source code, simple and practical.)
100个GH运算器详解(一)
- grasshopper是犀牛的一个可视化编程插件,此次分享的文件是运算器的解析(Grasshopper is a visual programming plug-in for rhinoceros. The file shared is the analysis of the arithmetic unit.)
LightStripe_Calibration_Reconstruction
- 采用线结构光技术对摄像机进行标定、光平面标定和三维重建。Include camera intrinsic calibration, light plane calibration and reconstruction in 3D measurement using light stripe technique.(Include camera intrinsic calibration, light plane calibration and reconstruction in 3D measur
mosaicbatch
- IDL 调用ENVI,高级图像镶嵌批处理。包括:镶嵌线、羽化等。(Mosaic Batch with Seamless)
Modify_UERD
- 图像隐写算法中的经典算法UERD功能实现,可以参考。(Image steganography algorithm classic algorithm UERD function to achieve, you can refer to.)
gdalv2.3.1
- gdal is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and single ve
DCT
- 对每类中的每幅图片进行DCT变换(8*8)分块并对保留的DCT系数进行反DCT变换,得到重建的图象,显示原图像和重建图像进行对比,并计算出与原图对比的PSNR值。(Each picture in each class is divided into DCT transform (8*8) and the reserved DCT coefficient is inverse DCT transform. The reconstructed image is obtained. The origi
load_obj-shader
- 加载obj文件,写shader ,用opengl渲染(load obj file and implemen render with shader)