Search Results for "java image processing" - Page 31

Showing 2212 open source projects for "java image processing"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 1

    TextProcessor

    A Java package to preprocess text datasets for posterior text analysis

    The TextProcessor Java package is a text processing toolkit, which provides some frequently used text processing functions such as stemming, removing stop-words, generating a term vocabulary, and calculating the term-doc frequency matrix. Basic topic mining models such as LDA and sparse NMF are also supported. The package can also generate feature files from a given text dataset with LDA and LIBSVM format for posterior procedures such as classification or clustering. The toolkit is also being...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Parallel Iterative Deconvolution is a multithreaded ImageJ plugin for iterative image deblurring.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    Parallel Spectral Deconvolution is a multithreaded ImageJ plugin for spectral image deblurring.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    Parallel Super-Resolution is a multithreaded ImageJ plugin for super-resolution. Super-resolution is an image fusion and reconstruction problem, where an improved resolution image is obtained from several geometrically warped, low resolution images.
    Downloads: 8 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
  • 5

    processing-android-serial

    Android Serial Library for Processing

    This is a serial communication library running on Processing for Android. With this library, you can use FTDI devices and/or Arduino devices in your Processing sketches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JPropertyEditor

    JPropertyEditor

    a gui based property file editor in java. for java.

    a gui based property file editor in java. for java. Features: 1. Drag And Drop support 2. Print support 3. Easy Property manipulation (add/delete/update/search/view) 4. Property Key validation 5. Separate font for key and value 6. Order property list by key or value in ascending or descending 7. recent files support 8. key/value font size resize option 9. Export property as properties or in xml format 10. Search by key and value CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JID - Java Image Downloader
    Java bulk image downloader for image hosting services. Also used as plugin in bin2img converter: Convert any file to PNG and upload/download to/from image hosting sites: https://sourceforge.net/p/binfile2imgconv/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    BioDare

    BioDare is Biological Data Repository focused on timeseries data

    BioDare (Biological Data Repository) was developed under the multi-site ROBuST project (http://hallidaylab.bio.ed.ac.uk/ROBuST.html) to support data exchange inside the project. It is a web application which allows data-sharing (including public dissemination), data-processing and analysis, with the main focus on time-series data produced in circadian experiments. The main features of BioDare are: - an online repository for experimental data accompanied by extensive metadata...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Jedi

    Jedi

    Java Enhanced Data Interface - Italian Senate Project

    ... database. The provision of a JEDI document is based on a synchronous processing performed by the JEDI core engine triggered by an end-user request (through HTTP request or RMI call). The content of a JEDI document (i.e. the input of the JEDI service), must be an XML stream regardless of the source. Such data is subsequently processed through one or more XSL transformations in order to provide the user with the document in the required format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 10

    MangaCat

    MangaCat is a cataloguing program to manage your manga collection

    MangaCat is a manga cataloguing program to manage your manga collection. With mangaCat, you will be able to catagorise Scanlated Manga archives into volume/chapter ascociations based on Manga name. The MangaCat software suite is modeled after popular media players such as Winanp and Windows media player where the user can import media files and manage them through tagging in the media library. Once you have imported your manga files into the Media LIbrary, you can read your manga files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Face Recognition Based Login Assistant

    Login to Websites Automatically Using Your Face as Password

    Face detection can be regarded as a more general case of face localization. In face localization, the task is to find the locations and sizes of a known number of faces (usually one). In face detection, one does not have this additional information. Face detection is mostly used along with facial recognition feature to extract faces out of an image or video feed and identify the faces against a set of stored images. This feature can be used for tracking prisoners, attendance and signing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    EditorArena

    EditorArena

    3d Voxel real time editing tool with the Razer Hydra

    This is a tool for "making sculptures" in real time with the Razer Hydra 3d positioning controller, with nice OpenGL graphics, uses OpenCL for processing the voxel and many options!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    Use PDEGraphics2D to create Processing vector graphics script files and deploy them in HTML. To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D g...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Portable Linux

    Portable Linux

    Portable Ubuntu Linux for Scientific Computing

    Released August 22, 2013 Lubuntu Blends: Biochemistry 13.04 (Raring) v5.44 Linux Kernel Image 3.8.0-29 Lubuntu Blends are pre-installed Wubi disk image remixes of Ubuntu and Debian Science meta packages, A custom boot loader allows installations to be copied and automatically booted from most external or USB flash drives. Once up and running, use earlier Lubuntu Remix README instructions here until documentation is updated. https://sourceforge.net/projects/portable-linux/files...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    PBM stealth

    Data hiding in bi-level pbm images

    Implementation of block parity for hiding data in bi-level pbm images in java. Increasing the security of stenography by using a random symmetric key for embedding and extraction of data from image. The project also has a PBM viewer in java and ascii viewer which shows the pbm images in ascii format.This project uses binary coded pbm images. Research paper : http://arxiv.org/abs/1304.1683 Key mechanism is not functional and program have bugs which are to be fixed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    JODReports is a solution for generating dynamic documents and reports in Java based on the OpenDocument format (ODF). Templates can be easily composed with a word processor such as OpenOffice.org Writer. Data sources include POJOs and XML.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Razor is a set of Java- and JOGL-based medical image tools which can be composed into a standalone application or integrated into other medical imaging applications. Via JOGL, Razor uses OpenGL to enhance and accelerate some medical imaging functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Java Parallel Loops

    Parallel loops in Java

    A library that makes writing parallel (multithreaded) for loops in Java 5+ easier. It also supports parallel processing of lists and arrays, asynchronous invocation, progress and completion notification, computation interruption and results merging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    XML Differencing and Patching tools. XML based tools to mimic the functionality of traditional line based diff and patch utils, except operating on the hierarchical structure of XML.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 20
    PicsONmydesk

    PicsONmydesk

    Simple Image Frame

    Image frame for desktop with automatic image change. Useful for keep things in mind . Release Version 1.0.0 - Add remove item - Some improved code Release Version 1.1.0 - Bug fixes - Some improved code - Added deb package for Ubuntu/Debian based distros (Requires Java)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    iBRAIN2 Workflow Manager

    A system for automated analysis and data handling for RNAi screens

    The iBRAIN2 software system for RNAi high-content screening integrates automated analysis and customizable data management. It enables robust and complex parallel processing on computer cluster infrastructure and allows for reliable storage of primary and resulting data sets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The DocBook Publishing Utilities tools, which make creation and publishing of DocBook easier. The tools are: Maven plug-in to Transform HTML into XML (use after docbkx); Eclipse DocBook table editor; Eclipse wizards for initial DocBook files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    AccessODF

    ODF Accessibility Checker for OpenOffice.org and LibreOffice Writer

    AccessODF is an extension for ODF accessibility evaluation and repair in LibreOffice Writer and OpenOffice.org Writer. It supports the creation of word processing documents that are more accessible for people with disabilities, and checks the compatibility with DAISY and Braille.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 24
    IDL specified API for manipulating and processing CellML 1.0 and 1.1. Includes C++ implementation. Accessible from a C++ program, or from any language for which a CORBA language mapping is available Also, a Java wrapper of the API is available.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    KefirBB

    The Java text processor.

    Project was moved to https://github.com/kefirfromperm/kefirbb
    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.