-
通过DE2平台上使用D5M摄像头读取Bayer数据并转化为RGB
应用背景In Quartus ii 10.0 Read Bayer format from D5M camera and convert to RGB format, through SDRAM, output on VGA port.关键技术在Quartus ii 10.0的环境下,实现了从D5M摄像头中读取Bayer数据并转化为RGB,通过SDRAM缓存,VGA控制器,输出到显示屏
- 2022-02-20 05:56:38下载
- 积分:1
-
matlab程序 防御系统弹道导弹目标识别方面的matlab程序
matlab程序 防御系统弹道导弹目标识别方面的matlab程序-matlab program of ballistic missile defense system target identification procedures matlab
- 2022-04-18 17:56:57下载
- 积分: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
-
韦恩王:数字图像数字水印方法的应用
王颖:数字图像水印 用扩频方法实现数字水印-Wayne Wang: Digital image watermarking method using spread-spectrum digital watermarking
- 2022-08-08 14:13:57下载
- 积分:1
-
用VC编写的JPEG2000编解码实现程序
用VC编写的JPEG2000编解码实现程序-VC prepared by the JPEG2000 codec to achieve procedures
- 2023-06-04 05:00:03下载
- 积分:1
-
breath
离散数据三角化-breath-5, a program file to show that I will be my last set of five procedures is described.
- 2022-03-19 02:32:53下载
- 积分:1
-
vb简单图形的绘制
利用vb编码的椭圆的绘制,以及五角星,还有对圆形进行等间距的分割。绘制折线,等间距分割折线。还有画两条直线,求交点的计算。算法简单,适合vb初学者绘制简单图形使用
- 2022-08-25 02:37:36下载
- 积分:1
-
3D三维立体变形C语言开发程序
3D三维立体变形C语言开发程序-3D three-dimensional deformation of C language development process
- 2022-05-08 00:02:38下载
- 积分:1
-
可以进行文字定位识别的VC源码,用来在数字相片中确认文字,标志等内容的位置,并进行OCR识别...
可以进行文字定位识别的VC源码,用来在数字相片中确认文字,标志等内容的位置,并进行OCR识别-positioning can be written to the VC-source identification, used in digital photographs recognized text, signs such as the location, and OCR
- 2023-01-21 03:50:05下载
- 积分:1
-
这是一个纯C语言的 H.264 解码程序,速度较慢,如果您试验时手头没有解码器,可以用此凑合。
执行命令方式为:...
这是一个纯C语言的 H.264 解码程序,速度较慢,如果您试验时手头没有解码器,可以用此凑合。
执行命令方式为:
-o 264格式的输入文件 yuv格式的输出文件
比如(假如目录为 D:H264 ):
D:H264h264_dec.exe D:H264 est.264 D:H264 est.yuv
若不输入参数,则默认为:
h264_dec.exe test.264 test.yuv-This is a pure C language of the H.264 decoding process, a slow, if you do not test the decoder, you can make do with this. For the implementation of the order:-o 264 of the input file format yuv format such as the output file (if the directory is D: H264 ): D: H264 h264_dec.exe D: H264 test.264 D: H264 test.yuv if the input parameter, the default is: h264_dec.exe test.264 test.yuv
- 2022-09-14 01:50:03下载
- 积分:1