-
PeiZhun
说明: 基于图像灰度的图像拼接。由两幅内容有重叠的图像拼接成一幅视野更大的图像。(Image mosaic based on image gray scale. Content from the two overlapping images together into a larger image view.)
- 2010-04-13 19:23:23下载
- 积分:1
-
C# 读取像素 颜色 RGB值 实例源码下载
鼠标移动到哪里 就显示那里的颜色像素值
- 2014-09-01下载
- 积分:1
-
image-mosaic-using-SIFT
Image Mosaicing interesting application in computer vision
- 2012-11-30 00:53:20下载
- 积分:1
-
ImageProcessing
内容为《基于偏微分方程的图像处理》一书的实验教程。
(Content as a )
- 2008-05-08 18:58:05下载
- 积分:1
-
Pyramid-methods-in-image-processing
Pyramid methods in image processing
- 2013-12-05 20:08:18下载
- 积分:1
-
fusion
通过将高分辨率的图像和低分辨率的图像进行融合,来实现图像的融合。(By fusing high-resolution and low-resolution images, image fusion can be achieved.)
- 2019-01-02 13:38:51下载
- 积分:1
-
GS-YUNGUANGPIAN
GS算法,高斯光束整形成矩形光斑,或者根据自制的图片进行逆推相位(GS algorithm, Gaussian beam shaping)
- 2016-12-15 15:09:46下载
- 积分:1
-
book3e_2
说明: 冈萨雷斯版数字图像处理, 第三版配套代码,可参考(Gonzalez Digital Image Processing third edition supporting code)
- 2021-03-03 09:25:45下载
- 积分: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
-
图片位深度转换
基于mfc对话框开发的图片位深度转换器,源码部分截图如下。 CImage img; img.Load("D:\qrcode.png"); img.Save("D:\qrcode.bmp"); CxImage ximage; ximage.Load("D:\qrcode.bmp", CXIMAGE_FORMAT_BMP); ximage.AlphaStrip(); ximage.Save("D:\11.bmp", CXIMAGE_FORMAT_BMP);
- 2019-09-04下载
- 积分:1