CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 提取算法

搜索资源列表

  1. G729E

    0下载:
  2. G729E,itut的文档及相关算法的源代码,包括基频提取等。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2223738
    • 提供者:曹鹏
  1. opticalflow

    0下载:
  2. 光流法原理及代码 主要的几种分类和算法介绍-Principle of optical flow method and code the major algorithms of several classification and descr iption
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:7860
    • 提供者:小明
  1. chengxu

    0下载:
  2. 基本的DCT水印嵌入和提取的方法。使用DCT算法嵌入水印信息 3)使用DCT算法提取水印信息 4)对嵌入水印的载体进行不可感知性测试 5)对嵌入水印的载体进行鲁棒性测试。 -Basic DCT watermark embedding and extraction method. 3) using the DCT algorithm to extract the watermark information 4) the carrier of the embedded waterma
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:278327
    • 提供者:nieyanlong
  1. huffman_Golomb_COMPRESS

    0下载:
  2. 从 Mentor Graphics 的自动测试图形生成(ATPG)工具 FastScan的 测试文档中提取出测试电路(CUT)的测试模式,生成便于对应压缩算法的文件 格式。 本文中, 给出了 2 种压缩测试模式的方法, 一种是基于统计的哈夫曼编码, 一种是基于差分运算的Golomb 编码。本次毕业设计中,在熟悉Mentor Graphics ATPG工具 FastScan的基本功能和其主要的测试模式输出文件的格式的基础上, 实现其中测试结构和测试模式数据的分析提取, 并且在
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:6143
    • 提供者:张志刚
  1. 2009_An_Improved_SPIHT_Algorithm_Based_on_Pixel_Do

    0下载:
  2. 基于像素域的改進的SPIHT算法:分層樹的集分割算法是一種簡單、有效的嵌入式零樹編碼算法.在算法的基礎上提出了一種基于空域的改進方法.首先將圖像的偶數裂像素減去相鄰兩奇數列的均值,形成分裂圖像.然后將分裂圖像的奇數列提取出來作為主圖像,將偶數列提取出來作為幅圖像.最后將主幅圖像以合適的權值分別進行壓縮-Pixel-based domain improved SPIHT algorithm: the set partitioning in hierarchical tree algorithm i
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:310471
    • 提供者:jason..
  1. max_get_Thresholdvalue

    0下载:
  2. 最大阈值提取算法,用于简单的二值性处理,简单而且有效-Extraction algorithm of maximum threshold for the simple binary processing activities, simple and effective
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1152
    • 提供者:陈杰西
  1. LZW_Compression

    0下载:
  2.  LZW压缩算法的基本原理:提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。看起来和调色板图象的实现原理差不多,但是应该注意到的是,我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时还要从已编码的数据中还原出原来的编译表.-LZW Compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5937
    • 提供者:cky
  1. jpeg

    0下载:
  2. 基本思路:利用开源库实现对jpeg的解压缩以直接提取量化表,根据标准量化表和所提取量化表编写算法实现质量因子的求算。-The basic idea: the use of open-source library achieve solutions to jpeg compression quantization tables extracted directly calculating quality factor, according to the standard quantization
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-05
    • 文件大小:2918373
    • 提供者:zhaoxinyue
  1. SIFT

    0下载:
  2. sift算法关于图像局部特征提取的源程序-sift
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1675092
    • 提供者:何志杰
  1. SUSAN

    0下载:
  2. susan 检测算法的代码和程序,内带图片可以直接运行提取到特征点-susan detection algorithm code and procedures, with pictures can be run directly to the feature point extraction
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:941023
    • 提供者:高琦
  1. LZ

    0下载:
  2. 本次采用的是LZ78算法,LZ78的编码思想是不断地从字符流中提取新的缀-符串(String),通俗地理解为新“词条”,然后用“代 号”也就是码字(Code word)表示这个“词条”。这样一来,对字符流的编码就变成了用码字(Code word)去替换字符流(Charstream),生成码字流(Codestream),从而达到压缩数据的目的。-The algorithm uses a LZ78, LZ78 coding idea is continually extracted from t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4363405
    • 提供者:陈娟
  1. DWTqianruhetiqu

    0下载:
  2. 一种基于能量比较的数字音频水印算法的仿真分析,包括嵌入和提取程序。-Simulating energy compare digital audio watermarking algorithm analysis, including embedding and extraction procedure.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1842
    • 提供者:李子昂
  1. 相机进行特征点检测算法

    0下载:
  2. 在相机平面内,提取特征点进行检测,对其进行标记,并输出在控制台上。
  3. 所属分类:压缩解压

搜珍网 www.dssz.com