Showing 31 open source projects for "delphi opencv detection"

View related business solutions
  • 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
  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 1
    OpenCV

    OpenCV

    Open Source Computer Vision Library

    OpenCV (Open Source Computer Vision Library) is a comprehensive open-source library for computer vision, machine learning, and image processing. It enables developers to build real-time vision applications ranging from facial recognition to object tracking. OpenCV supports a wide range of programming languages including C++, Python, and Java, and is optimized for both CPU and GPU operations.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 2
    JavaCV

    JavaCV

    Java interface to OpenCV, FFmpeg, and more

    JavaCV uses wrappers from the JavaCPP Presets of commonly used libraries by researchers in the field of computer vision (OpenCV, FFmpeg, libdc1394, FlyCapture, Spinnaker, OpenKinect, librealsense, CL PS3 Eye Driver, videoInput, ARToolKitPlus, flandmark, Leptonica, and Tesseract) and provides utility classes to make their functionality easier to use on the Java platform, including Android. JavaCV also comes with hardware accelerated full-screen image display (CanvasFrame and GLCanvasFrame), easy...
    Downloads: 33 This Week
    Last Update:
    See Project
  • 3
    Frigate

    Frigate

    NVR with realtime local object detection for IP cameras

    Frigate - NVR With Realtime Object Detection for IP Cameras A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras. Use of a Google Coral Accelerator is optional, but highly recommended. The Coral will outperform even the best CPUs and can process 100+ FPS with very little overhead.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    OpenFace Face Recognition

    OpenFace Face Recognition

    Face recognition with deep neural networks

    OpenFace is a Python and Torch implementation of face recognition with deep neural networks and is based on the CVPR 2015 paper FaceNet: A Unified Embedding for Face Recognition and Clustering by Florian Schroff, Dmitry Kalenichenko, and James Philbin at Google. Torch allows the network to be executed on a CPU or with CUDA. This research was supported by the National Science Foundation (NSF) under grant number CNS-1518865. Additional support was provided by the Intel Corporation, Google,...
    Downloads: 5 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
    Simd Library

    Simd Library

    C++ image processing and machine learning library with using of SIMD

    The Simd Library is a free open-source image processing and machine learning library, designed for C and C++ programmers. It provides many useful high-performance algorithms for image processing such as pixel format conversion, image scaling and filtration, extraction of statistical information from images, motion detection, object detection and classification, neural networks. The algorithms are optimized with using of different SIMD CPU extensions. In particular, the library supports...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Pigo

    Pigo

    Fast face detection, pupil/eyes localization

    Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go. Pigo is a pure Go face detection, pupil/eyes localization and facial landmark points detection library based on the Pixel Intensity Comparison-based Object detection paper. The reason why Pigo has been developed is because almost all of the currently existing solutions for face detection in the Go ecosystem are purely bindings to some C/C++ libraries like OpenCV or dlib, but calling a C program...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Facetrak Facial recognition
    This program broken The program is a real-time face detection application built using OpenCV and Tkinter. It allows you to detect faces using your webcam and displays the video feed with rectangles drawn around the detected faces. When you run the program, a GUI window will appear. The window has a title "Real-time Face Detection" and a description below it. The description guides you to adjust the settings and click the "Start" button to begin face detection. The settings section...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Face Mask Detection

    Face Mask Detection

    Face Mask Detection system based on computer vision and deep learning

    Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras. Face Mask Detection System built with OpenCV, Keras/TensorFlow using Deep Learning and Computer Vision concepts in order to detect face masks in static images as well as in real-time video streams. Amid the ongoing COVID-19 pandemic, there are no efficient face mask detection applications which are now in high demand for transportation means, densely populated areas, residential districts...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    qiji-font

    qiji-font

    Typeface from Ming Dynasty woodblock printed books

    ... replaceable by an automatic corner-detection algorithm). Generate a low-poly mask for each character on the grid, and save the thumbnails (using OpenCV). First, red channel is subtracted from the grayscale, in order to clean the annotations printed in red ink. Next, the image is thresholded and fed into the contour-tracing algorithm. A metric is then used to discard shapes that are unlikely to be part of the character in interest.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    YOLO ROS

    YOLO ROS

    YOLO ROS: Real-Time Object Detection for ROS

    This is a ROS package developed for object detection in camera images. You only look once (YOLO) is a state-of-the-art, real-time object detection system. In the following ROS package, you are able to use YOLO (V3) on GPU and CPU. The pre-trained model of the convolutional neural network is able to detect pre-trained classes including the data set from VOC and COCO, or you can also create a network with your own detection objects. The YOLO packages have been tested under ROS Noetic and Ubuntu...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    opencv4nodejs

    opencv4nodejs

    Nodejs bindings to OpenCV 3 and OpenCV 4

    OpenCV4NodeJS is a Node.js binding for OpenCV, allowing developers to integrate computer vision capabilities directly into JavaScript applications for image processing, object detection, and facial recognition.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Delphi Face Detection

    Delphi face detection

    Delphi Face Detection Live Web Camera Delphi Face Recognition: https://sourceforge.net/projects/delphi-face-recognition/ For Live: Face Attendance System, Facial Emotion, Gender Recognition Security Application. Ethnicity/Nationality Recognition(Maybe Soon) Age? Works on IP Camera using RTSP. Runs on Windows XP to Windows 10 Available on MsAcceSS or SQLite Dataface! Depending on Request! You can reprogram / setup / configure / scale the Face Recognition accuracy...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13

    C++Builder with OpenCv345 face detect

    C++Builder face detection

    Embarcadero C++ Builder Face Detection FREE Source Code! Delphi and C++Builder FACE RECOGNITION,.... here: C++Builder: https://sourceforge.net/projects/c-builder-face-recognition/ Delphi: https://sourceforge.net/projects/delphi-face-recognition/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Delphi Face Recognizer

    Delphi Face Recognizer

    Delphi Face Recognizer Full Source code of ListBox Bitmap Load and Save from SQLite Database. Binary contains Delphi powerful face recognition. Donate $184 for FULL SOURCE CODE of the Project. mail: dbinXecod@gmail.com if the link is broken here: https://www.paypal.me/dBinXecod/184 Added Feature: X. IP Camera RTSP Connections Real RTSP url link test Real MJPEG url link test Y. Capture faces from Video File Last bug FIXED April_08_2019_12.24pm, X. Recognized Faces...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Donate $108 for FULL source code of the project. Donate and message or mail at dbinxecod@gmail.com RTSP url link updated BUG FIXED! MEMORY LEAK! ADDED 64BIT + TBB HARD BOILED FACE RECOGNITION: https://sourceforge.net/projects/delphi-face-recognizer/ Gate ID Multi Face Recognition: $384 https://sourceforge.net/projects/opencv-multi-face-detect/ Delphi Face Detection: FREE Source code! https://sourceforge.net/projects/delphi-opencv-face-detection/ Works on IP Camera using...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    EmguCv410 Face Recognition Detect

    EmguCv C# OpenCv Cuda Face Recognition + Gender, Emotion, Ethnicity

    The site says "Malware detected but NOT TRUE", it's just encrypted! EmguCvSharp Face Detection Full source code: https://sourceforge.net/projects/emgucvsharp-live-face-detect/ . if (CudaInvoke.HasCuda) //THE CODE TO USE CUDA . Emgucv Gender detection Emgucv Emotion detection Emgucv Ethnicity detection Emgucv Face Recognition also includes Pedestrian detection For Live: Face Attendance System, Facial Emotion, Gender Recognition Security Application. Ethnicity...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Mexopencv

    Mexopencv

    Collection and a development kit of matlab mex functions for OpenCV

    mexopencv is a collection of MEX functions that provide MATLAB bindings for OpenCV, the popular computer vision library. It enables MATLAB users to access nearly the full range of OpenCV’s C++ API directly from MATLAB, combining the ease of MATLAB scripting with the performance of OpenCV.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    C++Builder Face Recognition March01_2019

    C++Builder Face Recognition

    RTSP url link updated Donote $108 for FULL source code of the project. BUG FIXED! MEMORY LEAK! ADDED 64_BIT + TBB HARD BOILED FACE RECOGNITION: https://sourceforge.net/projects/cbuilder-face-recognizer/ page not found for hard core c++Builder, contact author! https://sourceforge.net/projects/delphi-face-recognizer/ C++Builder Face Detection: FREE Source code! https://sourceforge.net/p/cbuilder-opencv-face-detection/ For Live: Face Attendance System, Facial Emotion...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    node-opencv

    node-opencv

    OpenCV Bindings for node.js

    OpenCV bindings for Node.js. OpenCV is the defacto computer vision library - by interfacing with it natively in node, we get powerful real time vision in js. People are using node-opencv to fly control quadrocoptors, detect faces from webcam images and annotate video streams. If you're using it for something cool, I'd love to hear about it! You'll need OpenCV 2.3.1 or newer installed before installing node-opencv. You can use opencv to read in image files. Supported formats are in the OpenCV...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Vision2u

    Vision2u

    free image processing software

    Vision2u offers a free image processing software for personal use and research. Primary tasks of the image processing can be realized during simple operation of the software. Every Web cam owner can have simplest measuring, counting or tasks of monitoring done without high capital outlays.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FastQR

    FastQR

    A Fast QR code detector for arbitrarily acquired images

    ... acquired images. In the first stage a cascade classifier to detect parts of the symbol is trained using the rapid object detection framework proposed by Viola-Jones. In the second stage, detected patterns are aggregated in order to evaluate if they are spatially arranged in a way that is geometrically consistent with the components of a QR code symbol. OpenCV 2.2+ is required.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    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
  • 23
    OpenCV Facerecog
    Face Detection and Recognition using Intel's OpenCV library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Face Detect (JavaCV)

    Face Detection and Facial Feature Extraction using JavaCV

    A simple Face detection program using JavaCV and OpenCV . Implementing facial feature extraction and face recognition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    SNFaceCrop, face detection and cropping

    SNFaceCrop, face detection and cropping software

    SNFaceCrop is a Windows-based application to detect and crop faces from an image file. The detected faces can be automatically saved into files or copied into the Windows clipboard. SNFaceCrop is open source and using OpenCV library for face detection.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 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.