-
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码 -This is a high-level programming with OpenGL visualization system development (system development articles) source
- 2023-04-20 16:40:03下载
- 积分:1
-
计算机图形学中的坐标系变换的程序,是用VC++中的MFC编写的...
计算机图形学中的坐标系变换的程序,是用VC++中的MFC编写的-computer graphics, which coordinates the transformation process, with VC++ MFC prepared
- 2022-03-12 08:06:09下载
- 积分:1
-
x264是h264的简化版本,里面有些我修改过的东西,需要在linux下编译...
x264是h264的简化版本,里面有些我修改过的东西,需要在linux下编译-ENG encoder is a simplified version, inside I changed some things, the need to compile under Linux
- 2022-04-01 19:33:26下载
- 积分:1
-
游程编码
系统实现方案:总体思想:将图像文件以二进制方式读入缓冲区,把二进制位转制为整数,对缓冲区数据进行编码,以特定的格式(unsigned short)写入输出文件;解压缩过程反过来即可。压缩文件存储格式:以每两个字节为单位储存(即每次写入16位unsigned short类型)。 0 1 2~15 ... 第0位 存储压缩信息(1压缩;0不压缩,原始数据)第1位 如果第0位为1(压缩),此位标明字符类别(0或1);如果第0位为0(原始数据),此位无意义,默认为0后14位 存储字符数量或者原始数据的值
- 2022-07-09 04:00:22下载
- 积分:1
-
四叉树 图像分割
四叉树图像分割的基本实现~使用Opencv编写, 读入灰度图 进行递归分割-Quadtree segmentation opencv read into grayscale prepared for recursive partitioning
- 2022-05-06 19:51:13下载
- 积分:1
-
园的扫描转换算法
园的扫描转换算法-Park scan conversion algorithm
- 2022-03-23 16:01:20下载
- 积分: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
-
vc environment software development screenshots
vc环境下开发的截图软件-vc environment software development screenshots
- 2022-08-15 08:27:57下载
- 积分:1
-
Historgram test for Broland C 6.0, and share source code.
Historgram test for Broland C 6.0, and share source code.
- 2022-03-03 00:24:56下载
- 积分:1
-
录像功能模块
在vc++6.0环境下开发的一款录像功能模块,功能齐全,功能强大,效果很棒,可在安有vc++6.0的环境下直接运行。代码编写规范,便于阅读,很有学习价值。
- 2022-12-14 21:50:04下载
- 积分:1