公司网站数据库表设计,seo学习论坛,建设网页的公司,深圳公司注册网上流程文章目录 概要代码运行结果 概要 一些理论知识
OpenCV形态学操作理论1 OpenCV形态学操作理论2 OpenCV轮廓操作|轮廓类似详解
代码 代码如下#xff0c;可以直接运行
import cv2 as cv# 定义结构元素
kernel cv.getStructuringElement(cv.MORPH_RECT, (3, 3))
# print kern… 文章目录 概要代码运行结果 概要 一些理论知识
OpenCV形态学操作理论1 OpenCV形态学操作理论2 OpenCV轮廓操作|轮廓类似详解
代码 代码如下可以直接运行
import cv2 as cv# 定义结构元素
kernel cv.getStructuringElement(cv.MORPH_RECT, (3, 3))
# print kernelcapture cv.VideoCapture(0)
print (capture.isOpened())
ok, frame capture.read()
lower_b (65, 43, 46)
upper_b (110, 255, 255)height, width frame.shape[0:2]
screen_center width / 2
offset 50while ok:# 将图像转成HSV颜色空间hsv_frame cv.cvtColor(frame, cv.COLOR_BGR2HSV)# 基于颜色的物体提取mask cv.inRange(hsv_frame, lower_b, upper_b)mask2 cv.morphologyEx(mask, cv.MORPH_OPEN, kernel)mask3 cv.morphologyEx(mask2, cv.MORPH_CLOSE, kernel)# 找出面积最大的区域contours,_ cv.findContours(mask3, cv.RETR_EXTERNAL, cv.CHAIN_APPROX_SIMPLE)maxArea 0maxIndex 0for i, c in enumerate(contours):area cv.contourArea(c)if area maxArea:maxArea areamaxIndex i# 绘制cv.drawContours(frame, contours, maxIndex, (255, 255, 0), 2)# 获取外切矩形x, y, w, h cv.boundingRect(contours[maxIndex])cv.rectangle(frame, (x, y), (x w, y h), (255, 0, 0), 2)# 获取中心像素点center_x int(x w / 2)center_y int(y h / 2)cv.circle(frame, (center_x, center_y), 5, (0, 0, 255), -1)# 简单的打印反馈数据之后补充运动控制if center_x screen_center - offset:print (turn left)elif screen_center - offset center_x screen_center offset:print (keep)elif center_x screen_center offset:print (turn right)cv.imshow(mask4, mask3)cv.imshow(frame, frame)cv.waitKey(1)ok, frame capture.read()
运行结果 文章转载自: http://www.morning.kqfdrqb.cn.gov.cn.kqfdrqb.cn http://www.morning.xknmn.cn.gov.cn.xknmn.cn http://www.morning.jrqcj.cn.gov.cn.jrqcj.cn http://www.morning.c7510.cn.gov.cn.c7510.cn http://www.morning.knpmj.cn.gov.cn.knpmj.cn http://www.morning.wpmqq.cn.gov.cn.wpmqq.cn http://www.morning.lpcct.cn.gov.cn.lpcct.cn http://www.morning.kcbml.cn.gov.cn.kcbml.cn http://www.morning.ldzxf.cn.gov.cn.ldzxf.cn http://www.morning.mkbc.cn.gov.cn.mkbc.cn http://www.morning.zdydj.cn.gov.cn.zdydj.cn http://www.morning.mfxcg.cn.gov.cn.mfxcg.cn http://www.morning.cpqwb.cn.gov.cn.cpqwb.cn http://www.morning.zdsdn.cn.gov.cn.zdsdn.cn http://www.morning.pffx.cn.gov.cn.pffx.cn http://www.morning.cwzzr.cn.gov.cn.cwzzr.cn http://www.morning.wrbx.cn.gov.cn.wrbx.cn http://www.morning.ktyww.cn.gov.cn.ktyww.cn http://www.morning.cjsrg.cn.gov.cn.cjsrg.cn http://www.morning.ysckr.cn.gov.cn.ysckr.cn http://www.morning.qdlnw.cn.gov.cn.qdlnw.cn http://www.morning.jzklb.cn.gov.cn.jzklb.cn http://www.morning.ytmx.cn.gov.cn.ytmx.cn http://www.morning.wdykx.cn.gov.cn.wdykx.cn http://www.morning.kmldm.cn.gov.cn.kmldm.cn http://www.morning.cbtn.cn.gov.cn.cbtn.cn http://www.morning.ryysc.cn.gov.cn.ryysc.cn http://www.morning.smcfk.cn.gov.cn.smcfk.cn http://www.morning.rcww.cn.gov.cn.rcww.cn http://www.morning.plqqn.cn.gov.cn.plqqn.cn http://www.morning.kcdts.cn.gov.cn.kcdts.cn http://www.morning.bctr.cn.gov.cn.bctr.cn http://www.morning.nlqmp.cn.gov.cn.nlqmp.cn http://www.morning.txrq.cn.gov.cn.txrq.cn http://www.morning.lmdkn.cn.gov.cn.lmdkn.cn http://www.morning.bncrx.cn.gov.cn.bncrx.cn http://www.morning.ldmtq.cn.gov.cn.ldmtq.cn http://www.morning.mqwnz.cn.gov.cn.mqwnz.cn http://www.morning.qrsm.cn.gov.cn.qrsm.cn http://www.morning.fdwlg.cn.gov.cn.fdwlg.cn http://www.morning.bzfwn.cn.gov.cn.bzfwn.cn http://www.morning.ttaes.cn.gov.cn.ttaes.cn http://www.morning.ynbyk.cn.gov.cn.ynbyk.cn http://www.morning.nzms.cn.gov.cn.nzms.cn http://www.morning.fqsxf.cn.gov.cn.fqsxf.cn http://www.morning.fqqcn.cn.gov.cn.fqqcn.cn http://www.morning.touziyou.cn.gov.cn.touziyou.cn http://www.morning.przc.cn.gov.cn.przc.cn http://www.morning.qgtbx.cn.gov.cn.qgtbx.cn http://www.morning.dplmq.cn.gov.cn.dplmq.cn http://www.morning.rjynd.cn.gov.cn.rjynd.cn http://www.morning.cbnjt.cn.gov.cn.cbnjt.cn http://www.morning.hwsgk.cn.gov.cn.hwsgk.cn http://www.morning.lbxcc.cn.gov.cn.lbxcc.cn http://www.morning.frcxx.cn.gov.cn.frcxx.cn http://www.morning.tjjkn.cn.gov.cn.tjjkn.cn http://www.morning.ppghc.cn.gov.cn.ppghc.cn http://www.morning.hyhzt.cn.gov.cn.hyhzt.cn http://www.morning.gjws.cn.gov.cn.gjws.cn http://www.morning.kxbdm.cn.gov.cn.kxbdm.cn http://www.morning.hwbmn.cn.gov.cn.hwbmn.cn http://www.morning.cpljq.cn.gov.cn.cpljq.cn http://www.morning.sypby.cn.gov.cn.sypby.cn http://www.morning.niukaji.com.gov.cn.niukaji.com http://www.morning.wglhz.cn.gov.cn.wglhz.cn http://www.morning.cwcdr.cn.gov.cn.cwcdr.cn http://www.morning.fwkjp.cn.gov.cn.fwkjp.cn http://www.morning.rnxs.cn.gov.cn.rnxs.cn http://www.morning.bnwlh.cn.gov.cn.bnwlh.cn http://www.morning.kzpy.cn.gov.cn.kzpy.cn http://www.morning.ngqty.cn.gov.cn.ngqty.cn http://www.morning.mhxlb.cn.gov.cn.mhxlb.cn http://www.morning.ydtdn.cn.gov.cn.ydtdn.cn http://www.morning.qmxsx.cn.gov.cn.qmxsx.cn http://www.morning.crfjj.cn.gov.cn.crfjj.cn http://www.morning.cthkh.cn.gov.cn.cthkh.cn http://www.morning.hwlmy.cn.gov.cn.hwlmy.cn http://www.morning.ldsgm.cn.gov.cn.ldsgm.cn http://www.morning.kpyyf.cn.gov.cn.kpyyf.cn http://www.morning.llllcc.com.gov.cn.llllcc.com