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

搜索资源列表

  1. JavaRotateImageDemo

    0下载:
  2. Java图片旋转,使用Java语言编写程序,旋转图像文件,期间用到了滑动条jSlider事件处理技术,得到旋转角度(弧度制),图像缓冲区创建、创建bufImage的图形环境、让用于显示的缓冲区图像指向过滤后的图像、重载容器的paintComponent()方法等-The Java Image rotation, using the Java language program, rotate the image file used during the the slider jSlider eve
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:85900
    • 提供者:pudn1378
  1. Main

    0下载:
  2. 本源码介绍了Java代码进行图象处理的基本方法,并实现了图像边缘探测,图像均衡化,图像灰度化等算法-The Java source code, introduced the basic method of image processing and to achieve the image edge detection, image equalization, images such as gray-scale algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2910
    • 提供者:he16th
  1. 201041610399438

    0下载:
  2. 目前很多网站都允许用户上传自己的图像,而编辑工具多为flash来实现,而我用javascr ipt来实现,功能包括预览、缩放以及拖动等。前段用 html,css加js,后端使用ImageMagicK来进行图片处理,为了方便运行deom程序,里面上传文件以及最终的图片裁减是用jsp来实现的,当然可以使用别的,以前曾经使用php来完成这两个功能,如果真正在java项目中,实现起来更加容易。-At present, many sites allow users to upload their own
  3. 所属分类:Web Server

    • 发布日期:2017-04-03
    • 文件大小:237485
    • 提供者:大幅增益
  1. JCONVOLVEOP

    0下载:
  2. Java锐化和模糊图像,使用java.awt.image 包中的ConvolveOp 类来实现图像的锐化和模糊。当单击“Sharp Image”按钮后,图片被锐化处理;当按钮“Blur Image”按钮后,图片变模糊;当单击“Reset”按钮后,则显示原始图像。-Java sharpening and blurring image, use the java.awt.image package in the ConvolveOp class to achieve image sharpening
  3. 所属分类:Ajax

    • 发布日期:2017-03-29
    • 文件大小:44709
    • 提供者:赵子玉
  1. jconvolveop

    0下载:
  2. Java锐化和模糊图像,使用java.awt.image 包中的ConvolveOp 类来实现图像的锐化和模糊。当单击“Sharp Image”按钮后,图片被锐化处理;当按钮“Blur Image”按钮后,图片变模糊;当单击“Reset”按钮后,则显示原始图像-Java sharpen and blur images, use java.awt.image package ConvolveOp class to implement image sharpening and blurring. A
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:43907
    • 提供者:jpudn63
  1. jconvolev

    0下载:
  2. 使用Java显示图像的轮廓,同样是利用图像缓冲区进行的处理,来获得图像中物体的轮廓,这在模式识别等方面都非常有用。其效果如截图所示。当单击“Image Egde”按钮后,显示图像中物体的轮廓;完整源码请下载本Java源码包。-Contour display images using Java, the same is carried out using the processed image buffer to get the outline of objects in the image, w
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:43160
    • 提供者:jpudn64
  1. jraster

    0下载:
  2. Java旋转图片的功能实现,是一个处理缓冲区中的图像数据的示例,即将缓冲区中的图像数据倒过来存储,这样得到的将是原来图像旋转180°后的效果。-Java realization of the function to rotate the picture, is an example of the image data buffer processing, ie the buffer to store image data upside down, so that the resulting ef
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:65249
    • 提供者:jpudn66
  1. jcolerconvertop

    0下载:
  2. Java将彩色图像转换为灰度图,本程序利用缓冲区图像实例了图像的灰化处理,效果如上图所示,当单击“Gray Image”按钮后,显示了灰化处理后的图像;当再单击“Reset”按钮后,显示源图像。具体来说是利用java.awt.image 包中的ColorConvertOp 类来实现灰化图像的效果。-Java will convert color images to grayscale, the program uses an instance of the image buffer ashing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:36658
    • 提供者:jpudn68
  1. Pseudo-color-processing

    0下载:
  2. 用Java语言实现图像灰度图像的伪彩色处理-Achieve gray image using Java language pseudo-color processing
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:41706
    • 提供者:李涛
  1. ImageEditor

    0下载:
  2. 在Eclipse平台使用Java开发的处理图像的软件,包括放缩、去噪、均值化等操作。-In the Eclipse platform uses Java image processing software development, including scaling, de-noising, equalization and other operations.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:511962
    • 提供者:李昊
  1. JavaOpenCV

    0下载:
  2. 使用java opencv操作处理图像的简单示例-use java to operat img
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-23
    • 文件大小:6818198
    • 提供者:Johnson
  1. Picture-Detection

    0下载:
  2. 基于java语言的图像相似度检测,利用汉明距离进行图像相似度处理-Based on image similarity detection java language
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-30
    • 文件大小:28158
    • 提供者:Zhu Alan
  1. negativeTransformation

    0下载:
  2. java代码实现图片的处理,包括二值图像、图像反转,对数,幂处理-java image processing code, including binary image, image reversal, logarithmic, power handling
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:4726
    • 提供者:Gong
  1. myImage(1)

    0下载:
  2. 中值滤波器、高斯滤波前、均值滤波器、谐波滤波器等,图像加噪声、去噪声处理的java实现-Median filter, before the Gaussian filter, mean filter, harmonic filters, etc., plus noise image, java implementation denoising process
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:4789
    • 提供者:kingGo
« 1 2 ... 11 12 13 14 15 16»
搜珍网 www.dssz.com