资源列表
Imageprocess
- // ThresholdDIB() - 图像阈值分割运算 // AddMinusDIB() - 图像加减运算 // HprojectDIB() - 图像水平投影 // VprojectDIB() - 图像垂直投影 // TemplateDIB() - 图像模板匹配运算
FreTrans.cpp
- * FFT() - 快速付立叶变换 * IFFT() - 快速付立叶反变换 * DCT() - 离散余弦变换 * WALSH() - 沃尔什-哈达玛变换 * * Fourier() - 图像的付立叶变换 * DIBDct() - 图像的离散余弦变换 * DIBWalsh() - 图像的沃尔什-哈达玛变换
edge
- 可以对图像进行边缘检测 其中检测方法可以通过参数设置改变 LoG Sobel Canny Prewitt
adjust
- 对图像进行灰度调整 参数为调整阈值 输出为调整后图像
gamma_MAP
- gamma_MAP滤波函数文件 可以对图像进行gamma_MAP滤波
calculate_min_distance
- 计算2组象素的最小距离 minimum euclidean distance calculation between 2 groups pixels and returns the distance and pixel coordinations 文件内容:test_min_distance5a.tif, CONTENTS.M, euclidean_distance.m, test_calculate_min_distance.m, test_min_distance1a.tif, test
1050310722
- 用C写的图像平滑处理的程序,含有测试的图片bmp格式。代码中有注释。
ST_pub
- This a research (and didactic) oriented toolbox to explore the PROSAC algorithm. The functions are reasonably well documented and there is a directory containing examples to estimate lines and homographies in presence of outliers. However a previous
1c
- We rigorously analyze the dispersion function and the curvature of the dispersion surface of a photonic crystal to explore the fundamental limit of its angular sensitivities. With insight gained from group theory, we fi nd that symmetry indu
image-edge-detecting
- 图像处理通用功能软件包 包括图像的中值滤波 边缘检测 图像的腐蚀等
22123912219420083261722347271929
- NEHE的知名度众所周知,提供OpenGL源代码,对初学OpenGL很有帮助
VC
- VC 程序设计实例教案:C++程序的组成: 1.预处理命令(#开头,包含三类:宏定义命令、文件包含命令、条件编译命令) 2.函数(可以使用库函数和自定义函数) 3.语句(组成程序的基本单元) 4.变量和对象(对象 C++指的是类的实例) 5.输入和输出 6.注释:用//开头