资源列表
BRISQUE_release
- 无参考图像质量评价算法BRISQUE算法代码(No-reference image quality assessment)
PCA_ORL
- PCA人脸识别附带ORL人脸库 可直接运行(PCA Face Recognition)
SCANER
- 其中含有C#通过twain_32.DLL调用扫描仪方法(Containing Twain call category)
data hiding in an image
- 全同态加密算法的初学者可以借鉴一下,已经调试过得程序,非常成功 (Fully homomorphic encryption algorithm)((Fully homomorphic encryption algorithm))
手写数字数据集的光学识别_KNN
- 手写数字数据集的光学识别_KNN,有数据集,有源代码(Optical Recognition of Handwritten Digital Data Set _KNN, Data Set, Source Code)
双树复小波分解+特征提取+输出Excel
- 运行小波变换对图像进行处理分析,包括去噪纹理提取等(Running wavelet transform to process and analyze image, including denoising texture extraction, etc.)
R作地图(内含案例+中国地图+各省份地图+九段线)
- 数据可视化(R作图-中国区域整体地图+各省份地图,包含九段线)附完整代码。(Data visualization (R - overall map of China + maps of provinces, including the nine-dash line) with complete code.)
cvx-w64
- cvx是一个用于构建和解决严格凸规划的建模框架(CVX: A system for disciplined convex programming.)
rebuild
- 正弦条纹打在三维物体上,CCD记录到的条纹由于受到三维物体高度的调制而发生扭曲,扭曲的条纹(deformed fringe)实质上为原始条纹在物体具有高度存在的位置有了附加相位,各点的相位表现为由CCD图像采集获得的被调制的条纹数字图像的灰度值。通过扭曲的条纹和原始条纹比对计算得出相位变化值。(Sinusoidal fringe strikes a three-dimensional object, and the fringes recorded by CCD are distorted du
PCA+SVM
- 先用PCA降维,在利用支持向量机进行分类,这个分类是二分类,所以PCA的降维降到两维即可分类。(Firstly, PCA dimensionality reduction is used to conduct classification with support vector machine. This classification is binary classification, so the dimensionality reduction of PCA can be reduced t
图像去噪(matlab)
- 使用中值,均值,小波,DCT,PCA五种方法实现对图像的去噪处理。(Five methods, median, mean, wavelet, DCT and PCA, are used to denoise the image.)
MATLAB版超像素划分
- 此超像素分割代码是基于简单线性迭代SLIC实现,根据LAB颜色空间下颜色相似度完成图像分割,是目前比较流行的一种分割办法。