CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - image in java

搜索资源列表

  1. Java图像处理

    1下载:
  2. 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology. 1.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:54182
    • 提供者:徐林
  1. hot.rar

    0下载:
  2. 图像分割是数字图像处理中的关键技术之一。图像分割是将图像中有意义的特征部分提取出来,其有意义的特征有图像中物体的边缘、区域等,这是进一步进行图像识别、分析和理解的基础。虽然目前已研究出不少边缘提取、区域分割的方法,但还没有一种普遍适用于各种图像的有效方法。因此,对图像分割的研究还在不断深入之中,是目前图像处理中研究的热点之一。,Image segmentation is a digital image processing in one of the key technologies. Ima
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:321265
    • 提供者:姚鹏飞
  1. k_means.rar

    0下载:
  2. 基于K均值聚类的图像分割算法 java源代码 十分好用 希望大家喜欢,K-means clustering-based image segmentation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:105752
    • 提供者:焦焦
  1. cgm

    2下载:
  2. 一个使用java撰写的矢量图形库,能够用于对cgm矢量图像进行转换和显示处理。-Using a vector graphics library written in java can be used to cgm vector image conversion and display processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:266929
    • 提供者:王迪
  1. ImageSegmentation

    0下载:
  2. 使用Java开发的基于遗传算法的图像分割程序。本算法源于文章《Selectionist relaxation: genetic algorithms applied to image segmentation》。-Developed using Java based on genetic algorithm for image segmentation process. The algorithm derived from the article "Selectionist relaxation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:203324
    • 提供者:hejiajie404
  1. DCT2

    0下载:
  2. 數位浮水印影像離散餘弦轉換處理程式,含ForwardDCT與InverseDCT兩種方法。-Digital watermark image discrete cosine conversion processing program, including ForwardDCT with InverseDCT two ways.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:679
    • 提供者:tzuhua
  1. ImageProcessingTest

    0下载:
  2. 能实现载入图像,然后对图像进行模糊、锐化、边缘检测等功能。-To achieve loading images, and then on the image blurred, sharpening, edge detection and other functions.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:2929
    • 提供者:郭龙
  1. reducenoise

    0下载:
  2. 在panel控件中载入图像,然后对图像进行去噪的处理,-Loading in the control panel image, and then to deal with image denoising,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:804
    • 提供者:郭龙
  1. javaImage

    0下载:
  2. java图像处理文档 是一些2d的技术和想法-java image processing document some of the technology and the idea of 2d
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3736175
    • 提供者:许龙
  1. ImageChange

    0下载:
  2. 负责把图片转换格式的Java代码 本代码的格式是由其他的格式转换成PNG格式 可以可以根据自己的需求改换代码,代码比较粗糙,只实现了基本功能,可以运行-Responsible for the image conversion format Java code in this code format is the format from other formats can be converted into PNG can change according to their own nee
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:2549
    • 提供者:翟宇佳
  1. NumberRecognitionSystem

    0下载:
  2. 本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能。-In this paper, and design implementation of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:349484
    • 提供者:kongchao
  1. JAI_Thumbn1967771242006

    0下载:
  2. panning and zooming for image
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:642582
    • 提供者:fan
  1. DealPic

    0下载:
  2. 图片的灰度化和去噪程序,灰度化可画出直方图,去噪使用中值去噪和均值去噪,中值去噪可循环多次,导入要改包名。-And the gray-scale image denoising procedures, and can be painted gray histogram, the use of denoising Denoising and mean de-noising, in denoising can be recycled many times, we have to change pac
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:5937
    • 提供者:林岩峰
  1. Smooth

    1下载:
  2. 用Java Application实现对图像平滑处理,减少噪声-Java Application with the realization of the image smoothing to reduce noise
  3. 所属分类:2D图形编程

    • 发布日期:2012-11-30
    • 文件大小:61301
    • 提供者:小菜
  1. Java

    0下载:
  2. 基于java的数字图像处理源码,主要是利用分水岭的算法实现图像分割-The digital image processing based on java source code, mainly the use of watershed algorithms for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1242745
    • 提供者:7697246
  1. code

    0下载:
  2. 基于Java语言编写的图像分割的代码,使用支持向量机的技术对图像进行分割-Written in Java-based image segmentation code, the use of support vector machine technology for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:975973
    • 提供者:马志远
  1. img

    0下载:
  2. split image into 50X50 block files
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:691
    • 提供者:mukil
  1. homeWork

    0下载:
  2. 图像处理降噪处理,输入图片,处理后会减少噪点 使图像更为清晰-Image processing noise reduction processing, the input image, processing the image will reduce the noise more clearly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:6179
    • 提供者:施小青
  1. ch04

    0下载:
  2. 该源码来自于·数字图像处理:Java语言算法,讲述如何 计算一个图像的颜色直方图-The source code from the digital image processing: Java language method, about how to calculate the color histogram of an image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2533
    • 提供者:cherry
  1. apllication

    0下载:
  2. image processing:split picture
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:2434
    • 提供者:imed
« 12 3 4 5 »
搜珍网 www.dssz.com