摘要:
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Reflection; namespace Common { public static class 阅读全文
摘要:
import re import os.path import matplotlib import matplotlib.pyplot as plt from pdfminer.pdfparser import PDFParser, PDFDocument from pdfminer.pdfinte 阅读全文
摘要:
头像裁剪有利于人脸识别批量照片预处理,安防领域可以快速通过视频定位人脸,进行抓拍,做人脸识别相关功能的可能会应用到人脸裁剪,以下是我在实践中应用的代码,如有需要复制粘贴即可使用。 using Emgu.CV; using Emgu.CV.Structure; using ICSharpCode.Sh 阅读全文