上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 96 下一页
摘要: 开放截面轮廓IfcArbitraryOpenProfileDef定义了任意二维开放截面轮廓,以便在扫描曲面几何图形中使用。它由一个开放的边界给出,从这个边界可以构造曲面。 IFC2x中增加的新实体。 非正式提议: 1、曲线必须是开放曲线。 下图展示了任意开放轮廓定义。曲线在基础坐标系中定义。基础坐标 阅读全文
posted @ 2021-01-17 19:56 西北逍遥 阅读(85) 评论(0) 推荐(0)
摘要: 1> 已启动生成: 项目: ZERO_CHECK, 配置: Release x64 1> Checking Build System1> CMake does not need to re-run because E:/LibRealsense/build_2021/CMakeFiles/gener 阅读全文
posted @ 2021-01-16 20:03 西北逍遥 阅读(279) 评论(0) 推荐(0)
摘要: 1> 已启动生成: 项目: ZERO_CHECK, 配置: Debug x64 1> Checking Build System1> CMake does not need to re-run because E:/LibRealsense/build_2021/CMakeFiles/generat 阅读全文
posted @ 2021-01-16 19:52 西北逍遥 阅读(357) 评论(0) 推荐(0)
摘要: 没有配置成功 eno1 Link encap:以太网 硬件地址 ac:1f:6b:7c:6f:44 inet 地址:192.168.1.100 广播:192.168.1.255 掩码:255.255.255.0 inet6 地址: fe80::3ca2:33c:e6a:3e50/64 Scope:L 阅读全文
posted @ 2021-01-16 11:27 西北逍遥 阅读(151) 评论(0) 推荐(0)
摘要: draw grid def grid(size=1, n=10, width=1): """draw a grid on xz plane""" gl.glLineWidth(width) s = size / float(n) s2 = 0.5 * size batch = pyglet.grap 阅读全文
posted @ 2021-01-15 21:26 西北逍遥 阅读(50) 评论(0) 推荐(0)
摘要: cv2 mat numpy # Helper code def load_image_into_numpy_array(image_param): img_shape = image_param.shape im_width = img_shape[1] im_height = img_shape[ 阅读全文
posted @ 2021-01-15 21:19 西北逍遥 阅读(1096) 评论(0) 推荐(0)
摘要: 此示例说明了基于材质图层集用法定义的具有拉伸实心几何图形的标准事例板。它包括一个圆形开口和一个矩形凹槽。下图显示了结果形状。 注意,开口和凹槽是IfcOpeningStandardcase的实例。 上图-带开口和凹槽的标准箱板。 注意:文件中没有颜色信息,目标应用程序已将显示的颜色设置为默认颜色。 阅读全文
posted @ 2021-01-15 05:34 西北逍遥 阅读(91) 评论(0) 推荐(0)
摘要: python opencv 读取摄像头数据 import os import cv2 cap = cv2.VideoCapture(2) while True: res, img0 = cap.read() # BGR cv2.imshow("win1",cv2.resize(img0,(640,4 阅读全文
posted @ 2021-01-14 10:11 西北逍遥 阅读(1526) 评论(0) 推荐(0)
摘要: 指示钢筋表面是普通表面还是有纹理(带肋)的枚举。 IFC2x2中增加的新类型。 Enumeration definition ConstantDescription PLAIN 钢筋表面平整。 TEXTURED 钢筋表面有纹理(带肋)。 EXPRESS Specification TYPE IfcR 阅读全文
posted @ 2021-01-14 07:59 西北逍遥 阅读(97) 评论(0) 推荐(0)
摘要: 枚举定义钢筋的作用、用途或用途的标准类型,即其拟承载的荷载和应力类型。 IFC2x2中增加的新类型。 IFC4更改添加项。 Enumeration definition ConstantDescription MAIN 钢筋是主筋。 SHEAR 钢筋为抗剪钢筋。 LIGATURE 钢筋是一种系带(链 阅读全文
posted @ 2021-01-14 07:56 西北逍遥 阅读(138) 评论(0) 推荐(0)
摘要: 枚举定义了轮廓形状的定义应在几何上分解为曲线还是曲面。 IFC1.5中增加的新类型。 Enumeration definition ConstantDescription CURVE 生成的几何项是curve和closed类型(IfcArbitraryOpenProfileDef创建的曲线解析为开放 阅读全文
posted @ 2021-01-14 07:51 西北逍遥 阅读(93) 评论(0) 推荐(0)
摘要: 类型定义 测角灯光从以下两个光源中的一个获取其强度分布函数:(i)行业标准文件,(ii)通过IfcLightIntensityDistribution直接传递的分布数据。 光分布根据一些标准化的光分布曲线提供发光强度分布。 选择 类型定义 IfcExternalReference光分布由标准光度数据 阅读全文
posted @ 2021-01-14 07:45 西北逍遥 阅读(141) 评论(0) 推荐(0)
摘要: ifclightmissionsourceenum定义了可用的不同类型光源的范围。 IFC2x2中增加的新类型。 Enumeration definition ConstantDescription COMPACTFLUORESCENT FLUORESCENT HIGHPRESSUREMERCURY 阅读全文
posted @ 2021-01-14 05:33 西北逍遥 阅读(93) 评论(0) 推荐(0)
摘要: realsense d435i qt 2.1863804 -1.0416172 5.268 -0.9421689 -1.1718271 2.25 detection time. (0.346s) 2.1863804 -1.0416172 5.268 -0.94886875 -1.18016 2.26 阅读全文
posted @ 2021-01-13 19:04 西北逍遥 阅读(329) 评论(0) 推荐(0)
摘要: 1.6505762 -0.7863537 3.9770002-0.9023885 -1.1223501 2.1550002 1.6190339 -0.7713266 3.9010003-0.92835045 -1.1546403 2.217 1.609073 -0.7665812 3.877-0.9 阅读全文
posted @ 2021-01-13 15:06 西北逍遥 阅读(453) 评论(0) 推荐(0)
摘要: realsense d435i测试 阅读全文
posted @ 2021-01-13 15:03 西北逍遥 阅读(326) 评论(0) 推荐(0)
摘要: 1、git clone https://github.com/ultralytics/yolov5 2、安装 (wind_202103) star@xmatrix:~/Yolov/yolov5-master$ (wind_202103) star@xmatrix:~/Yolov/yolov5-mas 阅读全文
posted @ 2021-01-13 08:47 西北逍遥 阅读(1473) 评论(0) 推荐(0)
摘要: IfcLayeredItem是所有指定给单个层的项的集合。这些项是表示项或完整表示(ifcrepresentionitem、IfcRepresentation)。如果引用了一个IfcRepresentation,则其项集中的所有IfcRepresentationItem都将分配给同一层。 注:根据I 阅读全文
posted @ 2021-01-13 04:28 西北逍遥 阅读(140) 评论(0) 推荐(0)
摘要: ubuntu大服务器 star@xmatrix:~/Yolov/yolov5-master$ star@xmatrix:~/Yolov/yolov5-master$ star@xmatrix:~/Yolov/yolov5-master$ star@xmatrix:~/Yolov/yolov5-mas 阅读全文
posted @ 2021-01-12 21:03 西北逍遥 阅读(273) 评论(0) 推荐(0)
摘要: .condarc内容 channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/ - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge - 阅读全文
posted @ 2021-01-12 20:41 西北逍遥 阅读(566) 评论(0) 推荐(0)
摘要: realsense point cloud # License: Apache 2.0. See LICENSE file in root directory. # Copyright(c) 2015-2017 Intel Corporation. All Rights Reserved. """ 阅读全文
posted @ 2021-01-12 11:05 西北逍遥 阅读(353) 评论(0) 推荐(0)
摘要: yolov5环境配置 (E:\Anaconda3\install1) L:\> (E:\Anaconda3\install1) L:\> (E:\Anaconda3\install1) L:\>conda create -n wind_202102 python=3.7 Fetching packa 阅读全文
posted @ 2021-01-12 09:51 西北逍遥 阅读(1514) 评论(0) 推荐(0)
摘要: pip error (wind_2021) L:\PytorchProject> (wind_2021) L:\PytorchProject> (wind_2021) L:\PytorchProject>pip install cython_bbox Collecting cython_bbox U 阅读全文
posted @ 2021-01-12 08:37 西北逍遥 阅读(262) 评论(0) 推荐(0)
摘要: IfcLightDistributionData定义了特定主平面角度下光源的发光强度。它基于一些标准化的光分布曲线;主平面角度是 ●A angle; if the IfcLightDistributionCurveEnum is set to TYPE_A●B angle; if the IfcLi 阅读全文
posted @ 2021-01-11 08:02 西北逍遥 阅读(117) 评论(0) 推荐(0)
摘要: IfcLightIntensityDistribution定义光源的发光强度,该强度随光线的方向而变化。它基于一些标准化的光分布曲线,这些曲线由光分布曲线属性定义。 IFC2x2中增加的新实体。 Attribute inheritance #AttributeTypeCardinalityDescr 阅读全文
posted @ 2021-01-10 12:22 西北逍遥 阅读(124) 评论(0) 推荐(0)
摘要: 表示层指定为几何表示项集合提供层名称(以及可选的描述和标识符)。ifcpresentationlayerasignment对应于术语“CAD层”,主要用于分组和可见性控制。 注:表示层的使用应限于简单的分组和显示目的。 可见性和访问控制以及图层样式指定(颜色、线型、线宽)由子类型ifcpresent 阅读全文
posted @ 2021-01-10 07:15 西北逍遥 阅读(267) 评论(0) 推荐(0)
摘要: 文本路径确定文本字符彼此之间的方向。 注:IfcTextPath是从iso10303《工业自动化系统与集成产品数据表示与交换》第46部分:集成通用资源:可视化表示中采用的实体。 注对应ISO 10303名称:文本路径. 正式标准的最终定义请参考ISO/IS 10303-46:1994。 IFC2x2 阅读全文
posted @ 2021-01-09 19:10 西北逍遥 阅读(81) 评论(0) 推荐(0)
摘要: save img void CameraProject2021::OnPhotoButtonClick() { if (!cameraMat.empty()) { QString picName = getImgName(); qDebug() << picName; bool isSavePic 阅读全文
posted @ 2021-01-09 09:51 西北逍遥 阅读(192) 评论(0) 推荐(0)
摘要: IfcIndexedTriangleTextureMap提供二维纹理坐标到其映射到的曲面的映射。它用于将纹理映射到IfcTriangulatedFaceSet的三角形。 IfcIndexedTriangleTextureMap将索引定义为纹理坐标的索引列表。TexCoordIndex是一个二维列表, 阅读全文
posted @ 2021-01-08 05:57 西北逍遥 阅读(203) 评论(0) 推荐(0)
摘要: pytorch yolov5 (wind_2021) L:\PytorchProject\yolov5-master> (wind_2021) L:\PytorchProject\yolov5-master>pip install -r requirements.txt Requirement al 阅读全文
posted @ 2021-01-07 16:00 西北逍遥 阅读(593) 评论(0) 推荐(0)
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 96 下一页