Search Results for "image processing" - Page 16

Showing 691 open source projects for "image processing"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 1
    Orfeo ToolBox

    Orfeo ToolBox

    OTB is an open-source C++ library for remote sensing images processing

    The Orfeo Toolbox is a C++ library for high resolution remote sensing image processing. It is developped by CNES in the frame of the ORFEO program. More information is available at www.orfeo-toolbox.org It is based on the medical image processing library ITK and offers particular functionalities for remote sensing image processing in general and for high spatial resolution images in particular. Targeted algorithms for high resolution optical images (SPOT, Quickbird, Worldview, Landsat, Ikonos), hyperspectral sensors (Hyperion) or SAR (TerraSarX, ERS, Palsar) are available. ...
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    SPIW - Scanning Probe Image Wizard

    SPIW - Scanning Probe Image Wizard

    Scanning Probe Image Wizard - MATLAB Toolbox

    SPIW is a MATLAB toolbox, for automated processing of scanning probe microscope images. Tools are applicable to all SPM images, but the main focus is on images with atomic or molecular resolution. SPIW is primarily a MATLAB toolbox with functions designed to be called in a user's own script. SPIW also has a very basic GUI for browsing and exporting images. For information on SPIW's performance see our publication ( http://dx.doi.org/10.1063/1.4827076 ) in the Review of Scientific...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Nanolinux

    Nanolinux

    Tiny Linux desktop distribution in just 14 MB

    ...It uses Nano-X instead of X11. FLTK 1.3.x is used as the GUI toolkit. The window manager is SLWM. The following applications are included: Dillo browser FlWriter text processing program Sprsht spread sheet program FLTDJ personal information manager FlMusic CD player FlRadio internet radio FlChat IRC client Antipaint paint program Fluff file manager NXterm terminal emulator Flcalc calculator FlView image viewer Fleditor Games: Tuxchess, NXeyes, Checkers, Blocks, Sudoku, Mastermind Mount tool, system statistics Software package download and install utility NTFS support Grub package for hard disk install OSS sound, Truetype fonts, UTF-8 support Nanolinux runs completely from RAM. ...
    Downloads: 93 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Awesome Recurrent Neural Networks

    Awesome Recurrent Neural Networks

    A curated list of resources dedicated to RNN

    A curated list of resources dedicated to recurrent neural networks (closely related to deep learning). Provides a wide range of works and resources such as a Recurrent Neural Network Tutorial, a Sequence-to-Sequence Model Tutorial, Tutorials by nlintz, Notebook examples by aymericdamien, Scikit Flow (skflow) - Simplified Scikit-learn like Interface for TensorFlow, Keras (Tensorflow / Theano)-based modular deep learning library similar to Torch, char-rnn-tensorflow by sherjilozair, char-rnn...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PANorama2.0

    PANorama2.0

    PANorama: Panicle phenotyping for Oryza sativa

    PANorama is a Linux-compatible, open-source software package for panicle image acquisition, processing, and phenotyping. PANorama 2.0 contains new phenotype measurements and is available for download within the "Files" tab listed above. Installation and user instructions are located within the "Wiki" tab. How to videos are available for streaming at the link below, or for download in the "Files" tab above.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ImagePro

    ImagePro

    PNG image processing

    Created by Shuai W. with QT Creator (C++) - PNG processor - color calibration - HSV colors - Make image profile and save profile - Binning, Offset, Gray scale and Cropping - Image drifting! (setup the drifting timer and pixelwidth) - Generate chess pattern with wanted colors and offset of positions Have fun :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Scanned Image Extractor

    Scanned Image Extractor

    Extract images contained in scans

    Scanning albums is not an easy task, since the extraction of actual photographs within scans is usually very tedious. This tool allows you to scan as much as you can fit into your scanner and then semi-automatedly extract the contained photographs. The tool also allows to extract scans of multiple single photographs (i.e. without album) Find a full documentation here: http://dominik-ruess.de/scannerExtract/ Note: The scanning itself is the most time consuming part. Maker sure you...
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    Fiji is an image processing package based on ImageJ.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    PDF Clown

    PDF Clown

    General-Purpose PDF Library for Java and .NET

    PDF Clown is a general-purpose Java and .NET library for manipulating PDF files through multiple abstraction layers, rigorously adhering to PDF 1.7 specification (ISO 32000-1). This project aims to provide a universal access to PDF files (creation, reading, editing, rendering...) through an accurate and elegant object-oriented API. * Features: http://pdfclown.org/overview/features/ * Overview: http://pdfclown.org/overview/architecture/ * Website: http://pdfclown.org/ * Blog:...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    DeepDream

    DeepDream

    This repository contains IPython Notebook with sample code

    ...The notebook shows how to take a trained vision model and iteratively amplify patterns the network detects, producing the hallmark surreal, hallucinatory visuals. It walks through loading a pretrained network, selecting layers and channels to maximize, computing gradients with respect to the input image, and applying multi-scale “octave” processing to reveal fine and coarse patterns. The code is intentionally compact and exploratory, encouraging users to tweak layers, step sizes, and scales to influence the aesthetic. Although minimal, it illustrates important concepts like feature visualization, activation maximization, and the effect of different receptive fields on the final image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    WebDjVuTextEd

    Edit the OCR text layer of DjVu documents in a web browser

    WebDjVuTextEd allows to edit the text layer of OCR'ed DjVu documents in a web browser. You can modify the structure (paragraphs, lines, words...) create, delete, edit text nodes, modify their container box by mouse, and run a spellchecker. The program does not directly read the DjVu files, it requires exported XML text data and images. When using without a webserver, you can open and save local files, but cannot take advantages of auto-save and spell checking. Note that current SVN...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Microscopy Image Processing Package
    XMIPP is an image processing suite for 3D-reconstruction of biological specimens from transmission electron microscopy data. NOTE that stable releases (including binaries) are longer stored at Sourceforge, but are available at http://xmipp.cnb.csic.es
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    pivot

    pivot

    Photo, Image and Video Organization Tool

    The Photo, Image and Video Organization Tool - Pivot - is a tool for the first step of the image (and video) processing tool chain. Pivot can organize your images from the hard drive or directly from the camera. It allows you to specify destination folders and filename patterns for the copying process. The organization is mainly based on the creation date and time of the images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Stratlas

    Stratlas

    Map render tool for 2d RTS games

    Stratlas is a tool that can generate full-size images of maps for popular real-time strategy games, suitable for printout or study outside of the game. Multiple games, multiple image formats, and batch processing are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Vibrant.js

    Vibrant.js

    Extract prominent colors from an image. JS port of Android's Palette

    Vibrant.js is a JavaScript library for extracting prominent colors from images to generate aesthetically pleasing color palettes. It is inspired by the Android Palette API and allows developers to style interfaces dynamically based on image content. Common use cases include adapting UI elements to match album art, user avatars, or featured content images.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    RootAnalyzer

    A cross-section image analysis tool

    Update: A graphical user interface for RootAnalyzer, along with other root phenotyping tools can now be found at https://sourceforge.net/projects/rootphenotypingsuite/ RootAnalyzer is a fully automated tool, for efficiently extracting and analyzing anatomical traits from root cross section images. Using a range of image processing techniques such as local thresholding and nearest neighbor identification, RootAnalyzer segments the plant root from the image's background, classifies and characterizes the cortex, stele, endodermis and metaxylem, and subsequently produces statistics about the morphological properties of the root cells and tissues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Java OCR
    Java OCR is a suite of pure java libraries for image processing and character recognition. Small memory footprint and lack of external dependencies makes it suitable for android development. Provides modular structure for easier deployment
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    JIPT - Java Image Processing Toolkit
    This is an Image Processing toolkit written in Java. The source code is intended to help you understand processes such as Color Inversion, Edge Detection, Fourier Transform, Morphological process, Laplacian Sharpening, Gaussian Noise Adding, and hist
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    opticks
    UPDATE March 14, 2018 Repository and tracking officially moved to github. https://github.com/opticks-org/opticks Sourceforge mailing lists are still in use. Opticks is an open source remote sensing application and development framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FreeROI
    FreeROI is a versatile image processing software developed for neuroimaging data. Its goal is to provide a user-friendly interface for neuroimaging researchers to visualize and analyze their data, especially in defining region of interest (ROI) for ROI analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    GLIP-LIB

    OpenGL Image Processing LIBrary

    GLIP-Lib is an OpenGL image processing library written in C++. It features all the necessary tools to quickly build texture filters and pipelines and operate them on the GPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    BioImageXD - free open source software for analysis, processing and 3D rendering of multi dimensional, multi data channel, time series image data from microscopy and other sources.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    Gimp Gradient Extrapolate

    fill a selection according to neighboring gradient area

    Gimp Gradient Extrapolate is a plugin for Gimp 2.8. It fills gaps or removes objects, both of which are surrounded by a gradient like smooth image structure (e.g. sky). Refer to the wiki to see how to use it. Note, since this plug-in is written in python and involves optimization problems and non-filter operations, this script's runtime can be rather long, depending on the size of your image selection. Consider donating to this project: https://sourceforge.net/projects/gimp-g-e/donate
    Downloads: 2 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB