# ****************************************************************************** # Copyright (c) 2023 Orbbec 3D Technology, Inc # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http:# www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ****************************************************************************** from pyorbbecsdk import Pipeline from pyorbbecsdk import Config from pyorbbecsdk import OBSensorType, OBFormat from pyorbbecsdk import OBError import cv2 import numpy as np import open3d as o3d from utils import frame_to_bgr_image
利用深度图将其转化成点云数据
最新推荐文章于 2025-06-09 09:18:22 发布