-
emgucv人脸识别
本代码是一个在c#环境中使用emgucv(opencv)库进行人脸识别的程序,非常简单。很适合入门者来学习,非常感谢原作者的辛苦劳动。
opencv本身是使用c++开发的,emgucv是对opencv的封装,可以在c#环境汇总直接使用。
- 2022-05-28 23:45:19下载
- 积分:1
-
Edge detection , compare different methods of edge detection
Edge detection , compare different methods of edge detection
- 2022-01-21 03:37:46下载
- 积分:1
-
用VC编的控制摄像头的,希望对大家有用哟
用VC编的控制摄像头的,希望对大家有用哟...
用VC编的控制摄像头的,希望对大家有用哟
用VC编的控制摄像头的,希望对大家有用哟-VC addendum to the control of the camera, and I hope to use all useful yo VC addendum to the control of the camera, We hope that the right useful yo
- 2023-04-09 00:15:02下载
- 积分:1
-
Visual C++/DirectX9 3D游戏开发引导的一个基于视点相关的LOD地形渲染...
Visual C++/DirectX9 3D游戏开发引导的一个基于视点相关的LOD地形渲染-Visual C++/DirectX9 3D game development as a guiding view-dependent LOD-based terrain rendering
- 2023-04-23 23:15:03下载
- 积分:1
-
种子填充算法
资源描述
运用递归来实现种子填充算法,基本可以概括为选定屏幕中任意一点(多边形内),由此为种子,向其四周(即上下左右)“开花”(即填充),并且将上下左右各点当成种子点,直至满足If表达式的点个数为0。
- 2022-06-18 11:02:50下载
- 积分:1
-
- 2022-02-04 22:20:35下载
- 积分:1
-
D3D11的Kinect点云可视化程序
一个简单的可视化程序,通过类接口输入深度图和色彩图像即可在窗口中显示在3D空间中有颜色的点云图形
- 2022-10-15 18:15:03下载
- 积分:1
-
具有分析圆的形成的演示软件
具有分析圆的形成的演示软件-analysis with the formation of a round of presentation software
- 2023-08-19 07:35:03下载
- 积分:1
-
贺兰山岩画边缘检测代码
针对贺兰山岩画提出了3个合适的边缘检测算法。算法的核心是将岩画的亮度信息和彩色信息,融合于非线性双边滤波技术,通过
- 2023-03-31 13:45:04下载
- 积分:1
-
在图形模式下显示3D图形绕任意轴旋转的程序,物体的每一个顶点的坐标都储存在外部变量point中了,比如说第一个顶点就是point[0],他的坐标是(point[...
在图形模式下显示3D图形绕任意轴旋转的程序,物体的每一个顶点的坐标都储存在外部变量point中了,比如说第一个顶点就是point[0],他的坐标是(point[0][0],point[0][1],point[0][2])。整个步骤我想在程序的注释中讲得很清楚了。-in graphic mode display 3D graphics rotating procedures objects each vertex of the coordinates are stored in the external variables which point, for instance, the first point is a vertex [0], the coordinates of (point [0] [0], [0] point [1] point [0] [2]). I think the whole process in the Notes procedures made very clear.
- 2022-02-12 17:14:49下载
- 积分:1