ImgLib2 is a general-purpose, multidimensional image processing library. It provides an interface-driven design that supports numeric and non-numeric data types (8-bit unsigned integer, 32-bit floating point, etc.) in an extensible way. It implements several data sources and sample organizations,...
Scrimage is an immutable, functional, and performant JVM library for manipulation of images. The aim of this library is to provide a simple and concise way to do common image operations, such as resizing to fit a required width and height, converting between formats, applying filters and so ...
可以使用javax.imageio.ImageIO类和java.awt.image.BufferedImage类来实现直方图均衡化。例如,以下代码将进行直方图均衡化:import java.awt.image.BufferedImage;import javax.imageio.ImageIO;public class ImageProcessing { public static void main(String[] args) { try { BufferedImage image = ImageIO.read(new...
The Digital Image Processing application package, a relatively recent addition to the Mathematica application library, enhances Mathematica with over 160 functions in the area of digital processing of images. The introduction of the package supported by
This chapter describes image processing in the 2D API. First, I'll talk about the new image processing model in the 2D API. After that, there's a long example that demonstrates 2D's image processing capabilities. The remainder of the chapter is a sort of cookbook that describes the types...
Adaptive Vision Library: http://www.adaptive-vision.com/en/libraries/adaptive_vision_library/ 资料库: http://www.efg2.com/Lab/Library/ImageProcessing/Algorithms.htm JH labs: http://www.jhlabs.com/index.html JJIL: https://code.google.com/p/jjil/ ...
Summary: ImgLib2 is an open-source Java library for n-dimensional data representation and manipulation with focus on image processing. It aims at minimizing code duplication by cleanly separating pixel-algebra, data access and data representation in memory. Algorithms can be implemented for classes ...
基于Java2D的图形包。 G is a generic graphics library built on top of Java 2D in order to make scene graph oriented 2D graphics available to client applications in a high level, easy to use way...更多G信息 GIFEncoder GIFEncoder 是一个用来生成 GIF 图片格式的 Java 图形处理类库。更多GIFEncod...
mediaLib is a Sun-developed high-performance image processing library. The reference implementation of the Java Advanced Imaging API makes use of a special version of mediaLib which is a subset of mediaLib 2.0 and includes a JNI wrapper.
ZXing ("zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages. Supported Formats 1D product1D industrial2D UPC-ACode 39QR Code UPC-ECode 93Data Matrix ...