-
用MFC实现的伽马变换(幂次变换),使用滚动条来调节各参数,同时也可以分R、G、B通道分别变换...
用MFC实现的伽马变换(幂次变换),使用滚动条来调节各参数,同时也可以分R、G、B通道分别变换-Gama Transfer by MFC
- 2022-08-14 11:06:57下载
- 积分:1
-
利用几何方法对图像进行配准,重建的计算,调整,处理。
利用几何方法对图像进行配准,重建的计算,调整,处理。-use of geometric methods to image registration, renewal, adjust and handle.
- 2022-12-23 10:40:04下载
- 积分:1
-
基于Java的图形编辑软件. 可在此软件基础上建立自己的绘图程序....
基于Java的图形编辑软件. 可在此软件基础上建立自己的绘图程序. -Java-based graphical editing software. May be based on this software to build their own drawing program.
- 2023-07-20 16:40:03下载
- 积分:1
-
利用hough变换来进行圆形检测.Function uses Standard Hough Transform to detect circles in a b...
利用hough变换来进行圆形检测.Function uses Standard Hough Transform to detect circles in a binary image.According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. upper left corner of image is the origin of coordinate system.-Using hough transform for circle detection. Function uses Standard Hough Transform to detect circles in a binary image.According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. Upper left corner of image is the origin of coordinate system.
- 2022-02-12 09:47:04下载
- 积分:1
-
opengl firework
使用c++编写的opengl程序,实现的场景有烟花,树木,喷泉,房子等。有很好的参考价值。
- 2022-01-31 09:35:09下载
- 积分:1
-
C++Builder实现图象去噪处理,是用中值滤波实现的,效果相当不错。...
C++Builder实现图象去噪处理,是用中值滤波实现的,效果相当不错。-C++ builder for realizing wipe off image s noise based on median filter.outcome is very well.
- 2022-03-04 14:22:21下载
- 积分:1
-
基于互信息的图像配准程序。用matlab编写的。有助于理解互信息。...
基于互信息的图像配准程序。用matlab编写的。有助于理解互信息。-based on mutual information of image registration procedures. Prepared using Matlab. Contribute to the mutual understanding of the information.
- 2022-02-25 16:58:54下载
- 积分:1
-
图像轮廓提取
图像的预处理 运用了使图像变得平滑的一般处理 即对高斯函数的卷积操作 高斯函数在图像处理中用作预平滑核 这样可以将图片背景模糊化 同时锐化图像
- 2023-05-01 18:30:04下载
- 积分:1
-
利用VC提供的GUI接口进行的简单编程,
利用VC提供的GUI接口进行的简单编程,-VC GUI interface provides a simple programming,
- 2023-06-25 05:55: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