兰州新区建设银行网站,新民企业自助建站,东营网站建设规划书,新手如何学网站建设在前面分享的几篇中咱已经玩耍了Popup、ListBox多选、Grid动态分、RadioButton模板、控件的拖放效果、控件的置顶和置底、控件的锁定、自定义Window样式、动画效果、Expander控件、ListBox折叠列表、聊天窗口、ListBox图片消息、窗口抖动、语音发送、语音播放、语音播放问题、玩… 在前面分享的几篇中咱已经玩耍了Popup、ListBox多选、Grid动态分、RadioButton模板、控件的拖放效果、控件的置顶和置底、控件的锁定、自定义Window样式、动画效果、Expander控件、ListBox折叠列表、聊天窗口、ListBox图片消息、窗口抖动、语音发送、语音播放、语音播放问题、玩耍CEF;今晚接着研究在linux下怎么玩耍人脸检测;最终效果:1、在虚拟机下把摄像头配置好:2、直接用开源的项目中的VideoCapture:https://github.com/emgucv/emgucv3、直接参考前人的代码private void VideoCapture_ImageGrabbed(object ? sender, EventArgs e)
{Image Bgr, Byte imgeOrigenal videoCapture.QueryFrame().ToImage Bgr, byte ();imgeOrigenal.ToBitmap();_cascadeClassifier new CascadeClassifier(haarcascade_frontalface_alt2.xml);var grayframe imgeOrigenal.Convert Gray,byte ();//the actual face detection happens herevar faces _cascadeClassifier.DetectMultiScale(grayframe, 1.1, 3, maxSize: new System.Drawing.Size(200, 200));foreach(var face in faces){//the detected face(s) is highlighted here using a box that is drawn around it/themimgeOrigenal.Draw(face, new Bgr(System.Drawing.Color.Green), 3);}System.Drawing.Bitmap bitmap imgeOrigenal.ToBitmap();Dispatcher.UIThread.InvokeAsync(new Action(() {Img.Source ImageExtensions.ConvertToAvaloniaBitmap(bitmap);}));
}4、依赖配置需要把libcvextern.so复制到输出目录5、在Ubuntu出现问题:6、使用ldd libcvextern.so查看系统缺少的依赖7、使用sudo apt-get install去下载依赖环境,参考出处:https://github.com/emgucv/emgucv/issues/5248、使用到的指令libOpenGL.so.0 not found
1、sudo apt-get install libopengl0libavcodec.so.58 not found
2、sudo apt-get install libavcodec58libavformat.so.58 not found
3、sudo apt-get install libavformat58libavutil.so.56 not found
4、sudo apt-get install libavutil56libswscale.so.5 not found
5、sudo apt-get install libswscale5libgeotiff.so.5 not found
6、sudo apt-get install libgeotiff5libdc1394.so.22 not found
7、sudo apt-get install libdc1394-22-dev libdc1394-22 libdc1394-utils最终简单的效果先这样吧;以后有时间的话,可以再去摸索一下更复杂的效果;编程不息、Bug不止、无Bug、无生活;改bug的冷静、编码的激情、完成后的喜悦、挖坑的激动 、填坑的兴奋;这也许就是屌丝程序员的乐趣吧;今天就到这里吧;希望自己有动力一步一步坚持下去;生命不息,代码不止;大家抽空可以看看今天分享的效果,有好的意见和想法,可以在留言板随意留言;我看到后会第一时间回复大家,多谢大家的一直默默的关注和支持!如果觉得不错,那就伸出您的小手点个赞并关注一下,多谢您的支持