-
graphics source
图形学原代码――――画虚的直线和曲线-graphics source-abstract paintings and the linear curve
- 2022-05-18 20:15:26下载
- 积分:1
-
vc designed to achieve a "marginal fill" algorithm example
vc设计的一个实现“边缘填充”算法的例子-vc designed to achieve a "marginal fill" algorithm example
- 2022-09-27 14:05:02下载
- 积分:1
-
图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。...
图像的象素值变换,包括亮度、对比度和GAMMA校正算法,环境是OPENCV4.0,VC6.0。算法参考了MATLAB函数 imadjust 。-pixel image transformation, including brightness, contrast and GAMMA correction algorithm, the environment is OPENCV4.0, VC6.0. MATLAB algorithm reference to the function imadjust.
- 2022-05-15 10:59:38下载
- 积分:1
-
贝塞尔曲线的一个描述,这是最新的程序,希望能和大家共享...
贝塞尔曲线的一个描述,这是最新的程序,希望能和大家共享-Bezier curves, a description, which is the latest procedures, and we hope to share
- 2022-10-03 17:00:04下载
- 积分:1
-
mpeg的应用
mpeg的应用-mpeg Application
- 2022-02-25 22:26:54下载
- 积分:1
-
对读入的两幅图像进行逐个像元比较,取其中最大或最小值形成新图像矩阵,输出。
已形成界面。可通过界面进行上述操作。...
对读入的两幅图像进行逐个像元比较,取其中最大或最小值形成新图像矩阵,输出。
已形成界面。可通过界面进行上述操作。-To read the two images pixel-by-comparison, the maximum or minimum value from which to form a new image matrix, the output. Interface has formed. Through the interface to carry out such operations.
- 2022-01-26 02:12:34下载
- 积分: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
-
数字图像处理中用到的几乎所有的源代码!!!完全用Delphi实现.
数字图像处理中用到的几乎所有的源代码!!!完全用Delphi实现.-digital image processing used in almost all of the source code! ! ! Complete with Delphi.
- 2022-03-16 10:20:18下载
- 积分:1
-
基于PDE的图像边缘保留去噪源代码Total Variation Image Denoisin
基于PDE的图像边缘保留去噪源代码Total Variation Image Denoisin-PDE-based denoising of the image edge to retain the source code Total Variation Image Denoisin
- 2022-03-10 16:12:09下载
- 积分:1
-
数字隐写技术,很好用的数字水印算法。采用VC++编程实现,步骤明细,内容清楚,欢迎下载...
数字隐写技术,很好用的数字水印算法。采用VC++编程实现,步骤明细,内容清楚,欢迎下载-Digital steganography technology, a good digital watermarking algorithm used. Using VC++ programming, steps detail, content, clear, welcome to download
- 2022-03-18 14:59:30下载
- 积分:1