-
gaborFilterMap
图像处理中经常要用到的提取方向特征的gabor滤波程序(gabor filter map)
- 2014-01-23 15:40:00下载
- 积分:1
-
OpenCVsurf
opencv是图像处理中常用到的工具箱,本资料为基于此工具箱的图像处理匹配算法SURF的实现代码。(opencv is commonly used in image processing to the toolbox, the toolbox based on this information for the image processing algorithm to match the achievement of SURF code.)
- 2009-06-22 15:46:18下载
- 积分:1
-
Tarel algorithm
经典的Tarel去雾算法,可用于图像去雾的指标性能对比。(It is the classical dehazing algorithm, and it is can be used comparison with other algorithms.)
- 2020-06-26 16:00:01下载
- 积分:1
-
RANSAC-for-Outlier-Rejection
基于RANSAC算法的图像匹配过程,包括提出该算法的文章以及文章中所提到的所有程序代码,可以实现具有高度异常点的图像匹配过程。(RANSAC algorithm based on image matching process, including all the program code of the algorithm proposed article and the article mentioned, the image matching process can be achieved with a high degree of abnormal points.)
- 2021-03-23 21:19:15下载
- 积分:1
-
ImageMagick-6.8.6-7.tar
ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
- 2013-08-03 05:33:24下载
- 积分:1
-
bp_erf_log
混合像元分解,是定量遥感中非常重要的组成部分之一,在反演地表参数时是必须要考虑的因素之一,文中罗列了分解的一些方法(mixed pixel decomposition, is the quantification of remote sensing very important component of one of the the inversion of surface parameters is to be considered one of the factors, the paper listed some of the decomposition method.)
- 2013-06-21 17:09:36下载
- 积分:1
-
HARRIS-MATLAB
使用Harris角点检测方法进行图像特征点提取,NCC描述的方法进行粗匹配,再使用RANSAC算法进行精匹配。(Using the Harris corner detection method to extract the feature points of the image, the NCC description method performs rough matching, and then uses the RANSAC algorithm for fine matching)
- 2017-04-30 22:36:34下载
- 积分:1
-
robort
机器人的轨迹跟踪程序,修改参数可以重新建立自己想要的模型,可以看到末端轨迹的运动画面。(Robot trajectory tracking program, you can modify the parameters to re-establish the model you want, you can see the end of the trajectory of the moving picture.)
- 2017-03-13 11:47:29下载
- 积分:1
-
the-Algorithm-of-fire-detection
推荐火灾检测的参考文献,有火焰多个特征提取的算法。(the article is about how to detect fire,using many algorithms to get the features of fire.)
- 2013-03-26 15:01:04下载
- 积分: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