-
ThinPlateSpline_MatlabCode
thin plate spline(薄板样条)模型,将已知图像通过非刚性变换得到所需要的图像,在图像配准中非常有用。(thin plate spline (thin plate spline) model, will be known through non-rigid image transformation to be necessary by the images of image registration in very useful.)
- 2009-03-31 13:41:15下载
- 积分:1
-
MeanShift
meanshift聚类,找到聚类中心,以及数据的类别(Clustering meanshift to find cluster centers, as well as the type of data)
- 2007-11-07 15:04:35下载
- 积分:1
-
walsh
这是一个基于matlab语言编写的沃尔什变换程序,里面有一个4X4的矩阵可当例子,修改相关参数可用于2^n的矩阵(Walsh Transform matlab language based program, which has a 4X4 matrix when the example 2 ^ n matrix can be used to modify the relevant parameters)
- 2021-04-21 00:08:49下载
- 积分:1
-
斜距转为地距
说明: 进行三维去高后,根据sar参数信息,将斜距转变为地距。(After performing three-dimensional height removal, the slope distance is converted to ground distance according to the sar parameter information.)
- 2021-01-29 11:58:39下载
- 积分:1
-
ReadRaster
说明: 使用GDAL的c#版本读取栅格图 gdal文件已经编译完成(Use C version of Dgal to read raster)
- 2021-01-01 13:18:58下载
- 积分:1
-
ViBe_Matlab
能够实现视频处理,利用MATLAB实现的VIEB算法,简单有效(To achieve video processing, using MATLAB implementation of the VIEB algorithm, simple and effective)
- 2017-09-17 17:43:14下载
- 积分:1
-
watermaking
基于整数小波变换的图像可逆水印,很好用,可逆性很强,自己查找的资料(Image reversible watermarking based on integer wavelet transform is very useful. It has strong reversibility and finds information by itself.)
- 2018-04-04 00:04:48下载
- 积分:1
-
k-means+BOF
提取sift特征,通过K均值聚类形成特征包,进行图像检索。(SIFT features are extracted and image packets are retrieved through K mean clustering.)
- 2020-11-28 14:49:28下载
- 积分:1
-
biaozhunchaandxinxishang
图像融合质量的标准差和信息熵的MATLAB代码,MATLAB代码(quality image fusion and the standard deviation of the information entropy MATLAB code, MATLAB code)
- 2007-05-20 09:22:33下载
- 积分: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