资源列表
knn
- 通过knn分类算法识别魔方的色块颜色,加入是否识别成功判断,成功识别率比阈值法识别更高。有完整的备注(Through the KNN classification algorithm to identify the color block of the cube, the success rate is higher than the threshold method. Code has complete comments)
1920503
- 本文件为lisp源码,文件内包含对话框,画内切圆与外切圆。(This document contains the dialog box source code, draw inside and outside tangent circle.)
专题提取
- 很简单的基于灰度阈值提取全色影像水体的代码(A very simple extraction of water body code from panchromatic image based on gray threshold)
伽马校正原理
- 伽马校正的原理描述及实现代码,非常难得的资料。(The principle descr iption and implementation code of gamma correction)
FX ElliotWave
- Forex indicator for Meta trader 4. Based of elliot Wave indicator.
halcon手眼标定
- 眼在手移动相机手眼标定,其中包含标定板图像和配套的机器人末端姿态文件(eye in hand calibration)
三维高斯滤波程序
- 对三维数据进行滤波的高斯滤波程序,主要是低通滤波,精度较高(Gauss filtering program for filtering 3D data, mainly low-pass filtering, with high accuracy)
WRLD-EPS-01-0013
- 包含jpg、eps、ai、pdf格式世界地图,含国家边界(Including JPG, EPS, AI, PDF world map, including national boundaries)
work
- MATLAB实现PSNR 和SSIM算法和一种针对模糊图像的无参考评价。(图像像素需要相同)(MATLAB realizes PSNR and SSIM algorithm and a non reference evaluation for fuzzy image. (image pixels need to be the same))
结构函数法
- 通过拟合出一条曲线,对这个曲线进行结构函数法的分形维数计算,得到其粗糙度(By fitting a curve, the fractal dimension of the curve is calculated by structural function method, and its roughness is obtained)
conv_arithmetic图像处理
- conv_arithmetic图像处理,基于python的图像处理(conv_ Arithmetic image processing, image processing based on Python)
pca
- pca降维的MATLAB程序,很好用, 使用时只要把开头的数据集名字改一下就行。