Open Source Java Image Processing Software - Page 3

Java Image Processing Software

View 159 business solutions

Browse free open source Java Image Processing Software and projects below. Use the toggles on the left to filter open source Java Image Processing Software by OS, license, language, programming language, and project status.

  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1

    StereoWS

    StereoWS developed by UCL-MSSL within the ProVisG project

    Since December 2008, UCL-MSSL developed a platform independent stereo application in collaboration with JPL, NASA as a subtask of EU-FP7 PRoViSG. This work was originally proposed for two months of work, but it was rescheduled to run untill August 2011 after realising its synergetic relationship with other UCL tasks within the ProVisG project. Within this time period, UCL delivered consortium members a stereo application (called StereoWS ver. 1.0), which integrates various practical stereo tools into the JPL’s stereo rendering engine (called JADIS). In addition, a part of software (called StView ver.1.0) was ported to a web-based GIS system (e.g., ProGIS) and ProVIP as a solution for stereo visualisation. Apart from the stereo visualisation, some useful stereo tools (e.g., stereo matcher or stereo image processing tools) have been extracted from UCL’s previous development for HRSC data processing, and modified for close-range stereo imagery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Astronomical Image Processing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A suite of Java algorithms for eye-tracking. Gaze-estimation and image processing libraries are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Web Librarian
    Web Based application to manage library materials and material borrowers. Includes a web search engine to find and reserve items by borrower ID. Painless installation, very extensible and has an intuitive U.I. Runs on MySQL. A great tool for any libr
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use. Icon
    Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use.

    Transform user access with Frontegg CIAM: login box, SSO, MFA, multi-tenancy, and 99.99% uptime.

    Custom auth drains 25% of dev time and risks 62% more breaches, stalling enterprise deals. Frontegg platform delivers a simple login box, seamless authentication (SSO, MFA, passwordless), robust multi-tenancy, and a customizable Admin Portal. Integrate fast with the React SDK, meet compliance needs, and focus on innovation.
    Start for Free
  • 5
    Image Processing/Tracking Software for off-line analysis of Field Biology Videos/Recordings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    WrapImaJ

    Multi-platform API for Image Processing systems in Life Sciences

    WrapImaJ purposes to be a multi-platform wrapper for different Image Processing systems for: - using the Java programming language. The purpose of WrapImaJ is not to combine an exhaustive collection of all functionalities of different imaging system, but to offer a simple, concise Application Programming Interface (API) - allowing to develop imaging software, the source code of which is independent from the underlying imaging system on which it relies. In it's current form, it only wraps basic functionalities of ImageJ. The developers of WrapImaJ intend the library to support compatibilty with the main imaging systems available in the Java language and broadly used in the field of life sciences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    XIPL/XASM is a basic environment to build high-level Image Processing operations using a XML-based language. The idea is to compile the high-level XIPL language into a low-level one, XASM (XML-based too), using XSLT technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This program automatically adds tags to your pictures on flickr.com. First it computes the tags by image processing, then the user can choose which tags he wants to add to a certain picture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    bildster

    Bildster is an image processing library for educational purposes.

    Bildster is an image processing library for educational purposes that provides tools for loading and manipulating (or creating) images. It provides a split screen view (before / after). Both, a C and a Java version exist. Das Projekt stellt das Programmpaket "Bildster" bereit --- eine Entwicklungsumgebung für Bildverarbeitungsprogramme. Es gibt eine C-Version für Linux und eine plattformunabhängige Java-Version. Das Programm eignet sich für den Informatikunterricht in der Oberstufe. Lizenz ist GPL 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    blitz-image

    GPU-accelerated image processing for java

    blitz-image is a library to support extremely fast image processing in java, harnessing GPU acceleration via OpenCL. Although more features will be added in time, the initial focus is on very fast high-quality image resizing, including bicubic resizing (both upscale and downscale). The performance of a typical bicubic upscale operation is typically in the order of 10 times faster than via the standard AWT mechanism using RenderingHints.VALUE_INTERPOLATION_BICUBIC. The library depends on Aparapi (https://code.google.com/p/aparapi/). Any GPU supporting OpenCL should be supported (including low-end GPUs without double-precision fp support), and there is automatic fallback to pure java implementations for all operations in the event that there is no OpenCL support available. A high-level API allows for very easy use from AWT/Swing, whilst the low-level array-based API allows integration with any imaging framework (e.g. from Android or SWT).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    cbrTekStraktor

    an application to automatically extract text from comic books.

    cbrTekStraktor is an application to automatically extract text from the text bubbles or speech balloons present in comic book reader files (CBR). Its prime goal is to perform analysis on the texts of comic books. cbrTekStraktor can however also be used for scanlation or similar purposes. The application also enables to manually define text areas in CBR files. The application comprises a simple graphical editor for further processing the extracted text. The text extraction is achieved by a combination of statistical and graphical processing operations. It is based on the following 3 major algorithms - Binarization of color images (Niblak and other methods) - Connected components - K-Means clustering Apache Tesseract is used to perform Optical Character Recognition on the extracted text. A subsequent version of the application will integrate with translation software in order to provide automated translation of comic book texts and re-inserion of translated texts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ContraCaptcha is a Java-based libary for solving (image-based) captchas. It provides classes for image processing and character recognition. It also includes solvers for some of the popular captcha-systems in use DISCLAIMER: only for learning purpose (;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The free-vision project aims at creating a library for computer vision related functions, including camera capture interface, stereo, image processing, camera calibration and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    iwatermark

    iwatermark is a image watermarking web application.

    iwatermark is a watermarking web application developed in java and servlets. user can upload his images and need to supply some options related to watermarking, then image is watermarked and downloaded to client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    its am image processing application its basically use for enhancing the quality of image
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    key_color_image

    Command line app for creating a particular color scale to images

    It is a command line application to which you can pass a color, and the application transforms the input images to that color scale image (as if it was a gray scale, but instead of gray, that color). In addition, the application allows you to set the global alpha of the image, and translate a particular color to a totally transparent alpha (alpha = 0). You can also disable alpha component, just in case the input image is a .jpg, or there is any restriction that makes the output image from being saved successfully. If you do not know the color code, you can pass a color: -color input and the application will let you move the mouse on the screen, and when you press return, the color of the mouse pointer will be picked. (This does not work properly in certain environments, but you can always move the mouse over your color before launching the application).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A numerical library designed for n-dimensional image-processing written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    scipion-xmipp

    scipion-xmipp

    Image processing framework to integrate EM software packages.

    Scipion is an image processing framework to obtain 3D models of macromolecular complexes using Electron Microscopy (3DEM). It integrates several software packages and presents an unified interface for both biologists and developers. Scipion allows to execute workflows combining different software tools, while taking care of formats and conversions. Additionally, all steps are tracked and can be reproduced later on. Xmipp is a well-known package in the EM image processing. It is integrated into Scipion and contains the algorithms in the core libraries and command line programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Documentation for the NewXMIPP project. (XMIPP is a suite of image processing programs primarily aimed at obtaining the three-dimensional reconstruction of biological specimens from projection images obtained by transmission electron microscopy)
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.