-
Bresenhan Line生成算法
Bresenhan Line生成算法-Bresenhan Line Algorithm
- 2022-07-16 13:56:14下载
- 积分:1
-
VC.net2005下可以编译通过。
我写的一个简单的程序,主要可以供学习microsoft DIBAPI 的简单使用...
VC.net2005下可以编译通过。
我写的一个简单的程序,主要可以供学习microsoft DIBAPI 的简单使用-VC.net2005 under compile. I wrote a simple procedure, can learn microsoft for the simple use of DIBAPI
- 2022-01-28 10:52:43下载
- 积分:1
-
image of a mathematical problem. Djvu used browser open.
图像中的数学问题。用djvu浏览器打开。-image of a mathematical problem. Djvu used browser open.
- 2022-03-15 06:12:54下载
- 积分:1
-
Simple Browse是一款简洁易用,源码公开的图片浏览器。它短小精悍,浏览快速,生成的缩图精美漂亮,能浏览常见的多种图像格式。 它是仿照ACDSee而...
Simple Browse是一款简洁易用,源码公开的图片浏览器。它短小精悍,浏览快速,生成的缩图精美漂亮,能浏览常见的多种图像格式。 它是仿照ACDSee而做的,样子和使用方法都挺象。但是有一点不同:在ACDSee里,浏览到缩图后,想看大图,要用View命令切换到另一个界面,有时候,这种做法不够方便;而Simple Browse的做法是,目录树、缩图文件列表和大图观看窗口,全放在一个界面中,省去切换的麻烦。-Simple is a simple to use, the open-source browser pictures. It is small and fast browser, generating tiny exquisite beautiful, can visit a variety of common image formats. It is a replica of ACDSee done, and the use of methods like are very like. But there is one difference : ACDSee, browse to the tiny, big map display, use View orders switch to another interface, sometimes this approach is not convenient enough; Browse and Simple approach is that tree, tiny paper map and the list window to watch, all on one interface, switching saved the trouble.
- 2022-01-28 01:07:02下载
- 积分:1
-
画出流畅的线条使用Bezier曲线
利用bezier曲线画圆滑的直线-draw smooth line use bezier curve
- 2023-05-18 14:00:03下载
- 积分:1
-
载入并显示3dsmax文件的代码
载入并显示3dsmax文件的代码-printed document and display the code 3dsmax
- 2022-12-19 03:00:03下载
- 积分:1
-
国外编写的一个非常好的基于matlab的Adaboost学习算法工具包。
国外编写的一个非常好的基于matlab的Adaboost学习算法工具包。-abroad to prepare a very good based on Matlab Adaboost learning algorithm tool kit.
- 2022-12-10 01:25: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
-
调用OPENCV和IPL库实现图像处理的单文档小程序,具有几何变换,腐蚀,色彩空间变换功能,里面附带详细注释。...
调用OPENCV和IPL库实现图像处理的单文档小程序,具有几何变换,腐蚀,色彩空间变换功能,里面附带详细注释。-OPENCV and IPL call for the realization of image processing procedures for small single-file, with geometric transformation, corrosion, color space conversion function inside fringe detailed notes.
- 2022-02-10 01:34:42下载
- 积分:1
-
KLT 特征点选取
Kanade-Lucas-Tomasi(KLT)算法是基于图像特征点的跟踪算法,由目标对象特征点提取,特征点跟踪两部分组成。本文首先阐述了KLT算法的基本原理,分析了影响算法执行速度的主要原因。分析表明KLT算法的操作主要集中在乘加运算和循环,图像卷积运算和循环占用的执行时间比较长。
- 2022-03-09 18:59:03下载
- 积分:1