CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 开运算

搜索资源列表

  1. OpenCV

    0下载:
  2. 基于opencv的use摄像头视频采集程序 1 基于opencv的两个摄像头数据采集 3 能激发你用代码做视频的冲动程序 6 图像反转(就是把黑的变白,白的变黑) 11 图像格式的转换 12 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测 13 采用Canny算子进行边缘检测 15 角点检测 18 图像的旋转加缩放(效果很拽,用地球做就像谷歌地球似的) 21 Log-Polar极坐标变换 22 对图像进行形态学操作(图像的开闭,腐蚀和膨胀运算)
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1682929
    • 提供者:jianglei
  1. jisuanqi

    1下载:
  2. 计算器编写,该科学计算器具有以下功能: ①运算功能:加、减、乘、除、求模、位异或、位与、位或、位非、正弦、反正弦、余弦、反余弦、正切、反正切、开方、开三次方、平方、倒数、均值、平方和、方差、标准差、阶乘、log2(x)、lg(x)、ln(x)、10x、2x、ex、(1+…+n)、xy、x(1/y)。 ②进制转换功能:要求能在二进制、八进制、十进制、十六进制之间进行任意的转换;能在任意进制下进行正数的加、减、乘、除、求模、位异或、位与、位或、位非运算。 ③输入功能:可清零、退格,可一键
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:18510
    • 提供者:周雷
  1. fenshuiling

    0下载:
  2. 改进分水岭方法定位虹膜,采用形态学开闭重建运算对图像进行滤波,进行前后景标记,从而进行分割图像-Improved watershed method to locate the iris, using morphological opening and closing operation for image reconstruction filter, before and after King Mark, thereby performing image segmentation
  3. 所属分类:Document

    • 发布日期:2017-05-27
    • 文件大小:10065468
    • 提供者:杨亚丽
  1. RsaAttack

    0下载:
  2. 包含大整数类,RSA加解密算法类,以及RSA低加密指数攻击的实现过程。大整数类实现任意大整数(可调整)的运算,重载+、-、*、/运算符,实现模幂、模逆运算,任意次幂、开任意次方运算。RSA类实现自定义密钥的加解密算法,各种转换过程。主函数提供了当公钥e很小时恢复明文的攻击方法。-It contains BigInteger class,RSA encryption algorithm class and the implementation process of RSA low encrypti
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2359067
    • 提供者:陈亚辉
  1. RemoveOverLap

    0下载:
  2. 采用形态学进行开闭运算,及纹理等分割方法。-The Methods of Image Segmentation on Application and Analysis of Remote Sensing Images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1505
    • 提供者:z
  1. morphological

    0下载:
  2. 图像的腐蚀、膨胀、开、闭运算。用菱形算子进行。-Image of erosion, dilation, opening and closing operation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:816
    • 提供者:孙某人
  1. chepaishibie

    1下载:
  2. 车牌提取:利用车牌的颜色、面积、长宽以及宽高比等特征对车牌区域进行提取,其中主要用到了二值图像的开闭运算技术。实验用的车牌均为白字蓝底,因此可以先找到图像中的蓝色区域,生成一张蓝色区域识别二值图,若判定为蓝色,值为1,若判定为非蓝色,值为0。利用开闭运算,对图像做预处理,然后再利用车牌的其他物理特征对车牌区域作进一步的识别。-Plate Extraction: Using color plates, area, length and width and aspect ratio and othe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1840
    • 提供者:王小二
  1. matlab5

    0下载:
  2. 初步版本,没有写成通用函数形式,程序中也没什么说明 实验内容 编制通用的二值形态学运算(腐蚀和膨胀、开、闭和击中击不中变换)函数; 函数可以处理不同的变换形式和不同类型-Preliminary version, written in generic form does not function, the program is also no descr iption of the experimental content preparation of a universa
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-13
    • 文件大小:2013
    • 提供者:lyj
  1. Morphology

    0下载:
  2. 实现了形态学中的膨胀、腐蚀、开闭运算,简单易懂-Realization of morphological dilation, erosion, opening and closing operation, easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:98447
    • 提供者:柯南
  1. OPENCVprogram

    0下载:
  2. OpenCV基本程序 包括边缘检测 直线检测 开闭运算等,比较好,珍藏版。-OpenCV basic procedures including edge detection, line detection opening and closing operation, good, collector s edition.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:18861
    • 提供者:雪獒
  1. countRice

    0下载:
  2. 提取米粒图片的轮廓特征,然后对图片进行开闭运算,计算图片中米粒的个数-The number of grain picture contour feature extraction, then the picture is opened or closed, and calculates the picture of a grain of rice
  3. 所属分类:Picture Viewer

    • 发布日期:2017-06-09
    • 文件大小:16369053
    • 提供者:陈俊
  1. AD5551_datasheet

    0下载:
  2. AD5551和AD5552是单身,14位串行输入电压 dac输出操作从一个5 V±10 供应。 AD5551和AD5552利用多功能3-wire接口 与SPI兼容,QSPI、导电带和DSP接口吗 标准。 这些dac提供14位的性能没有任何调整。 DAC输出无缓冲的,减少权力 消费和抵消错误提供的输出缓冲区。 与外部的AD5552运算放大器可以在双相操作 模式生成±VREF输出摆动。AD5552还 包括开尔文连接的引用和模拟 地面销减少布局灵敏度。为更高
  3. 所属分类:Project Manage

    • 发布日期:2017-03-30
    • 文件大小:190784
    • 提供者:Kevin
  1. Previous-Backup-of-3843.~(1).Sch.Zip

    1下载:
  2. CORDIC算法的核心在于利用加减和位移运算(对于FPGA很合适的运算),计算一个矢量的相位和幅度。 我们知道FPGA上没有开根号这样的运算,所以如果给定I,Q信号,计算其幅度sqrt(I^2+Q^2),-5110 liquid crystal display (LCD)
  3. 所属分类:Project Manage

    • 发布日期:2017-04-14
    • 文件大小:4241
    • 提供者:天边小农
  1. Calculator

    0下载:
  2. 一个可视化的计算器,具备基本的加减乘除、乘幂、开根式运算-an visualized calculator
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:68263
    • 提供者:李靖
  1. non-fragile--control-and-Simulation-

    0下载:
  2. 本文主要针对一例离散系统,研究了离散系统非脆弱性控制与仿真问题,介绍了离散系统稳定性的判定方法,讨论其在开环和闭环情况下的稳定性,以及在控制器受到扰动情况下,对系统的脆弱性与镇定条件进行讨论与仿真。本文主要使用matlab对此离散系统进行仿真与运算。-non fragile control and Simulation
  3. 所属分类:Software Testing

    • 发布日期:2017-04-01
    • 文件大小:113143
    • 提供者:汪涵
  1. Calc

    0下载:
  2. 计算器——程序设计代码 程序功能简介:用户根据程序提示,输入实数,选择要进行的运算,可以进行加、减、乘、除、模运算和开平方等运算。 - Calculator- Programming Code Program Features: user when the program prompts, enter a real number, the operation to be performed, you can add, subtract, multiply, divide, and sq
  3. 所属分类:ELanguage

    • 发布日期:2017-04-29
    • 文件大小:208671
    • 提供者:weiliang
  1. chapter10

    0下载:
  2. 形态学图像处理,包括腐蚀,膨胀,开闭运算,击中与击不中,区域填充,边界提取,顶帽变换的源代码。-Morphological image processing, including corrosion, expansion, open and close operation, hit and strike, area filling, boundary extraction, top-hat transform source code.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:112620
    • 提供者:林晨
  1. calculate127

    0下载:
  2. 大学时写的js计算器程序能进行简单加减乘除,和科学运算:(开根号,次幂,log……)-Js college calculator program written in simple addition and subtraction to multiplication and division, and scientific computing: (roots and the power, log ... ...)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:2295
    • 提供者:bei6206284
  1. Watershed-algorithm

    0下载:
  2. 改进的分水岭分割算法,其中使用开闭运算,修改局部极大值-Improved watershed segmentation algorithm, in which opening and closing operation, modify the local maxima
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1405
    • 提供者:孙小明
  1. MATLAB_Calculator

    0下载:
  2. 此程序通过使用MATLAB——GUI实现常规计算器功能,包括正常算术运算以及开根号x的y次方等功能-This program by using MATLAB- GUI implement routine calculator functions, including normal arithmetic operations and square root functions x to the power of y
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:10557
    • 提供者:dcl
« 1 2 ... 11 12 13 14 15 1617 18 »
搜珍网 www.dssz.com