-
119964782gmm_utilities
说明: 实现混合高斯的功能,再次基础上可进行任意操作(The function of mixed Gaussian can be realized, and any operation can be carried out on the basis of it again.)
- 2019-06-19 16:46:43下载
- 积分:1
-
SARAutoFocus
基于点目标的自聚焦SAR成像算法!带图形显示!(point target on the autofocus algorithm for SAR imaging! With graphics!)
- 2007-01-17 00:58:15下载
- 积分:1
-
autok
图像滤波matlab基于自适应k均值聚类的图像去噪方法(The image filter matlab image denoising method based on adaptive k-means clustering)
- 2021-04-19 15:18:51下载
- 积分:1
-
NonlinearEnhancement
滤波器图像增强的matlab算法实现程序。本人自己给出的程序代码(gabor wavelet matlab algorithm. Program code given by the original author)
- 2012-11-20 10:28:49下载
- 积分:1
-
object_tracking_based_on_kalman
实现基于卡尔曼滤波器的多目标跟踪,可进行相关了解与研究(object tracking based on kalman)
- 2019-06-06 09:40:59下载
- 积分:1
-
connect
图的连通性判断,基于MATLAB的实现,此方法可以知道有几个连通域,并且知道各个顶点的归属。(the judgement og a tuopu picrture)
- 2013-03-15 11:56:06下载
- 积分:1
-
利用ADMM和小波进行图像恢复
利用ADMM和小波进行图像恢复
使用ADMM算法的图像恢复模型,并用到了增广拉格朗日函数和快速傅里叶函数(Using ADMM and wavelet to restore image, using ADMM algorithm to restore image model, and using augmented Lagrange function and fast Fourier function.)
- 2020-06-30 18:40:01下载
- 积分:1
-
lvbo2
基于DCT的数字水印抗滤波性能检测matlab代码(DCT-based digital watermarking anti-filtering performance detection matlab code)
- 2013-04-25 14:44:42下载
- 积分:1
-
Matlab与CAD软件直接的图形相互输入
说明: matlab输入CAD图像文件,matlab中图形导入CAD,matlab与CAD互转(Matlab Input CAD Image File or graphics Import into CAD in matlab or matlab and CAD Interchange)
- 2020-07-11 22:18:55下载
- 积分: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