资源列表
computePCA
- it contain some programs about pca-it contain some programs about pca
EdgeDetector
- edge detection with java
low_hightlvbo
- 遥感图像处理程序高通滤波,低通滤波,图像处理-Remote sensing image processing high-pass filter, low pass filtering, image processing
FrequencyImage
- 包括如何将几百个*.txt的文件读入程序,并通过快速傅立叶变换进行数据处理画出图像。-including how to hundreds*. txt file into the process, and through the fast Fourier transform data processing paint images.
fuse_dwb
- 小波变换方法用于图像融合,可使用于灰度图像~-DWB
openglmouse
- opengl中的鼠标交互,实现了左键绘制矩形右键取消
exam03
- 这是基于opengl开发的,在VS上配置环境后就可以使用的-This is based on opengl development in the VS configuration environment can be used after the
platekg
- autoCAD lisp通过点选获得面积并求质量,可选择材料密度 无法对多线段图形求质量,需对多线段炸裂后再进行操作,尽量避免重线 图形必须闭合 支持删除内部孤岛面积 命令快捷键platekg- AutoCAD lisp obtained through the tap area and seeking quality, you can choose the material density unable to multi-line
glutobjs
- 在OpenGL环境下实现不同面的构造效果。-This program can perform defferents result in openGL.
BilateralFilteringProfile
- 本程序为基于快速双边滤波器的边缘保持算法,算法具有平移不变性,具有线性复杂度-this is a edge-preserving denoising method using fast bilateral filter
Urenlianshibie
- 对单个的人脸图像进行识别,通过运用网格法对人脸加以定位-Single face image recognition, through the use of grid method to locate the human face
indexfromPNG.cpp.tar
- 利用libpng库解码读取png图片,获取图片像素的颜色索引值,并将结果保存在opencv的Mat数据容器中。-The color index value for each pixel of a png pixture is given by this code with the help of libpng library. The result is saved in Mat class of opencv.