摘要:
这样将"liusitonghasyasa"写入name.txt是写不进去的,原因是程序结束时没有file_handle.close()语句。 阅读全文
posted @ 2019-03-12 16:30
ACPIE
阅读(308)
评论(0)
推荐(0)
摘要:
1.rectangle(...) rectangle(img, pt1, pt2, color[, thickness[, lineType[, shift]]]) -> img . @brief Draws a simple, thick, or filled up-right rectangle 阅读全文
posted @ 2019-03-12 16:24
ACPIE
阅读(334)
评论(0)
推荐(0)
摘要:
1. face_locations(img, number_of_times_to_upsample=1, model='hog')函数作用:Returns an array of bounding boxes of human faces in a image :param img: An ima 阅读全文
posted @ 2019-03-12 14:42
ACPIE
阅读(819)
评论(0)
推荐(0)
摘要:
程序段里, 1、cap = cv2.VideoCapture(0) VideoCapture()中参数是0,表示打开笔记本的内置摄像头,参数是视频文件路径则打开视频,如cap = cv2.VideoCapture("../test.avi") 2、ret,frame = cap.read() cap 阅读全文
posted @ 2019-03-12 14:19
ACPIE
阅读(4368)
评论(0)
推荐(0)