UPDATE Vision 修复Z轴抓取
This commit is contained in:
@ -618,6 +618,7 @@ class Detection:
|
|||||||
print("RVC X Camera is not opened!")
|
print("RVC X Camera is not opened!")
|
||||||
return 0, None, None, None, None
|
return 0, None, None, None, None
|
||||||
|
|
||||||
|
|
||||||
def get_take_photo_position(self, Height_reduce = 30, width_reduce = 30):
|
def get_take_photo_position(self, Height_reduce = 30, width_reduce = 30):
|
||||||
"""
|
"""
|
||||||
检测当前拍照点能否检测到料袋
|
检测当前拍照点能否检测到料袋
|
||||||
|
|||||||
@ -25,6 +25,7 @@ from Vision.tool.utils import uv_to_XY
|
|||||||
from Vision.tool.utils import fit_plane_vision
|
from Vision.tool.utils import fit_plane_vision
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
class Detection_plane_vsion:
|
class Detection_plane_vsion:
|
||||||
|
|
||||||
def __init__(self, use_openvino_model=False, cameraType = 'RVC'):
|
def __init__(self, use_openvino_model=False, cameraType = 'RVC'):
|
||||||
|
|||||||
@ -151,6 +151,7 @@ def remove_nan(pm, y, x):
|
|||||||
break
|
break
|
||||||
return point_x, point_y, point_z
|
return point_x, point_y, point_z
|
||||||
|
|
||||||
|
|
||||||
def get_disk_space(path='C:'):
|
def get_disk_space(path='C:'):
|
||||||
|
|
||||||
usage = psutil.disk_usage(path)
|
usage = psutil.disk_usage(path)
|
||||||
|
|||||||
@ -104,6 +104,7 @@ def HIK_Camera_test():
|
|||||||
img = cv2.resize(frame, (800, 600))
|
img = cv2.resize(frame, (800, 600))
|
||||||
cv2.imshow('img', img)
|
cv2.imshow('img', img)
|
||||||
cv2.waitKey(1)
|
cv2.waitKey(1)
|
||||||
|
|
||||||
def detectionBagNum_test():
|
def detectionBagNum_test():
|
||||||
detectionBagNum = DetectionBagNum()
|
detectionBagNum = DetectionBagNum()
|
||||||
video_path = ''.join([os.getcwd(), '/Vision/model/data/2.mp4'])
|
video_path = ''.join([os.getcwd(), '/Vision/model/data/2.mp4'])
|
||||||
|
|||||||
Reference in New Issue
Block a user