Search Results for "image processing in java" - Page 18

Showing 2250 open source projects for "image processing in java"

View related business solutions
  • Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud. Icon
    Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud.

    Power faster innovation with Teradata VantageCloud

    VantageCloud is the complete cloud analytics and data platform, delivering harmonized data and Trusted AI for all. Built for performance, flexibility, and openness, VantageCloud enables organizations to unify diverse data sources, run complex analytics, and deploy AI models—all within a single, scalable platform.
    Learn More
  • Sage Intacct Cloud Accounting and Financial Management Software Icon
    Sage Intacct Cloud Accounting and Financial Management Software

    Cloud accounting, payroll, and HR that grows with you

    Drive your organization forward with the right solution at the right price. AI-powered continuous accounting and ERP to support your growth now and into the future.
    Learn More
  • 1
    cpDetector is a proxy for codepage detection of documents. It delegates to multiple instances that try to detect the codepage by different techinques. A command line executeable is shipped that allows to sort documents by codepage.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    High-Throughput Tabular Data Processor
    ...Citation: Madanecki P, Bałut M, Buckley PG, Ochocka JR, Bartoszewski R, Crossman DK, et al. (2018) High-Throughput Tabular Data Processor – Platform independent graphical tool for processing large data sets. PLoS ONE 13(2): e0192858. https://doi.org/10.1371/journal.pone.0192858
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    popt4jlib

    Parallel Optimization Library for Java

    popt4jlib is an open-source parallel optimization library for the Java programming language supporting both shared memory and distributed message passing models. Implements a number of meta-heuristic algorithms for Non-Linear Programming, including Genetic Algorithms, Differential Evolution, Evolutionary Algorithms, Simulated Annealing, Particle Swarm Optimization, Firefly Algorithm, Monte-Carlo Search, Local Search algorithms, Gradient-Descent-based algorithms, as well as some well-known...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    JPdf2Img

    JPdf2Img

    Conver pdf to images in different formats with different resolution

    JPdf2Img is used to convert PDF files to JPG,PNG,MNP and GIF images. JPdf2Img supports converting the password protected PDF files. Setting for output resolution and color. Small,Portable and friendly UI
    Downloads: 2 This Week
    Last Update:
    See Project
  • IT Asset Management (ITAM) Software Icon
    IT Asset Management (ITAM) Software

    Supercharge Your IT Assets, the Easy Way

    Drowning in misplaced IT assets, compliance headaches, and shadow IT? Navigate to clarity with an intuitive IT Asset Management solution. Experience crisp visibility, effortless control, and unshakable security – all while freeing up your budget with optimized software licenses. The best part? It’s easy.
    Learn More
  • 5
    Ycad is a library of CAD functions in Java. Currently only DXF is supported for reading, viewing and writing. The DXF drawing may be rendered to a Graphics object for printing or imaging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    openBaraza HCM HR Payroll

    openBaraza HCM HR Payroll

    Human Capital Management system

    ...Our system allows organizations to manage it's Human Capital optimally for highest optimal output to each individual and do this with clear organizational harmony to achieve value and profit for the organization. HCM has Human resource (HR) and Payroll management system. Features; online job applications; employee details with standardised CV; leave management; payroll processing. Its based on the Open Baraza Java/XML. Demo https://demo.openbaraza.org/hr/
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    Image to Excellon Converter

    Image to Excellon Converter

    Convert any image to a Excellon Drill File

    This application allows you to load an image file and convert it to a excellon drill file. For best result, you can adjust color, tolerance filters and circle recognition parameters and see a preview image before creating output file. Demonstration video: Coming soon! Useful information of this application through: https://imagetoexcellon.wordpress.com/ If you need to convert from image to gerber, check this app: https://sourceforge.net/projects/imagetogerberconverter/ If...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JennyNet

    JennyNet

    Java Network Layer for Server/Client Communication

    Java Network Layer resting on TCP/IP is now developed by Wolfgang Keller, SF user "kse". This site is outdated and contains an old version of the software. I have given up developing this project and left all copyright to Wolfgang Keller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Protein Microarray Analyser

    Protein Microarray Analyser

    Protein microarray data processing and normalization

    The Protein Microarray Analyser software presented here includes the following tools: (1) neighbourhood background correction, (2) net intensity correction, (3) user-defined noise threshold, (4) user-defined CV threshold amongst replicates and (5) assay controls, (6) composite ‘pin-to-pin’ normalization amongst sub-arrays, and (7) ‘array-to-array’ normalization amongst whole arrays.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of Google's scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10
    FlowBuffer

    FlowBuffer

    Buffers, forwards, and splits flow data including NetFlow and IPFIX

    FlowBuffer is a flow/netflow buffer and splitter: configure your switch to push flow data into FlowBuffer, and FlowBuffer forwards it to unlimited destinations. Offloads processing from the switch to another machine. Centralized management. Runs on Windows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Silent Mantis

    Silent Mantis

    Event recorder software for animal and human behaviour research.

    Silent Mantis is a freely available, cross-platform event recorder software, which integrates the features of a video player, an image viewer and a spreadsheet editor. It can be used in animal or human behavioral research to manually record any animal or human bevavioral states or events from a video file. The results can be exported into text files for statistical evaluation purposes. SM was developed by Peter Szabo at the Institute of Biology of the University of Veterinary Medicine in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ShineButton

    ShineButton

    This is a UI lib for Android, effects like shining

    ShineButton is a UI lib for Android. Effects like shining. Icon shape is made from png mask. Please see raw files. Requires Android 4.0+. Provides SVG support, font support, and image support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RxJavaSamples

    RxJavaSamples

    Examples of some of the most common usages of RxJava 2 and Retrofit

    Examples of some of the most common uses of RxJava 2 with Retrofit. For the interface that needs to request the token first, then use flatMap() to connect the token request and the actual data request coherently, without having to write a nested Callback structure. For non-disposable tokens (tokens that can be reused), after obtaining the token, save it for repeated use, and use retryWhen() to automatically re-acquire the token when it expires, making the process of token acquisition...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DicomReader is a simple Java Dicom files decipher. It handles headers and images within as well; data (headers and pixel-value images) will be saved into ascii clear text files. A pgm version of the image files is also provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    2ERPro

    Un éditeur des diagrammes Entité/Association sous Processing

    Un outil pour éditer des diagrammes Entité/Association sous Processing d'où son nom Editor of Entity/Relationship under PROcessing (2ERPro). L'outil est dans sa première version et loin d'être final. Il vise à démontrer les capacités de Processing plus qu'être éditeur dans le sens propre du terme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JpPortal

    A full-stack enterprise applicaiton portal framework.

    JpPortal is a full-stack framework for enterprise web application development in Java. Though it can be characterized as an M.V.C. framework, a more accurate description would be a M.U.S.I.C. framework (Model Utility Servlet Interface Client). The Model and Utility components provide a simple persistence-like interface to database back-ends, without the complexity or overhead of JPA or Hibernate. The servlet component provides a simple and easy way to generate concise controller code with automatic POST processing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Gecco

    Gecco

    Lightweight Java web crawler framework with jQuery-style extraction

    Gecco is a lightweight web crawler framework written in Java that simplifies the process of building web scraping applications. It is designed to make crawler development straightforward by allowing developers to extract page elements using jQuery-style selectors rather than complex parsing logic. It integrates several well-known Java libraries and frameworks, including tools for HTTP requests, HTML parsing, JSON processing, and application development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Stock Photo Tagger

    Stock Photo Tagger

    Simple tool for tagging photos for stock photo agencies

    Based on tool "Image Tagger", adapted for stock photo agencies - handles multiple keywords as a long string with separator, Title and Description which can be automatically recognized by stock photo agencies. Keywords can be sorted and duplicates removed. Metadata can be applied on multiple selected images. All metadata can be copied and pasted from the image from different directory. If there is metadata missing, the image name is shown in red. Whats new in version 1.1.0: Added context...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Service Grid - Language Grid Base System

    SOA infrastracture initially developed by NICT Language Grid Project

    Service Grid is an infrastructure for accumulating and sharing Web services. Resources with complicated intellectual property issues are wrapped as Web services and shared on the Service Grid. If you release your software by using the software of this project, please include the following description in the documents or on the website. * This software uses the [SOFTWARE] by the Language Grid project (http://langrid.org/). [SOFTWARE] is one of: * Service Grid Server Software...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Test Execution Assist

    Test Execution Assist

    TEA is an Utility to assist software testers in execution phase

    Test Execution Assist is an Utility to assist testers in execution phase with features like Collaborative execution environment, Custom Screen Capture, Snapshot Repository, Auto Report Generation, Auto ALM results upload. It is similar to the HP sprinter which is only available for testcases in HP ALM. Alternatively this application can be used with testcases in Excel format as well as ALM and will extended to other Test management solutions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FATCALC-ImageJ is an ImageJ macro (fully automated) for unsupervised fat segmentation in magnetic resonance imaging. It was developed for GE T1 2-points Dixon sequences (fat only image). FATCALC independently evaluates the volumes of visceral adipose tissue (VAT) and subcutaneous adipose tissue (SAT).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OkGo

    OkGo

    OkGo - 3.0

    This library is based on the Http protocol and encapsulates the OkHttp network request framework. It is easier to use than Retrofit, supports RxJava, RxJava2, supports custom caching, and supports batch breakpoint download management and batch upload management functions. Completely imitating WeChat's image selection library, it comes with rectangular image cropping and circular image cropping functions, which can be downloaded and used if necessary. Similar to Qzone, WeChat Moments, Weibo...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CRUSH

    CRUSH

    Data reduction and imaging for select astronomical cameras

    CRUSH is a pioneering reduction and imaging suite for many astronomical cameras operating at far-infrared, submillimeter and millimeter wavelengths, such as SHARC-2, SCUBA-2, LABOCA, GISMO, or SOFIA/HAWC+ (to name a few).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    photo-rename

    Renames photos according to their shooting time.

    A while after I collected a lot of images which could not be systematized in any good way and were stored in a single directory, I encountered with a problem of repeating of file names of the images. For the purpose this program was created. It can rename photos according to their shooting time. The program is able to process Nikon image settings files stored in NKSC_PARAM folder. Just point to path(s) to the photos and a directory depth to search if needed. You may also override...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Semantic Assistants

    Natural Language Processing (NLP) for the Masses

    Semantic Assistants support users in content retrieval, analysis, and development, by offering context-sensitive NLP services directly integrated in standard desktop clients, like a word processor, and web information systems, like a wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB