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

搜索资源列表

  1. EL1

    0下载:
  2. ELline网站管理系统,基于CMS系统二次开发而成,去除多余的功能,优化相应模块,更加符合企业实际应用。   拥有企业网站常用的模块功能(视频模块、单页面模块、文章模块、图片模块、产品模块、友情链接、自定义表单等功能)。   初次使用前需要安装。-ELline website management system, based on the CMS system secondary development from removing redundant functions, opti
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-11-29
    • 文件大小:4472052
    • 提供者:hpudn12
  1. cmosp2

    0下载:
  2. 图像处理中关于白平衡和彩色差值的一些算法优化和算法提升-White balance and color difference algorithm optimization and algorithms to enhance image processing
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:2827969
    • 提供者:fire
  1. askdjkd

    0下载:
  2. 雷达图像处理的优化及其匹配滤波,分析比较前后结果,明白匹配滤波的优点-Radar image processing and optimization of matched filtering, analysis of the results before and after comparison, to understand the advantages of matched filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:2862
    • 提供者:李云奇
  1. MyUI

    0下载:
  2.  仿QQ2011界面的源码,一个制作挺漂亮的窗体,使用时请注意:SKIN目录下的BK.bmp就是背景图片,想换背景图片就换个图重新运行程序就行,如果对这些代码有优化请把代码也发给我看看,一起优化-Imitation QQ2011 interface source code, making a pretty form, Please note the: SKIN catalog BK.bmp background image, want to change the background image
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-13
    • 文件大小:696968
    • 提供者:吴国栋
  1. function1111

    1下载:
  2. 一种基于TV正则化的自适应图像去模糊方法:最小优化算法-Based on TV regularization adaptive image deblurring method: Minimal Optimization
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:24375
    • 提供者:刘洪全
  1. ngx_pagespeed-master

    0下载:
  2. 该算法是最优化算法当中处理图形的较为常见的算法,适合初学者学习-ngx_pagespeed ngx_pagespeed speeds up your site and reduces page load time by automatically applying web performance best practices to pages and associated assets (CSS, Javascr ipt, images) without requiring you to m
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:110372
    • 提供者:shigeaixiaomao
  1. bmp_canny

    0下载:
  2. 纯c语言实现图像的canny边缘提取,没有经过任何的优化,最原始的代码,便于理解,里面含有测试图片-Pure c language canny edge detection of the image, without any optimization, the most primitive code, easy to understand, which contains test images
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:1259937
    • 提供者:gai
  1. lizifenge

    0下载:
  2. 一种能够利用粒子群算法来快速寻求图像分割的最佳阈值的c代码-A way to make use of particle swarm optimization to quickly seek the optimal image segmentation threshold c code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-19
    • 文件大小:2194025
    • 提供者:lfp
  1. Keil-uVision3

    0下载:
  2. 基于互信息的图像配准,优化算法采用Powell算法,采用matlab编写-Mutual information-based image registration, optimization algorithm uses Powell algorithm, using the preparation of matlab-Based on mutual information image registration, using Powell optimization algorithm, using
  3. 所属分类:Project Design

    • 发布日期:2017-11-18
    • 文件大小:25518436
    • 提供者:王强
  1. regiatration-dianlu

    0下载:
  2. 基于互信息的图像配准,优化算法采用Powell算法,采用matlab编写-Mutual information-based image registration, optimization algorithm uses Powell algorithm, using the preparation of matlab-Based on mutual information image registration, using Powell optimization algorithm, using
  3. 所属分类:Project Design

    • 发布日期:2017-11-16
    • 文件大小:473869
    • 提供者:王强
  1. matlab

    0下载:
  2. 设每位同学自己的学号为n,采用遗传算法求解下面优化问题: min f(x1,x2)=(4-2.1*x1^2+(x1^4)/3)*x1^2+x1*x2+(-4+4*x2^2)*x2^2+n-20111369 s.t. -3<x1<3 -2<x2<2 函数 为六峰值驼背函数(Six-hump Camel Back Function),要求如下: (i)mesh()为Matlab中常用的画图函数,请查阅相关书籍或help,掌握mesh用法
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:1372
    • 提供者:天溟
  1. BitmapFun

    0下载:
  2. android上的图片压缩,内存优化,解决大图片,大量图片处理问题。-android on the picture compression, memory optimization, to solve the big picture, a lot of image processing problems.
  3. 所属分类:android

    • 发布日期:2017-11-13
    • 文件大小:438123
    • 提供者:柯昌合
  1. ACO

    0下载:
  2. 基于蚁群算法的机器人的路径规划问题蚁群算法,一种与传统的数学规划原理截然不同的,模拟自然生态系统以求解复杂优化问题(如NPC(NP Complete)类问题,典型的有TSP(Traveling Saleman Problem)问题)的仿生优化算法,因其较强分布式计算机制、鲁棒性、易于与其他方法相结合等优点,使得蚁群算法具有较广泛应用领域,为那些最优化技术难以解决的组合优化问题提供了一类新的切实可行的解决方案。从最初的一维的静态优化问题扩展到多维的动态组合优化问题,包括车辆路径规划,工程设计,电力
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1100410
    • 提供者:lin
  1. VLSI-Project-Median-filer

    0下载:
  2. FPGA和ASIC实现的图像中值滤波模块,各模块的仿真结果以及MATLAB,Modelsim联合仿真。这是中科大超大规模集成电路设计优化的final project。附有最终版的report和presention。-FPGA and ASIC implementation of image filtering modules, each module of the simulation results and MATLAB, Modelsim co-simulation. This is the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-02
    • 文件大小:14796284
    • 提供者:刘星宇
  1. Vector-quantization

    1下载:
  2. 采用自组织映射算法(SOM)设计码书,达到全局最优,同时采用组合码字和图像块动态划分等优化算法,最终实现的码书性能比LBG算法有很大提高。这是中科大视频技术的final project,附有最终版的report和presention。-Using self-organizing map algorithm (SOM) designed codebook, the global optimum, while using a combination code word and image block
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:2068578
    • 提供者:刘星宇
  1. Face-orientation-recognition

    0下载:
  2. LVQ即学习向量量化神经网络是一种用于训练竞争层的有监督学习方法神经网络,在模式识别和优化领域有着广泛的应用。本课题要求使用LVQ神经网络训练人脸的特征数据,得到模型对任一人脸图像的朝向进行识别。-Learning Vector Quantization LVQ neural network that is used to train competitive layer neural network supervised learning methods in the field of patt
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3607226
    • 提供者:吴军
  1. jpeg_decoder

    0下载:
  2. JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the qua
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:982377
    • 提供者:颖风
  1. jpeg_decode

    1下载:
  2. JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the qua
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:60300
    • 提供者:颖风
  1. CEC_2008_edge

    0下载:
  2. This a demo program of image edge detection using ant colony, based on the paper, "An Ant Colony Optimization Algorithm For Image Edge Detection," IEEE Congress on Evolutionary Computation (CEC), pp. 751-756, Hongkong, Jun. 2008. Con
  3. 所属分类:Development Research

    • 发布日期:2017-03-27
    • 文件大小:321626
    • 提供者:jansi
  1. XJWJ

    0下载:
  2. 基于LabVIEW的图像边缘检测的算子组合优化研究 改基于SPI总线的多路高速数据采集系统的设计-Image Edge Detection Based on LabVIEW combinatorial optimization study of the operator to change the SPI bus-based multi-channel high-speed data acquisition system design
  3. 所属分类:Project Design

    • 发布日期:2017-05-07
    • 文件大小:1917156
    • 提供者:张工
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 33 »
搜珍网 www.dssz.com