登录
首页 » Python » 17.3开运算

17.3开运算

于 2019-04-11 发布 文件大小:3KB
0 88
下载积分: 1 下载次数: 1

代码说明:

  图像开运算代码实例,可以直接运行,只需修改路径(Examples of image open operation code)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • arcpy生成raster外接矩形shp文件
    利用python脚本,调用arcpy工具,提取卫星影像外接矩形适量数据。
    2021-05-06下载
    积分:1
  • CNN
    这是一个为1D心电图数据训练而设计的神经网络。(this is a Covoluntional Neural Network deisigned for 1D ECG data training.)
    2018-12-03 16:21:06下载
    积分:1
  • findpoint
    可以利用python opencv实现获取图像上鼠标点击的点的像素的坐标(Python opencv can be used to obtain the coordinates of the pixels clicked by the mouse on the image)
    2020-06-25 13:20:01下载
    积分:1
  • opencv批量改变图片大小
    利用opencv批量改变图片大小,原图片名字需要统一格式放在文件夹中
    2022-03-24 00:31:15下载
    积分:1
  • GetSkeleton-using-OpenNI(Qt)
    MS的kinec SDK和OpenNI都提供了人体骨骼跟踪的算法,人体骨骼跟踪算法在kinect人体行为识别中非常重要,该识别过程通常被用来作为行为识别的第一步,比如说,通过定位人体中的骨骼支架,可以提取出人手的部位,从而可以把手的部分单独拿出来分析,这样就达到了手势的定位,而后面的手势识别则可以在刚刚定位出的领域进行处理。总而言之,一套有效的人体骨架追踪算法在kinect的一系列应用中非常有用,不过MS SDK和OpenNI虽然都提供了该算法类的直调用,但是其源码并没有开放,毕竟这是人家最核心的东东。   开发环境:QtCreator2.5.1+OpenNI1.5.4.0+Qt4.8.2(MS kinec SDK and OpenNI provides a human skeleton tracking algorithm, the human skeleton tracking algorithm in recognition kinect human behavior, is very important, the identification process is usually used as the first step in behavior recognition, for example, by positioning the body The skeletal stent, can extract a portion of manpower, which can grip a portion separate out to be analyzed, so that to achieve the positioning of a gesture, and the back of the gesture recognition processing can just locate the areas. All in all, a human skeleton tracking algorithm in the kinect range of applications useful, but MS SDK and OpenNI provides direct invocation of the algorithm class, but its source is not open, and this is, after all, the people most core stuff. Development Environment: QtCreator2.5.1+OpenNI1.5.4.0+Qt4.8.2)
    2021-03-25 21:29:14下载
    积分:1
  • online_fengci
    说明:  对现存的主流分词方法进行了分析和比较,对前人的成果和经验进行了研究和改进,设计实现了一个基于词典和统计方法的在线中文分词系统。本文系统使用了基于一种主流分词方法的经典算法,双向最大匹配法。这种方法能够将正向最大匹配法得到的分词结果和逆向最大匹配法得到的结果进行比较,从而决定正确的分词方法。这类算法的优点是速度快,时间复杂度为O(n),实现简单。本系统为用户提供了一个中文分词的在线平台,有文本分词,输入分词内容,实时显示分词结果等功能可供使用,本系统在切词准确度和速度上的表现较为良好,基本完成了中文分词的工作,提供了较好的用户体验。本文系统的创新点在于,将python语言作为开发语言,并选择了较为热门的web框架Flask作为开发在线系统的框架,实现了一个在线中文分词系统。目的是方便用户进行分词,并实时观测结果。(This paper analyzes and compares the existing mainstream word segmentation methods, studies and improves the previous achievements and experiences, and designs and implements an online Chinese word segmentation system based on dictionary and statistical methods. In this paper, a classical algorithm based on a mainstream word segmentation method, bi-directional maximum matching method, is used. This method can compare the result of forward maximum matching method with that of reverse maximum matching method, so as to determine the correct segmentation method. This kind of algorithm has the advantages of high speed, O (n) time complexity and simple implementation.)
    2020-06-11 15:10:29下载
    积分:1
  • qb神经网络
    从数据库获取车辆在一段时间内的所有行驶记录的相关数据,确定所需数据为GPS经纬度坐标和驾驶时长等,QB模型采用MDF的思想,其基本思想为:通过平均直接翻转距离函数定义两条轨迹之间的距离,两条轨迹需要具有相同的经纬度点数,具有相同点数的轨迹最大的优点是对轨迹距离成对计算,且相同轨迹之间具有更高的分辨率,对于轨迹聚类的结果有一定的优化。(Retrieved from the database cars all over a period of time, record the related data, determine the required data for the GPS latitude and longitude coordinates, and the driving time, QB model by adopting the idea of MDF, its basic idea is: flip directly by the average distance function definition of the distance between two trajectories, two tracks will have the same latitude and longitude points, and has the biggest advantages of the same points of trajectory track distance calculation in pairs, and has higher resolution, between the same trajectory for trajectory clustering results have certain optimization.)
    2020-06-23 08:00:01下载
    积分:1
  • FACE RECOGNITION
    利用PYTHON和opencvlibaray实现了人脸检测、人脸训练和人脸识别系统
    2022-02-13 09:43:03下载
    积分:1
  • pyhcarm-激活
    说明:  ubuntu上用于激活pycharm的工具,解压后直接拖到pycharm IDE上即可激活,方便简单使用,欢迎有需要的朋友下载。(The utility used to activate pychar on Ubuntu can be activated by directly dragging it to pychar ide after decompression. It is convenient and easy to use. You are welcome to download it.)
    2020-07-03 10:53:54下载
    积分:1
  • my_serial
    串口调试助手,用python实现的串口助手功能,打包成exe后可以直接使用(Serial debugging assistant)
    2014-06-17 08:30:56下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载