CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - image algorithm

搜索资源列表

  1. RadarGUI

    0下载:
  2. 该代码仿真了雷达信号图像中目标的跟踪算法,采用了java编写的-radar signal and image of the target tracking algorithm, used in the preparation of java
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:161.33kb
    • 提供者:bian_zg
  1. simple-sift-doc

    0下载:
  2. 一种简化的图像SIFT特征提取算法-A simplified image SIFT feature extraction algorithm. . . .
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:476.33kb
    • 提供者:libo
  1. DImage0.4

    0下载:
  2. Java实现的数字图像增强处理程序,可以直接用,其中FFT算法为原创!-Java implementation of digital image enhancement processing, can be directly used, including FFT algorithm is original!
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1.7mb
    • 提供者:longyin
  1. SA_TSP

    0下载:
  2. matlabf非常好基于Contourlet变换的水印算法.与小波变换不同的是Contourlet变换采用类似于线段(contoursegment的基得到一种多分辨、局部化、方向性的图像表示。水印信号通过基于内容的乘性方案加载到Contourlet 变换系数-matlabf very good Contourlet Transform-based watermarking algorithm. and wavelet transform is different Contourlet trans
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:466.75kb
    • 提供者:ddsdsds
  1. IMGDeal

    0下载:
  2. 动画素材图像语义标注系统:该系统实现对图片的语义标注,提取图片的物理特征,并可以截取一张图片的任意部分进行物理特征提取,然后存入数据库;在客户端客户输入任意一张图片用匹配算法和数据库进行匹配,得出图片的描述(该图片的对象语义和场景语义描述)。该系统的开发与动漫公司和软件园863 项目专家进行的研讨,具有一定的应用价值。对匹配算法、图像物理特征提取、语义标注研究有很大的启发,同时用到的Java截图知识对Java学习者是很好的学习资料。-Semantic marking material
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1.11mb
    • 提供者:李林勇
  1. java_digital_image_process_algorithm

    0下载:
  2. 前些时候做毕业设计,用java做的数字图像处理方面的东西,这方面的资料ms比较少,发点东西上来大家共享一下,主要就是些算法,有自己写的,有人家的,还有改人家的,有的算法写的不好,大家不要见笑。 -Some time ago to do graduate design, using java to do digital image processing of things, this information is less ms, made up for all to share somethi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.33kb
    • 提供者:银鹭
  1. MEDICALIMAGESEGMENTATION

    0下载:
  2. medical segmentation (image processing) implementation in Java-medical segmentation (image processing) implementation in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:251.46kb
    • 提供者:rajan
  1. Filter_Algorithm

    0下载:
  2. Filter algorithm for image processing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1.5kb
    • 提供者:kiruthika
  1. ImageProcessing_

    0下载:
  2. JAVA程序训练实验。建立10*10的随机灰度值图像,利用均值滤波算法进行滤波,并在控制台中输出。-Create a random image of 10*10 pixels and print it out. Then filter the image by using average filter algorithm which makes a new image of 8*8 pixels because the brim elements cannot be filtered due t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1005byte
    • 提供者:cher
  1. CannyEdgeDetector

    0下载:
  2. java语言实现的具有应用程序界面的canny算法实现,代码编写的可读程度高,并有本人的详细注释。现在网上只有canny算法的java代码,并没有应用程序界面的canny算法实现,所以很多代码不知道能不能用,也不知道效果如何。本程序全面解析了canny算法的java实现,并且达到了很好的效果。canny算法是非常重要的单像素边缘提取算法,对他的理解可以使你明白很多的图像处理手段。-java language application program interface with the canny
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:7.2kb
    • 提供者:yepeng
  1. ImageProcess2

    2下载:
  2. 用JAVA语言实现的一个数字图像的傅立叶变换和离散余弦变换。用到了傅立叶变换的快速算法FFT和离散余弦变换DCT。 -JAVA programming language to achieve a digital image of the Fourier transform and discrete cosine transform. Use of the Fourier transform, fast algorithm FFT and discrete cosine transform D
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:92.16kb
    • 提供者:aerin
  1. ImageProcessing

    0下载:
  2. Image Processing Algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:537.72kb
    • 提供者:Andreas Dony
  1. 2

    1下载:
  2. JPG算法:自写算法将BMP转换为JPG,再将jpg转化为bmp,比较前后两个bmp得质量差别,在不同的量化参数(50 压缩,75 压缩,95 压缩)下对比效果,包括:jpg压缩后的大小、图像质量、压缩时间 -JPG algorithm: self-written algorithm BMP converted to JPG, and then transformed into the jpg to bmp, compare before and after two bmp get the
  3. 所属分类:Java Develop

    • 发布日期:2014-05-06
    • 文件大小:542kb
    • 提供者:杨蔚
  1. dynamic-routing-algorithm

    0下载:
  2. java图形界面的动态路由算法,比VC更生动形象,更易于理解。让人清楚理解路由器之间的选路原则,绝对原创。-java graphical interface of the dynamic routing algorithm is more vivid than the VC image, easier to understand. Gave a clear understanding between routers routing principles, is absolutely origin
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:661.38kb
    • 提供者:李远川
  1. javapng-2.0-rc4-src

    0下载:
  2. png 处理程序 png 算法 可以将一个图片转成png格式的 非常好用-png the handler png algorithm can be an image converted to png format is very easy to use
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:607.53kb
    • 提供者:jiangl
  1. facesource

    0下载:
  2. 人脸检测源码,包含例子图像,基于肤色的人脸识别算法 -Face detection source code contains examples of image, face recognition algorithm based on skin color
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:19.77kb
    • 提供者:h53168
  1. ImageComparerUI

    0下载:
  2. 摘要:Java源码,图形操作,图像识别   ImageComparerUI——基于Java语言实现的相似图像识别,基于直方图比较算法。-Summary: Java source code, graphics operations, image recognition ImageComparerUI- similar image recognition based on the Java language, based on the histogram comparison algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:3.99kb
    • 提供者:爱迪生
  1. JAVA-Image-Recognition

    0下载:
  2. 基于JAVA实现的图像识别,基于直方图比较算法-JAVA,Image Recognition,Histogram comparison algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-11-11
    • 文件大小:3.5kb
    • 提供者:刘念
  1. Image-conversion

    0下载:
  2. 此算法是图像之间的转换,二值图,RGB等的相互转换源代码-This algorithm is the conversion between the images, the two value of the map, RGB, and so on the conversion of the source code
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:2.96kb
    • 提供者:li
  1. image

    0下载:
  2. 适合初学者学习,需要的可以下载看看!非常好的算法和程序,(Very good algorithm and program, suitable for beginners to learn, need to download to see.)
  3. 所属分类:JavaScript/JQuery

    • 发布日期:2018-05-03
    • 文件大小:10kb
    • 提供者:TU72K1
« 12 3 »
搜珍网 www.dssz.com