Showing 1360 open source projects for "processing"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 1
    GTKRawGallery
    GTKRawGallery is a workflow oriented photo retouching software for camera raw image development. It is also a versatile photo manager for popular image formats.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Grayscale and binary image processing library for Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MplayerXP is branch of well known mplayer (http://mplayerhq.hu) which is based on new (thread based) core. Main goal of this project is to achieve smoothness of video playback due monotonous CPU loading.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    BrainImage

    Two Photon Laser Microscopy

    Two Photon Laser Microscopy Acquisition Code and image processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5

    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=PDEGraphics2D.paint(Component c); PDEGraphics2D g=PDEGraphics2D.paint(JComponent c); PDEGraphics2D g=PDEGraphics2D.paint(Window c); PDEGraphics2D g=PDEGraphics2D.paint(JApplet c); The getCode(..) and write(....) methods can then be used to access the generated script and create HTML documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    LAVA for AFM

    LAVA for AFM

    Lloyd's Algorithm-based Volumetric Analysis for AFM Images

    This MATLAB-based program enables analysis of AFM images. In particular, it allows the user to measure the volume of all distinguishable features in an image and to isolate and sort those particles. As the name implies, LAVA uses Lloyd's Algorithm, also known as k-means sorting, to identify a small set of volumes representative of the actual distribution of particle in the image. Although developed for determining feature volume, LAVA is also completely compatible with other types of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PROJECT HAS MOVED! wg-ros-pkg is now hosted at https://code.ros.org/gf/project/wg-ros-pkg
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FFRend

    FFRend

    Parallel-processing renderer for Freeframe V1 video effect plugins

    FFRend is a Renderer for FreeFrame plugins. It allows you to chain any number of plugins together, automate their parameters using oscillators, and record the output to a video file. The input is a video, still image, or source plugin. Complex signal routing including feedback is supported. Each plugin potentially runs on its own core, and multiple cores can be assigned to a single plugin.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    TrackXY

    TrackXY

    Track & log x & y displacement, in realtime, of object in webcam

    Track, in realtime, horizontal and vertical displacement of object in webcam. Log timestamp, x and y to comma-separated value (.csv) file importable to spreadsheet. Uses Lukas-Kanade algorithm and based on lkdemo.cpp in OpenCV, stripped down to track single point in high contrast against a uniform background. Based on the BSD licensed OpenCV, TrackXY also has BSD-style license. I am a bit embarrassed to be posting this here, because it's such a rudimentary program, but I couldn't find...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Malimpa stands for MAtlab Library for IMage Processing and Analysis. It provides functions for 2D/3D grascale/color image creation, filtering, or measurement. It requires, and complements Matlab Image Processing Toolbox. Important notice: the project is now hosted in GitHub, https://github.com/dlegland/matImage
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WinampMatrixMixer is a winamp output plugin. Its main purpose is to upmix stereo streams to multichannel (useful on 5.1 audio systems). Based on last version of ac3filter, it does also the same audio processing (see ac3filter website for more details).
    Downloads: 30 This Week
    Last Update:
    See Project
  • 13
    QVision: Computer Vision Library for Qt

    QVision: Computer Vision Library for Qt

    Computer vision and image processing library for Qt.

    This library contains among other things a set of graphical widgets for video output, performance evaluation and augmented reality. The library also provides classes for several data types usually required by computer vision and image processing applications such as vectors, matrices, quaternions and images. Thanks to a large number of wrapper functions these objects can be used with highly efficient functionality from third party libraries such as OpenCV, GNU Scientific Library, Computational Geometry Algorithms Library, Intel's Math Kernel Library and Integrated Performance Primitives, the Octave library, etc...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    EMGU Face Recognition

    Using EMGU to perform Principle Component Analysis (PCA)

    This article is designed to be the first in several to explain the use of the EMGU image processing wrapper. For more information on the EMGU wrapper please visit the EMGU website. You will start with 3 warnings for the references not being found. Expand the References folder within the solution explorer delete the 3 with yellow warning icons and Add fresh references to them. Face Recognition has always been a popular subject for image processing and this article builds upon the good work by Sergio Andrés Gutiérrez Rojas and his original article (codeproject). ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    Telemicroscope4Linux

    A Java Application Telemicroscope for Linux

    A Java Application Telemicroscope for Linux. It manages UVC (v4l) and PTP/MTP cameras and provide tools for image processing and server access for real-time video.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Maestro
    Maestro is the control plane application for the M3 video server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Android Classical Synthetiser

    Android Classical Synthetiser

    Classical music synthetizer for android

    This android application is aiming to create 'nice' harmonized melodies and to produce digital partitions in lilypond format. Heavy Random Signal processing and expert system coding embedded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    FluoJ

    Fluorescence microscopy image analysis tool

    ...A wide number of predefined features can be used to characterize fluorescent specimens (e.g. area, circularity, brightness, etc), and new descriptors can be easily added. Once configured, software can be trained to automatically classify particles or used directly for automatic image processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    livemix

    A tool for automated downmixing of live multitrack sound recordings

    ...Intended use is to quickly generate mp3 previews of live multitrack music recordings (such as rehearsals or live performances), created by some sound recording software (Avid ProTools or Audacity for example). Livemix uses SoX sound processing utity to do all the work with tracks preprocessing and mixing, and LAME mp3 encoder to produce final mp3 file. Therefore, livemix needs sox and lame executables to be in search path or in the same dir as livemix executable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Medical Data Segmentation Toolkit
    MDSTk is a collection of 2D/3D image processing tools aimed at medical images. It contains routines for volume data processing (3D filtering, segmentation, etc.) as well as fast low-level vector graphics library for surface and tetrahedral meshing. MDSTk has been forked by 3Dim Laboratory s.r.o. to provide better support and further push its development forward. Please check VPL (Voxel Processing Library) project available on Bitbucket (https://bitbucket.org/3dimlab/vpl).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An open source computer vision library for TI TMS320C64x DSP. It is compatible with OpenCV.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    kameralivegoruntulu

    webcam sohbet bedava sohbet scripti uyeliksiz sohbet chat kamerali

    Sohbet Goruntulu chat Muhabbet okey webcam sohbet bedava sohbet scripti uyeliksiz sohbet chat kamerali
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LuaCV

    LuaCV

    OpenCV library wrapper for Lua language

    LuaCV is OpenCV library wrapper for Lua language. Main goal is to access fast image processing library to light-weight, non-type language. Thanks to CMake project is a much easier to compile it under many OS platforms which are supported by OpenCV. LuaCV is being developed at faculty of Electrical Engineering and Communication of Brno University of Technology in Czech republic. Working with: Lua 5.2, OpenCV 2.2-2.4 LuaCV-0.2.0 (svn rev. 62) is last version compatible with Lua 5.1 but working only with OpenCV 2.2 and below.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    ...Features include timer based and manual capture. Saving of capture image in jpg, jpeg and png formats. Future plans include timer based repeat, email capability and basic image processing like rotate, sharpen. Moved to GitHub: https://github.com/goravtaneza/jcapture
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ada projects - for educational purposes. Each is a small project illustrating a particular tool, technique. Ada is the primary language but will touch upon Qt, Networking, Image processing and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB