-
vb 图像处理
文件包括图像平滑处理,灰度拉伸,梯度法锐化,拉普拉斯锐化,色彩变换 二值化,边缘增强等, 还有众多的直方图。是学习vb 图像处理的一个很好的实例!
- 2023-01-16 23:00:03下载
- 积分:1
-
sicktoolbox
说明: 提供激光雷达点云数据的读取,滤波及分类功能(LIDAR point cloud data available to read, filter and sorting functions)
- 2020-11-29 14:39:28下载
- 积分:1
-
CHAOS_PSO_TEF
考虑混沌效应的粒子群算法,比常规粒子群更容易跳出局部解(optimization method of PSO, concerning the Chaos effect.)
- 2020-07-01 04:40:01下载
- 积分:1
-
直方图均衡化
说明: 直方图均衡化能自动地增强整个图像的对比度,但它的具体增强效果不好控制,处理的结果总是得到全局均衡化的直方图,对数据的处理不加选择,可考虑采用自适应直方图均衡化(AHE),可改进图像的局部对比度以及获取更多的图像细节。MATLAB代码均可直接运行实现。(Digital image processing histogram equalization,Adaptive histogram equalization)
- 2020-03-16 12:18:29下载
- 积分:1
-
SIFT
用SIFT算法实现了刚性和非刚性图像的配准
并且效果非常理想
SIFT的特征点的提取 描述 和匹配的算法有注释(Nonrigid Registration Using Free-Form Deformation.
)
- 2013-10-08 13:26:25下载
- 积分:1
-
Three dimensional vascular reconstruction
三维血管重建的matlab代码,毕业设计常用,非常实用的。(Three dimensional vascular reconstruction)
- 2018-10-23 20:08:57下载
- 积分:1
-
Denoise-Methods
程序实现了三种去噪算法:BLS-GSM/BM3D/NLM,评价指标为PSNR/SSIM.(Program implements three de-noising algorithm: BLS-GSM/BM3D/NLM, with evaluation of PSNR/SSIM.)
- 2014-06-03 15:04:49下载
- 积分:1
-
chapter-5
Wily book Digital Image processing fundamental dip
- 2013-08-18 13:50:17下载
- 积分:1
-
check_form
表單驗證
調用為
onBlur=checkform(fname1,fname2,types,value1,value2)
輸入框的驗證
onSubmit subt(this.id)
表單提交時的驗證
兩者需要一起使用
fname1=驗證的項目名
fname2=驗證的副項目名
types=驗證的方式
value1=驗證的值1
value2=驗證的值2
驗證的方式值:(多驗證方式用"|"分割 例: 1|2|3)
0.該值不能為空!
1.您輸入太短了!不能小於value1字符
2.您輸入太多了!不能超過value2字符!
3.你的兩次密碼不一至,請驗證!
4.您的輸入與要求不相符,該輸入只能在value1~value2之間!
5.您輸入的E_mail不正確!請重新輸入!
6.只能為數字
*/(calling for the certification form onBlur = checkform (fname1. fname2, types, value1, value2) input box test onSubmit subt (this.id) at the time of submission of the form Taken together need to verify the use of the test fname1 = fname2 = projects were validated by the deputy project were typ es = verifiable means value1 = the value of a certification value2 = 2 certification test the value of values : (multi-authentication "|" segmentation cases : 1 | 2 | 3) 0. The value can not be empty! 1. Your input is too short! value1 not less than two characters. You lose into too many! not more than value2 characters! 3. your password twice to different, Please validation! 4. Your input is not in line with requirements, The importation of only between value1- value2! 5. E_mail you enter )
- 2006-12-04 13:01:16下载
- 积分:1
-
MatlabEdgeDetection
一个基于matlab开发的系统,实现对图像直方图的绘制、canny、sobel等几种不同算子的边缘检测(A system based on matlab development, drawing the image histogram, canny, sobel edge detection of several different operators can manually modulation threshold)
- 2012-08-16 01:31:36下载
- 积分:1