Showing 23 open source projects for "opencv"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    OpenCV

    OpenCV

    Open Source Computer Vision Library

    ...Languages: C++, Python, Julia, Javascript Homepage: https://opencv.org Q&A forum: https://forum.opencv.org/ Documentation: https://docs.opencv.org Source code: https://github.com/opencv Please pay special attention to our tutorials! https://docs.opencv.org/master Books about the OpenCV are described here: https://opencv.org/books.html
    Leader badge
    Downloads: 3,246 This Week
    Last Update:
    See Project
  • 2
    Video Object Remover – Frame-Accurate

    Video Object Remover – Frame-Accurate

    🎥 A free & open-source Python tool to remove unwanted objects from videos frame-by-frame using brush masking and AI inpainting (OpenCV + FFmpeg). EXE included.

    Video Object Remover – Frame Accurate Edition is a free and open-source desktop application that helps you remove unwanted objects, logos, or watermarks from videos using brush-based masking and AI inpainting. The tool extracts video frames using FFmpeg, lets you mask objects frame-by-frame, and removes them using OpenCV. Built with Python and Tkinter, it features a modern dark-themed GUI, adjustable brush tool, zoom control, and real-time logging. The cleaned video is rebuilt and exported with original quality. Includes a precompiled Windows EXE for normal users (no Python required) and full source code for developers or students. Perfect for YouTubers, video editors, educators, and open-source enthusiasts...
    Leader badge
    Downloads: 69 This Week
    Last Update:
    See Project
  • 3
    MiniMonitor

    MiniMonitor

    Lightweight capture card & mic monitoring with minimal resources

    ...Ideal for Elgato and other capture devices, it detects connected video and audio inputs, tests microphones, and provides real-time video and audio playback. Users can select devices through a simple GUI, toggle Fullscreen display, and quickly check functionality without heavy software overhead. Built with Python, OpenCV, PyAudio, and Tkinter, MiniMonitor is perfect for streamers, content creators, and anyone needing low-latency monitoring of capture cards and audio sources.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Easy Upscale

    Easy Upscale

    A simple image upscaler application using EDSR, ESPCN, FSRCNN, etc.

    ...The main theme is queues, we implement circular queues for pooling/storing a list of images to be upscaled. Gui creation is made manually using the tkinter library. For the upscale process itself, it uses the OpenCV library with a model obtained from open source. Checked using vermin. Minimum required versions: 3.6 Incompatible versions: 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    Upscale

    Upscale

    This program is upscaling any image by a factor 2 using an algorithm

    This program is upscaling any image by a factor 2 using an algorithm of cubic interpolation. You may need to install the following libraries to run the program, tqdm, itertools, and OpenCV.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    raspicam

    C++ library for controlling Raspberry Pi Camera (with/without OpenCV)

    This library allows to use the Raspberry Pi Camera. Main features: - Provides class RaspiCam for easy and full control of the camera - Provides class RaspiCam_Cv for easy control of the camera with OpenCV. - Easy compilation/installation using cmake. - No need to install development file of userland. Implementation is hidden. - Many examples
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Integrating Vision Toolkit (IVT) is a powerful and fast C++ computer vision library with an easy-to-use object-oriented architecture. It offers its own multi-platform GUI toolkit. OpenCV is integrated optionally. Website: http://ivt.sourceforge.net
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Calyp

    Calyp

    Calyp is an open-source raw video player for image/video analysis

    Calyp is an open-source raw video player developed using the C++ Qt libraries. This is the new version of the playuver. New name new features coming. For Ubuntu and Debian based distributions use our Personal Package Archive (PPA): ppa:pixlra/ppa
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    VideoMan Library

    VideoMan Library

    C++ library for image acquisition and visualization

    Library for capturing video from cameras, 3d sensors, frame-grabbers, video files and image sequences. It can also display multiple images using OpenGL with different layouts. Easy integration with OpenCV, CUDA... Perfect for computer vision. Keywords: video capture, computer vision, machine vision, opencv, opengl, cameras, video input devices, firewire, usb, gige
    Downloads: 0 This Week
    Last Update:
    See Project
  • Omnilert | Visual Passive Security Systems Icon
    Omnilert | Visual Passive Security Systems

    Detect Guns and Automate Response to Help Protect Lives

    Transform your passive security systems into early warning and active prevention systems with Omnilert's visual artificial intelligence. Omnilert Gun Detect not only helps save lives but also reduces the operational, legal, and social impacts of gun violence.
    Learn More
  • 10

    ANNGD

    Artificial neural network gender detection

    ANNGD is a artificial neural network gender detection application. The detection is made in real time images captured by webcam by opencv library. The package include applications to image pre-processing and artificial neural network back-propagation training.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Used to record and analyze some behavioural experiments in neuroscience (using usb webcam). it was developed in collaboration with neuropharmacology lab at Faculty of Medicine, Ain Shams University. it can use(JMF,OpenCV,JMyron & AGCamLib) for webcam
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    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 any other ready-made program that would track an object in real-time from webcam, other than an $80 special-purpose program used in the original (torsion balance) experiment we were replicating. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SoccerStatistics

    Soccer TV translation statistics gathering

    Soccer TV translation statistics gathering. The program is using OpenCV library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Movement Detection

    Uses a webcam as a photo trap / movement detector

    Inspired by Head First C. Small program written in C. It takes a photo with your webcam every time something moves before your webcam. Requires OpenCV library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    pyShotDetect

    (Auto-)Detect Video Scene Changes, output an edit list

    ...Given a .dv file automatically detect scene changes within that file (best performance on cuts and fade through/to black). Write a .kino file with each of the scenes for post-processing. Dependencies: (Python) openCV matplotlib Tkinter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Implements Lazy Wavelet Transform with Lifting in several variants: 1-D, 2-D, 3-D, integer precision, etc. Sample video compressor, integrated with FFmpeg. OpenCL version is created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Webcam periodic frame grabber. This is a command-line application that uses OpenCV for grabbing frame and saving them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Fully automated segmentation of moving objects from a stationary scene using pre-stored scene images. Needs no external parameters or settings; all parameters are derived internally from the pre-stored images. Implemented using OpenCV framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Video Recognition Toolkit is a software for visual video processing algorithms modeling. It supports algorithm execution and result display in real-time. There are several new algorithms and some algorithms from OpenCV and LTIlib libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Active Shape/Appearance Model Library (ASMLibrary/AAMLibrary) source code, which includes ASMBuilding/AAMBuilding as well as ASMFitting/AAMFitting algorithm. It is developped under OpenCV 1.0 for locating features in a face and face recognition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Foresight is a LGPLed wrapper that currently brings together the Intel IPL, Intel OpenCV, ImageMagick, and the Matrox MIL. The ultimate goal is to provide a standard interface for any number of acquisition and image processing libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ImprovCV is a modular dataflow vision processing system built ontop of OpenCV.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is an object recognition library written on top of OpenCV. Scalable Multimodal Object Recognition (SMORs) is designed for real time highly accurate object detection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next