Showing 15 open source projects for "emgu"

View related business solutions
  • Zenflow- The AI Workflow Engine for Software Devs Icon
    Zenflow- The AI Workflow Engine for Software Devs

    Parallel agents. Multi-agent orchestration. Specs that turn into shipped code. Zenflow automates planning, coding, testing, and verification.

    Zenflow is the AI workflow engine built for real teams. Parallel agents plan, code, test, and verify in one workflow. With spec-driven development and deep context, Zenflow turns requirements into production-ready output so teams ship faster and stay in flow.
    Try free now
  • 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
    emgucv

    emgucv

    Cross platform .Net wrapper to the OpenCV image processing library

    Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages. The wrapper can be compiled by Visual Studio and Unity, it can run on Windows, Linux, Mac OS, iOS and Android.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2

    Emgu CV

    Emgu CV is a cross platform .Net wrapper for OpenCV

    Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. The wrapper can be compiled in Mono and run on Windows, Linux, Mac OS X, iPhone, iPad and Android devices.
    Leader badge
    Downloads: 170 This Week
    Last Update:
    See Project
  • 3

    EmguTF

    Emgu TF is a cross platform .Net wrapper for the Tensorflow library

    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    WebFaceDetection

    Web Face Detection using OpenCvSharp, Emgu and Accord.Net with Json

    Web Face Detection using OpenCvSharp, Emgu and Accord.Net with Json, Ms.Net Framework MVC. For Direct Test, download !_1_Web_Face_Detection.ZIP or https://sourceforge.net/projects/webfacedetection/files/%21_1_Web_Face_Detection.zip/download .... For a New Test! .... Make new Asp.Net web application .Framework MVC .... Reference files from Libs folder ( exclude cvextern.dll and opencvsharpextern.dll and face.xml ) ....
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    Emgu CSharp Face Recognition with Mail Recognizer for $184 full source code? mail dbinxecod@gmail.com It scan and detects faces pass by, so user may register the face, ones the face has been registered and when pass by again, it will recognized if it's normal passer or wanted AND THEN send email to the corresponding address.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Haytham Gaze Tracker

    Haytham Gaze Tracker

    Haytham is an open source gaze tracker

    ...It provides real-time gaze estimation in the user’s field of view or the computer display by analyzing eye movement. Haytham offers gaze-based interaction with computer screens in fully mobile situations. The software is built by C#, using Emgu and AForge image processing libraries. LICENSE The Haytham is released under a dual license: FREE VERSION: The source code is released under GPL version 3.0. In short, it means that any distributed project that includes or links any portion of Haytham source code has to be released with the source code under a license compatible with GPLv3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    EMGU Examples

    A collection of EMGU source code examples

    While still being collated a collection of examples demonstrating the use of various EMGU CV methods has been made available. Each example has an associate wike page available via the Homepage link. Contributions are welcome via third parties and templates for the wiki pages are available through request. Feel free to support the development through a donation using the link at the top.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    skillful robot

    skillful robot

    Adaptive mobile robot controlled by hand movement and sound commands

    Control system for skillful robot : Windows / language C# / libraries used in the project (Emgu CV, System.Speech, System.Threading, System.IO) Adaptive intelligent mobile robot and is controlled by the movement of the hand (via the camera) and by voice commands the control program use new technologies and offer new and cheap way to control remote without extra devices like 'kinect' In hardware part I have adopted simplicity on the idea and the goal was access to a flexible structure easily adjustable so I used meccano pieces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Gygax

    Gygax

    Gygax Version 2.0 12/02/2014

    ...<General Information> -The current version has been designed to run in a Windows 8 environment and in MS Visual Studio 2013. -It uses Windows Forms as a graphical API for compatibility reasons with Emgu CV. -All required libraries are included in the package to download. Following releases will include: - a DirectX viewer to allow 3D point cloud data and IFC file visualization and editing - adjustment of processing rate of frames depending on buffer availability (send next frame serially or skip till buffer empties) - selection of frames based on criteria (blur metric, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 10

    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: 0 This Week
    Last Update:
    See Project
  • 11

    CamCap

    A simple VB.NET Webcam Capturer.

    A VB Project that uses Emgu source to capture webcam data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    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
  • 14

    ANPR for National Borders

    ANPR for National Borders Systems

    ...Then it is going to retrieve that number from a database and get the information of the vehicle owner. Note: Please note that you need emgucv installed. you also need to move the project files to: C:\Emgu\emgucv-windows-x86XXX\Emgu.CV.Example\ Please note: that the project was created using visual studio 2003, on windows xp. and it might not run fluently on newer versions. please try to update it.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Oct.0 Nikon Z remote control app

    Oct.0 Nikon Z remote control app

    Advanced Remote control and tethering app for Nikon Z ML cameras

    Based on Nikon SDK C# wrapper and EMGU repositories - Oct.0 is a standalone Windows 64bit lightweight app, developed to remotely control select Nikon Z Mirrorless camera bodies by means of wired or wireless controllers attached to a x64 PC. Oct.0 allows for replicating most of the camera body controls (buttons) functions via GUI buttons or keyboard shortcuts, as well as allowing tethering functions such as saving the files to destination folder on a PC, and invoking a remote LiveView session.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next