资源列表
labview Clamp Max
- 用Labview vision平台测量几何图形的轮廓边界,用的是labview2017(Using the Labview vision platform to measure the outline boundaries of geometric shapes, using labview2017)
Color Matching
- 用Labview vision平台使用颜色匹配的例子,用的是labview2017(Labview vision platform using color matching example, using labview2017)
zaosheng
- 对图像分别加入高斯噪声和随机噪声,再分别用中值滤波和邻域平均方法进行滤波(The Gauss noise and random noise are added to the image, and the median filtering and neighborhood averaging are used to filter the image respectively)
1.3 图像的边缘检测
- 1.3-1 a=imread('xinglong.jpg'); a=rgb2gray(a); e=log_edge(a,0.25) 1.3-2 a=imread('lena.bmp'); e=canny_edge(a,0.25); 注:该程序要求输入的图像的长、宽应相等。 1.3-3 为1.3-2的子程序 1.3-4 im=imread('lena.bmp'); image_out = susan(im,0.25); 1.3-5 为1.3-4的子程序
sobel
- sobel算子边缘检测,matlab源程序。(sobel aaaaaaaaaaaaaaaaaaa)
源码
- 对最大稳定颜色区域算法的验证,过查看图像像素的聚集聚类的连续时间步骤来完成对颜色的扩展。 通过对边缘幅度的分布进行建模,对强度缩放和图像模糊来稳定时间步长的选择。(Verification of algorithm for maximum stable color region)
Acquiring Kinect Data Demo
- 以源和二进制形式重新分配和使用,有或没有 修改,允许,条件是以下条件 满足: ????*重新分发源代码必须保留上述版权 ??????通知,此条件列表和以下免责声明。 ????*以二进制形式进行再分发必须重现上述版权 ??????通知,此列表条件和以下免责声明 ??????随附的文件和/或其他材料 ????* MathWorks韩国有限责任公司的名称也不是名字 ??????其贡献者可能被用于认可或推广衍生产品 ??????从本软件未经特定事先书面许可。(Copyright
demo
- 二维零件损耗检测,一个大正方形零件中含有四个小零件。(Two dimensional part loss detection)
iwp
- 白平衡算法,比原始白块算法精度更高且处理效率相近(The Improved White Patch algorithm is an improvement of the White Patch algorithm by means of image pixel sampling. It is of greater accuracy but still of the same speed as the White Patch algorithm.)
ASPIHT
- 改进的SPIHT算法 提高图像质量并且不降低图像运行时间(The improved SPIHT algorithm improves the image quality and does not reduce the image running time)
lsb_and_report
- lsb 隐写,matlab实现,且有报告(lsb steganography with the Lab report)
LSB+DES
- des 和lsb结合的隐写,MATLAB实现(lsb steganography with des on the matlab platform)
