-
人脸识别是机器视觉当中研究的热门,此程序运用opencv和vc相结合开发出来的智能人脸识别程序...
人脸识别是机器视觉当中研究的热门,此程序运用opencv和vc相结合开发出来的智能人脸识别程序-Machine Vision Face Recognition is the most popular among the research, this program use a combination of opencv and vc developed Intelligent Face Recognition procedures
- 2022-02-03 23:36:17下载
- 积分:1
-
能够浏览yuv文件
能够浏览yuv文件- Can glance over the yuv document
- 2022-02-01 09:29:29下载
- 积分:1
-
Visual c++ to prepare the host
Visual c++编写主机端虚拟频谱显示仪!-Visual c++ to prepare the host-side virtual spectrum displays!
- 2023-02-07 12:50: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
-
bresenham的直线生成算法的代码
bresenham的直线生成算法的代码-generation algorithm code
- 2023-06-29 11:50:03下载
- 积分:1
-
Based on wavelet transform and the steerable pyramid algorithm for image texture...
基于小波变换和可操纵金字塔算法的图像纹理分析-Based on wavelet transform and the steerable pyramid algorithm for image texture analysis
- 2022-05-14 15:51:12下载
- 积分:1
-
图像抖动,有多种算法可以选择
图像抖动,有多种算法可以选择-image jitter, a variety of algorithms can choose
- 2022-05-15 00:53:47下载
- 积分:1
-
将一个彩色图像之间的颜色表示。
Convert a color image between color representations.
B = COLORSPACE(S,A) converts the color representation of image A
where S is a string specifying the conversion. S tells the
source and destination color spaces, S = destdest . Supported color spaces are
RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected)
YPbPr Luma (ITU-R BT.601) + Chroma
YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr)
YUV NTSC PAL Y UV Luma + Chroma
YIQ NTSC Y IQ Luma + Chroma
YDbDr SECAM Y DbDr Luma + Chroma
JPEGYCbCr JPEG-Y CbCr Luma + Chroma
HSV / HSB Hue Saturation Value/Brightness
HSL / HLS / HSI Hue Saturation Luminance/Intensity
XYZ CIE XYZ
Lab CIE L*a*b* (CIELAB)
Luv CIE L*u*v* (CIELUV)
Lch CIE L*ch (CIELCH)-Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destin
- 2023-02-24 07:00:03下载
- 积分:1
-
这个程序可以实现中点画圆画线 种子填充 裁剪
这个程序可以实现中点画圆画线 种子填充 裁剪-This process can achieve the midpoint of seed filling Circle Draw a line clipping
- 2022-04-01 11:02:51下载
- 积分:1
-
此原码包含两部分:标识物体测量面积和周长,阈值分割和轮廓提取。...
此原码包含两部分:标识物体测量面积和周长,阈值分割和轮廓提取。-This source code contains two parts: marking objects measuring the area and perimeter, threshold segmentation and contour extraction.
- 2022-04-11 13:03:31下载
- 积分:1