Search Results for "image processing toolbox for..." - Page 23

Showing 784 open source projects for "image processing toolbox for..."

View related business solutions
  • 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
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    Math Transformations Library
    A library analog to those included in Matlab without the need of external libraries; just right for embedded or static linking. MTL was used to build a 3d Scanner. MTL consists of pars B - Basic Functions, Matrices, Images, Hypermodels (3d Models and up) N - Numeric Functions ranging from linear regression over nonlinear optimization to singular-value computation I - Image filters and Image enhancement H - Hardware related (optional part), does require additional libraries and is only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    connhim2000

    image processing, open e-commerce, enterprise information systems

    An efficient program to reduce black and white scanned image size for internet usage. I have implemented some filters which reduce the image size while still maintain logical data from black and white scanned images. Free and opensource for General Public use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Pixma Frontpanel Library

    Library for using Canon Pixma inkjet printer frontpanels

    This library makes it possible to reuse the LCD/button frontpanels of Canon Pixma MP620 / MP630 inkjet printers in your own projects. The library makes use of the processing power and RAM that is built into the frontpanels. The library is written for maple / olimexino but might be expanded in the future. Please see the wiki for info on how the display works, the protocol used and how to connect your display to your board: http://sourceforge.net/p/pixmafrontpanel/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    apophnia++

    moved to https://github.com/sroycode/apophniapp

    Image processing project, inspired by apophnia, moved to https://github.com/sroycode/apophniapp
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    N-Sense

    N-Sense

    N-Sense Sensory substitution software

    ...N-sense uses hearing as it's input port and is(will be) capable to allow multiple senses trough it as vision, magnetic orientation, humidity, velocity,time, altitude... Almost any data from computer can be made into sense and included into project. N-Sense is modular by design, written mostly in c++ to allow optimal processing speed and uses OpenCv for Image/video processing. Target platforms are Linux, Android, Windows, Mac(starting from first). Project is not ready for public use yet. READ wiki before starting use software to avoid problems! NOTE: software causes brains to learn and change in long run and there is risk of many side effects like: headache, dizziness, increased intelligence, changes in music taste, change in perception of reality. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    StereoWS

    StereoWS developed by UCL-MSSL within the ProVisG project

    ...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
  • 7
    Xaver is a software platform base on C++ language for develop graphics applications such as games, simulations, image processing and various other. Environment is based on a modular architecture and object-design. Wrap the OpenGL function for high-level programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A Java toolbox with commonly used Farsi Language functions. Includes functions for text manipulation, standardization, normalization, search, replace and changing words and ligatures. Fixing White space problems, Jalai date and Calendar, etc...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    DThresh

    DThresh

    Get perfect threshold value for image processing

    With help of active trackbars you can change the values of RGB and HSV to threshold the live image feed from your camera!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10

    Connected components toolbox

    Extracts blobs using hue, saturation and value components

    Luckly, there are a number of examples and source code written for connected components analysis. However, in most of these examples only the grayscale values are used and a single threshold is chosen for extracting blobs from an image. In this example, I used Hue, Saturation and Value components to perform blob extraction analysis(connected compoonent extraction). I also created a simple visual toolbox for demonstration purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Simple-Color-Object-Tracker

    Simple Color object tracker built for linux

    A small image processing project built on Java. Tracks a coloured object on screen using shots taken by a web cam. v4l4j API's used for working with streams of picture being held by web-cam, hence installation of v4l4j is the solve pre-requisite for the proper functioning. UI components provided for selecting the suitable threshold values of HSI to make the required object trackable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Bluetooth MeyMouse Accelerometer camera

    J2me Accelerometer Camera light based over Bluettooth over mobile

    J2me Accelerometer Camera light based over Bluettooth over mobile phone (Turn Your Old j2me Phone become slick accelerometer camera based MOUSE over bluetooth great for develope accelerometer camera based game Zzzzzzzz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    hdrff is a modular shell script (bash) for automatic processing of HDR image-sequences. It supports the complete workflow from downloading the images to the harddisk, aligning, HDR-creation and tonemapping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    EMGU Kalman Filter

    Kalman Filter for EMGU Image Processing Applications

    The Kalman filter is an algorithm which operates recursively on streams of noisy input data to produce a statistically optimal estimate of the underlying system state (Original Paper). The filter is named for Rudolf (Rudy) E. Kálmán, one of the primary developers of its theory. More information is available at Wikipedia, the Kalmn Filter was derived to solve the Wiener filter problem. The Wiener filter problem is to reduce the amount of noise present in a signal by comparison with an...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    RAT is a software for advanced image processing of SAR (Synthetic Aperture Radar) remote sensing data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SemaRule Navigator
    SemaRule Navigator is an Integrated Suite of Open-Source and Free-License Software, placing Semantic and Text Analysis Technologies in the toolbox of Researchers, Students, and Enterprises.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Pink is an image processing library developed at ESIEE Engineering for research and teaching purposes. It contains implementations of over 200 algorithms for image segmentation and filtering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    juk is a collection of Java applications. The flagship of which is Gallery Mage (gallmage), an open source photo gallery processing application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    BLIMToolbox

    A set of tools for processing Argus images of the nearshore zone.

    ...The main incentive for the development of this toolbox was reducing the amount of time and effort a user spends on image analysis. This is achieved by a user-friendly graphical interface, functionality for browsing through images and results, flexible import and export functions, and the possibility to add user interface components and additional implementations of algorithms. Because BLIM Toolbox is meant to work with other Argus software, it is programmed in Matlab. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    With the changes to the gimp 2.6 interface and the lack of compassion by the developers to anyone who wanted the classic look I decided to provide patches to the official gimp 2.6 releases to restore the classic look and functionality to gimp.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Lightningbeam

    Lightningbeam

    IDE for creating interactive Flash and HTML5 content

    Lightningbeam is a free, open-source alternative to Adobe Flash. It is written in Python, and uses PyGUI for a GUI, swfc for compiling, and Cairo for image processing. It has the ability to export to HTML5 as well as .swf, allowing for viewing on non-Flash-compatible devices (such as the iPhone or the Kindle), and can pack all resources into a single HTML file for portability. Lightningbeam supports ActionScript, allowing for interactive content creation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Viral Plaque Counter

    Automatic Viral Plaque Counter

    Uses image processing techniques to count a plate of viral plaque samples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Redstone FileGarden comes with an editor , a built-in file manager and a built-in email client.It can convert text to PostScript and PDF, perform image conversion, and supports custom scripting, batch processing, and custom component plugins. It can act a
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Simple Image Editing ( Editor ) Tool
    SIET, the Simple Image Editing ( Editor ) Tool, is a simple-to-use, handy and free application for such tasks as resizing, cropping, retouching, watermarking, etc... Batch processing is also provided. Because is OS Independent, written in an interpreted language, SIET can run on any platform that has a java virtual machine available. Tested on: Windows 7, Windows XP, Linux Ubuntu, Linux Mint.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Console frame grabber. Includes simple image processing filters for mirroring, brightness, negative and captures in 24 bit color or 8 bit greyscale. Supports PNG, JPEG and PPM saves.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB