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

搜索资源列表

  1. MATLAB_code_of_image_processing

    2下载:
  2. 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:397915
    • 提供者:guhuxiang
  1. Licensenumber

    0下载:
  2. 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2739336
    • 提供者:曹晓峰
  1. binary_hash

    0下载:
  2. 查找表源码,其中包含两个独立的程序: (1)哈希(Hash)表操作测试程序 (2)二分查找法测试程序 用C语言编译器编译后可以直接运行,功能包括查找、插入、删除等操作。-Source code look-up table, which contains two separate procedures: (1) hash (Hash) table testing procedures (2) binary search method to test the procedure usin
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3666
    • 提供者:code998
  1. chanru_paixu

    0下载:
  2. c语言实现的插入算法 用直接插入法对用户输入的顺序表进行排序 先建立一个顺序表,再直接插入排序 -c language implementation of the insertion algorithm using the direct insertion method of the order entered by the user sort the table must be built on a sequence table, and then directly into th
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:12024
    • 提供者:lll
  1. Graph_byArray

    0下载:
  2. 一个邻接矩阵表示的图型结构,可帮助了解图的数组表示法,理清很多基本概念。可以用VC直接编译运行。-An adjacency matrix representation of the map structure, can help to understand the array graph representation, clarifying many of the basic concepts. VC can be directly translated to run.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:8816
    • 提供者:LIZHENG
  1. NumericalAlgorithm

    0下载:
  2. 数值计算方法中部分重要算法的C语言代码实现程序。内容包括解非线性方程的迭代方法、矩阵分解的直接方法、插值法、数值积分-Numerical calculation method, some important algorithms in C language code implementation procedures. Includes iterative method for solving nonlinear equations, matrix decomposition of the di
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:20436
    • 提供者:黄旭
  1. ListBox

    0下载:
  2. ListBox.vcproj 這是使用應用程式精靈所產生之 VC++ 專案的主要專案檔。 它包含產生檔案時的 Visual C++ 版本資訊,以及使用應用程式精靈產生檔案的 過程中,選取的平台、組態和專案功能的相關資訊。 ListBox.h 這是應用程式的主要標頭檔。它包含其他專案特定的標頭 (包括 Resource.h), 並宣告 CListBoxApp 應用程式類別。 ListBox.cpp 這是主要的應用程式原始程式檔,它包含應用程
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-01
    • 文件大小:40969
    • 提供者:CT
  1. 111

    0下载:
  2. Gauss顺序消去法与Gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。--suanfa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:684
    • 提供者:雪松
  1. storeFloat

    0下载:
  2. 把一个浮点数存储到EEPROM中,有缩小放大法,这个要价绍的是直接存储法。优点是速度快。-To a floating-point number stored in EEPROM, there are narrow amplification method, the asking price is a direct storage method Shao. Advantage is speed.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:2207
    • 提供者:sxh
  1. Sort

    0下载:
  2. 折半插入排序,在直接插入排序时,插入位置是通过折半查找法确定的。-Binary insertion sort, in the direct insertion sort, the insertion position is determined by binary search method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1401
    • 提供者:shizhaoyin
  1. hooke-jeeves

    1下载:
  2. 优化算法中直接搜索法,Hooke-Jeeves算法-Direct search optimization method, Hooke-Jeeves Algorithm
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:575
    • 提供者:韩智光
  1. car

    0下载:
  2. 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:727608
    • 提供者:ziyousecai
  1. gray

    1下载:
  2. 基于VS.NET2008的C#彩色图像灰度化编程,可直接使用,包括内存提取法等多种像素提取方法。-VS.NET2008 based on gray-scale color images of the C# programming, can be used directly, including memory extraction and many other pixel extraction method.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:42808
    • 提供者:chenhuajiang
  1. shuzhi1

    1下载:
  2. 北航数值分析大作业第一题 用幂法、反幂法求特征值及行列式值、条件数等 完整c语言程序,直接运行就有结果,并且有结果截图-Beihang numerical analysis problem with the first major operating power method, inverse power law seeking eigenvalue and the determinant of value, condition number and so a complete c la
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1025950
    • 提供者:沁心
  1. EmbeddingDimension

    3下载:
  2. 假近邻法和Cao方法求混沌系统嵌入维的MATLAB源代码。可直接运行。-False neighbor method and Cao method of embedding dimension of chaotic systems demand MATLAB source code. Can be directly run.
  3. 所属分类:其他小程序

    • 发布日期:2017-06-08
    • 文件大小:147915
    • 提供者:zps
  1. zhijie4bitlsb

    1下载:
  2. 基于LSB的直接4bit替换法,就是直接用秘密图像像素值的高4bit去替换载体图像像素值的低4bit。 -Direct 4bit substitution, that is, the direct use of the secret image pixel values of the high-4bit image pixel value to replace the carrier' s low 4bit.
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1233204
    • 提供者:陈小潘
  1. TXHC

    0下载:
  2. 可以对图像进行合成操作 如差影法的加运算 减运算 并可以进行逻辑运算 文件中已经有了测试图片 方便直接使用-Images can be synthesized operations, such as poor law-add video subtraction and logic operations can test the image file already have convenient and direct the use of
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2601626
    • 提供者:jesse
  1. GaussianClutterPowerSpectrumEstimation

    0下载:
  2. 本程序已被本人整理到WORD文档中,编程语言为MATLAB,程序中首先利用非递归法产生滤波器系数,生成相关高斯杂波,直接对杂波信号作FFT变换,结果取模平方后除以长度N,即可得到杂波的功率谱,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!- This program has been organized into WORD document I, the programming language MATLAB, the program produced the
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3272
    • 提供者:biggirl
  1. pwm

    0下载:
  2. :随机脉宽调制是解决交流调速系统 中声学噪声的直接有效方法。随机零矢 量分 布是一种很好 的随 机方法,但其不对称的开关函数使其不适用于传统的电流采样方法。通过仿真表明 PWM周期中点采样的方 法无法得到准确的平均值,在分析不对称模式引起的纹波电流对电流平均值影响的基础上,提出了一种适合 于 RZV分布 的电流采样方法 。仿真结果证实该方法简单可行 。 -: Random pulse width modulation speed control system to solve
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:138600
    • 提供者:guoguo
  1. maopaopaixu

    0下载:
  2. 冒泡法排序C++实现的简便运算,可直接应用-Bubble sort C++ method to achieve an easy operation, can be applied directly
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1019
    • 提供者:程序员
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 50 »
搜珍网 www.dssz.com