-
3DS文件的装载机,可以实现加载3DS文件,和路由模型
3DS File loader,can realize load 3ds file,and roate model
- 2022-04-19 15:12:40下载
- 积分:1
-
in Image Processing category will read the color image into a gray
在图像处理类中将读取的彩色图像转化为灰度图像用于后续处理-in Image Processing category will read the color image into a gray-scale images for follow-up treatment
- 2022-05-05 08:36:48下载
- 积分:1
-
研究利用LMS自适应均衡器纠正存在加性白噪声的信道的畸变。讨论步长参数 和特征值扩散度 对学习曲线的影响。...
研究利用LMS自适应均衡器纠正存在加性白噪声的信道的畸变。讨论步长参数 和特征值扩散度 对学习曲线的影响。-To examine the use of LMS adaptive equalizer to correct the existence of additive white noise distortion channel. Discussion of step parameters and eigenvalues of the proliferation of degrees of impact on the learning curve.
- 2023-04-21 00:35:03下载
- 积分:1
-
可以自行写入汉字并可进行放大
可以自行写入汉字并可进行放大- May voluntarily read in the Chinese character and may carry on
enlarges
- 2022-03-16 15:59:52下载
- 积分:1
-
一个画图的小程序源代码
一个画图的小程序源代码-drawing of a small source code
- 2022-03-13 15:39:22下载
- 积分:1
-
由于本人最近研究人脸识别,收集的一些名校的博士硕士论文,全部是08年到09年的,具有很大的参考价值,如需要图像处理模式识别类的材料,请联系shuqin87@16...
由于本人最近研究人脸识别,收集的一些名校的博士硕士论文,全部是08年到09年的,具有很大的参考价值,如需要图像处理模式识别类的材料,请联系shuqin87@163.com-Because I study of face recognition has recently collected a number of prestigious doctoral master" s thesis, all of 2008 to 2009, and has great reference value, such as the need for image processing, pattern recognition type of material, please contact shuqin87 @ 163. com
- 2022-01-25 19:18:08下载
- 积分:1
-
English OCR recognition controls, can be identified on the Verification Code. De...
英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0
int startY = 0
int width = -1
int height = -1
try
{
startX = Convert.ToInt32(textStartX.Text)
startY = Convert.ToInt32(textStartY.Text)
width = Convert.ToInt32(textWidth.Text)
height = Convert.ToInt32(textHeight.Text)
}
catch (Exception ex)
{
Console.WriteLine(ex.StackTrace)
}
String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height))
textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpar
- 2023-04-27 23:15:04下载
- 积分:1
-
利用几何方法对图像进行配准,重建的计算,调整,处理。
利用几何方法对图像进行配准,重建的计算,调整,处理。-use of geometric methods to image registration, renewal, adjust and handle.
- 2022-12-23 10:40:04下载
- 积分:1
-
该程序利用线匹配算法实现了两幅或四幅图象的上下,左右的拼接,提高了拼界效率....
该程序利用线匹配算法实现了两幅或四幅图象的上下,左右的拼接,提高了拼界效率.-procedures for the use of the matching algorithm to achieve a two or four on the top and bottom, around the mosaic, improve the efficiency of fight circles.
- 2023-02-23 18:35:03下载
- 积分:1
-
图像处理 模板匹配
用模板匹配法找出待分析图片3. 将找到的英文字母按与待分析图片中相同的顺序写入文本文件中...
图像处理 模板匹配
用模板匹配法找出待分析图片3. 将找到的英文字母按与待分析图片中相同的顺序写入文本文件中-Image processing, template matching using template matching method to identify images to be analyzed 3. Will find the English alphabet and to be analyzed by the same order as in the picture into a text file
- 2023-01-06 09:50:03下载
- 积分:1