-
基于Opencv与VC环境的视频采集图像滤波与角点检测运动跟踪 首先得装好Opencv...
基于Opencv与VC环境的视频采集图像滤波与角点检测运动跟踪 首先得装好Opencv-VC-based environment and Opencv video capture image filtering and tracking exercise corner detection equipment must first be good Opencv
- 2022-12-13 14:15:03下载
- 积分:1
-
zooming, voxelspace and plasma
zooming, voxelspace and plasma
- 2022-03-18 05:20:42下载
- 积分: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
-
基于移动最小二乘(MLS)的表面重建,实现的是SigGraph2004(图形学顶级)会议上“Define Point Set Surfaces”中的思路,强烈推...
基于移动最小二乘(MLS)的表面重建,实现的是SigGraph2004(图形学顶级)会议上“Define Point Set Surfaces”中的思路,强烈推荐给研究表面重建的同行-Based on the Moving Least Squares (MLS) surface reconstruction, realize that SigGraph2004 (Graphics top) meeting on
- 2022-10-22 09:15:03下载
- 积分:1
-
运动物体跟踪
应用背景机器视觉中,图像处理算法很多,但是大都处理复杂,我看了大量算法提取出一套比较简单有效的跟踪算法。基于opencv库函数对图像的强大处理能力和卡尔曼滤波原理的精妙,算法效果明显。欢迎大家借鉴使用,有意机器视觉学习的朋友欢迎提出建议。关键技术主要是利用opencv对图像的处理,灰度化,二值化,然后进行轮廓识别加上方框标记,最后利用卡尔曼滤波跟踪。关键思路是对提取出的多个轮廓进行最大值选取,从而确定跟踪点,为卡尔曼滤波的使用提供接口。为防止找不到最大轮廓的bug还设计了一个小算法。
- 2022-04-08 21:41:51下载
- 积分:1
-
一个动画程序,一个旋转的风车,风车的页面风格有差异。
一个动画程序,实现一个风车转动,风车的风页颜色各异-an animation procedures, a rotating windmill, the windmill style pages with different colors
- 2022-03-13 05:43:46下载
- 积分:1
-
该程序是完成人脸识别的程序,可根据给出图片在图片中匹配...
该程序是完成人脸识别的程序,可根据给出图片在图片中匹配-The program is the completion of the procedures for face recognition can be given in accordance with picture in picture matching
- 2023-04-27 22:45:03下载
- 积分:1
-
一个基本的图像特效源码,包括图像不同加载方式、不同…
一个基本的图像特效源码,包括图像不同加载方式、不同叠加方式等动画效果!适合初学者!-A basic source image effects, including images of different loading methods, different ways of stacking animation effects! Suitable for beginners!
- 2022-05-26 04:49:33下载
- 积分:1
-
在vc中产生对话框文件。
在vc中产生对话框文件。-in vc dialog generated documents.
- 2022-08-12 23:55:53下载
- 积分:1
-
对任意多边形进行切割,求其相交部分,相交部分用红色线段标出。...
对任意多边形进行切割,求其相交部分,相交部分用红色线段标出。-draw two polygon and then they can cut each other.The color of intersected parts are red.
- 2023-05-05 13:40:04下载
- 积分:1