Showing 19 open source projects for "algorithm"

View related business solutions
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • 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
  • 1
    Jimp

    Jimp

    An image processing library written entirely in JavaScript for Node

    An image processing library for Node written entirely in JavaScript, with zero native dependencies. If you're using this library with TypeScript the method of importing slightly differs from JavaScript. Instead of using require, you must import it with ES6 default import scheme. If you're using a web bundles (webpack, rollup, parcel) you can benefit from using the module build of jimp. Using the module build will allow your bundler to understand your code better and exclude things you aren't...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Waifu2x-Extension-GUI

    Waifu2x-Extension-GUI

    Photo/Video/GIF enlargement using machine learning

    Image & GIF & Video Super-Resolution using Deep Convolutional Neural Networks. Built-in image processing algorithm: Waifu2x / SRMD / RealSR / Anime4K / ACNet Built-in image processing engine: Waifu2x-caffe / Waifu2x-converter / Waifu2x-ncnn-vulkan / SRMD-ncnn-vulkan / RealSR-ncnn-vulkan / Anime4KCPP Github: https://github.com/AaronFeng753/Waifu2x-Extension-GUI
    Leader badge
    Downloads: 634 This Week
    Last Update:
    See Project
  • 3
    itom

    itom

    itom - an Open Source Measurement, Automation and Evaluation Software

    itom is an open source software suite for operating measurement systems, laboratory automation and data evaluation. One main application of itom is the development and operation of sensor and measurement system for instance in a laboratory environment. Therefore, the software has to be able to communicate with a wide range of different hardware systems, such as cameras or actuators and should provide a diversified and as complete as possible set of evaluation and data processing methods....
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    smartcrop.js

    smartcrop.js

    Content aware image cropping

    ... often, I'm releasing version 0.0.0 of smartcrop.js. Smartcrop.js implements an algorithm to find good crops for images. It can be used in the browser, in node or via a CLI. Smarcrop requires support for Promises, use a polyfill for unsupported browsers or set smartcrop.Promise to your favorite promise implementation (I recommend bluebird).
    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

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 5
    TESTIMAGES

    TESTIMAGES

    Testing images for scientific purposes

    ... patterns). Please cite the following papers when using any image in this archive: * ASUNI N, GIACHETTI A, "TESTIMAGES: A Large Data Archive For Display and Algorithm Testing", Journal of Graphics Tools, Volume 17, Issue 4, 2015, pages 113-125, DOI:10.1080/2165347X.2015.1024298 * ASUNI N, GIACHETTI A, "TESTIMAGES: a large-scale archive for testing visual devices and basic image processing algorithms", STAG - Smart Tools & Apps for Graphics Conference, 2014.
    Leader badge
    Downloads: 104 This Week
    Last Update:
    See Project
  • 6
    tracking.js

    tracking.js

    A modern approach for Computer Vision on the web

    The tracking.js library brings different computer vision algorithms and techniques into the browser environment. By using modern HTML5 specifications, we enable you to do real-time color tracking, face detection and much more, all that with a lightweight core (~7 KB) and intuitive interface. To get started, download the project. This project includes all of the tracking.js examples, source code dependencies you'll need to get started. Unzip the project somewhere on your local drive. The...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    RNCColorStretch GUI

    GUI for RNCColorStretch

    Astrophotography Image Processing: Advanced Image Stretching with the rnc-color-stretch Algorithm http://www.clarkvision.com/articles/astrophotography-rnc-color-stretch/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    HIPAcc

    HIPAcc

    Heterogeneous Image Processing Acceleration (HIPACC) Framework

    ... as competitive performance: the same algorithm description serves as basis for targeting different GPU accelerators and low-level languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    AlgART Java Libraries

    Open source library for processing arrays and matrices

    AlgART Java libraries for processing arrays and matrices are open-source product, distributed under MIT license. So, anyone can use them for free without any restrictions. Main features: 63-bit addressing of array elements (64-bit long int indexes), memory model concept (allowing storing data in different schemes from RAM to mapped disk files), wide usage of lazy evaluations, built-in multithreading optimization for multi-core processors, wide set of image processing algorithms over...
    Downloads: 1 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
    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 image...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    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 estimation...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Foad (EKG Processing)
    Foad is an open source software which receive an EKG Signal from scanner, WFDB database or heart sensors. Finding patient disease started by taking Fourier transform (FFT) from input signal and extract a single cycle. Based on some heuristic algorithm the most important feature like P , Q , R , S , T captured and feed to trained neural network. and so the final decision made by CNN library. As mentioned before this software also capable do some image processing on scanned paper to lower...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Hough Transformation(DELPHI/PASCAL CODE)

    Hough Transformation(DELPHI/PASCAL CODE)

    image processing source code - hough alogrithm

    a very basic Pascal / Delphi implementation of the Hough algorithm for line and circle recognotion. In the actual project state you may see a line and circle detection - working only with simple images as the Hough accumulator post processing is not yet implemented. This project is looking for support and the currect version is just for training and teaching purpose ! remarks: * Now this projects provides a complete DELPHI project ready to compile and a *.exe for fast evaluation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    An implementation of Bruhn et al.'s fast variational optical flow algorithm using the OpenCV image processing library. The code calculates dense flow fields with a user-specified level of precision.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    This work was a project done in course of the Summer School on Image Processing 2006 (SSIP) in Szeged,Hu. Performs a snake algorithm on 512x512. Image processing tasks are done with OpenCV and the GUI is implemented with Qt4.1.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    The Digital Image Processing Library (dimple) is a C++ class/algorithm library for image processing. Dimple consists of a wide range of image processing routines which can be viewed as low- to mid- level vision tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Image Processing Algorithm in perl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SeedFill3D_

    My first sourceforge project. Plugin for ImageJ

    Plugin for ImageJ (Image Processing application). Maint target is develop 3D FloodFill tool for 3D stack images based on algorithm described in A rapid 3D seed-filling algorithm based on scan slice by Wei Wei You et al. Secondary targets is learn myself of Java, subversion and other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    English: ARPI is a spanish acronym for Analysis, Acknowledgement and Image Procesing. The goal is allow a person with a low level programming knowledge to create an algorithm for image processing, run it and also manage images and matrixes. It also all
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
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.