-
摄像头获取图像进行C#的轮廓分析以实现图像识别
资源介绍
c# 图像识别的轮廓分析 摄像头取图识别
string fileName = Path.GetDirectoryName(templateFile) + "\\" + found.template.name;
if (!AugmentedRealityImages.ContainsKey(fileName))
{
if (!File.Exists(fileName)) return;
AugmentedRealityImages[fileName] = Image.FromFile(fileName);
}
Image img = AugmentedRealityImages[fileName];
Point p = found.sample.contour.SourceBoundingRect.Center();
var state = gr.Save();
- 上一篇: opencv 人脸识别
- 下一篇: 人脸识别matlab代码