-
fft2()的实现
本代码实现了图片2维的快速傅里叶变换,能够很好的算出结果;经过本人测试,效果很好。希望到家下载,互相学习学习。
- 2022-06-19 17:40:47下载
- 积分:1
-
vc++实现两幅图象融合的例子bcb4原代码,一很好的原代码,适合大家参考,...
vc++实现两幅图象融合的例子bcb4原代码,一很好的原代码,适合大家参考,-vc achieve two examples of image fusion bcb4 source, a very good source, for your reference,
- 2022-09-21 04:50:03下载
- 积分:1
-
Edit Control RopFun_demo source code, just the, I have not yet, we see no useful
编辑控件源代码RopFun_demo,刚下的,我还没看,大家看看有用没-Edit Control RopFun_demo source code, just the, I have not yet, we see no useful
- 2022-06-30 17:14:41下载
- 积分:1
-
Peking University
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第九章 线形系统理论-Peking University
- 2022-04-26 09:38:55下载
- 积分:1
-
OV9650
ov9650
Datasheet
Implementation Guide
SCCB Specification-ov9650 Datasheet Implementation Guide SCCB Specification
- 2022-10-05 15:05:03下载
- 积分:1
-
一个简单的画图工具
一个简单的画图工具-A simple drawing tool
- 2022-04-19 00:30:48下载
- 积分:1
-
数字图像处理 拉普拉斯锐化处理 图像平滑
数字图像处理 拉普拉斯锐化处理 图像平滑-we are all have to do every thing
- 2022-01-25 21:07:57下载
- 积分:1
-
median filter for image in c
median filter for image in c
- 2022-10-07 03:30:03下载
- 积分: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
-
应用Vertex shader3.0,通过GPU通用计算技术实现对流体的物理和渲染,实现高效率的流体模拟
- 2022-01-25 23:18:18下载
- 积分:1