Giter VIP home page Giter VIP logo

accord-net-extensions's Introduction

<td>
<ul>
 <li>Version: 1.1.5 (release candidate)</li>
 <li>NuGet packages: <a href="https://www.nuget.org/profiles/dajuric"><strong>ready</strong> <i>(pre-release)</i></a></li>
 <li>
   Help: <a href="https://github.com/dajuric/accord-net-extensions/raw/master/Deployment/Documentation/Help/Accord.NET%20Extensions%20Documentation.chm"> Offline </a> - <i>unblock after download!</i></li>
 <li>
    Tutorials: 
    <ul>
      <li><a href="http://www.codeproject.com/Articles/826377/Rapid-Object-Detection-in-Csharp" target="_blank">Fast template matching</a></li>
      
     <li><a href="http://www.codeproject.com/Articles/865935/Object-Tracking-Kalman-Filter-with-Ease" target="_blank">Kalman filter</a></li>
      
     <li><a href="http://www.codeproject.com/Articles/865934/Object-Tracking-Particle-filter-with-ease" target="_blank">Particle filter</a></li>
      
       <li><a href="http://www.codeproject.com/Articles/840823/Object-Feature-Tracking-in-Csharp" target="_blank">Object Feature Tracking - KLT Optical Flow</a></li>
      
       <li><a href="http://www.codeproject.com/Articles/828012/Introducing-Portable-Video-IO-Library-for-Csharp" target="_blank">Portable Video IO</a></li>
       
        <li><a href="http://www.codeproject.com/Articles/829349/Introducing-Portable-Generic-Image-Library-for-Csh" target="_blank">Portable Generic Image</a></li>
    </ul>
 </li>
</ul>
</td>

Accord.NET Extensions is an extension framework for Accord.NET and AForge.NET . The framework is built with extensibility and portability in mind. Most provided algorithms for image processing, computer vision and statistical analysis are made as extensions. New generic image class is not tied to any specific library and video IO library, which offers unified interface for camera capture, file and directory reading, is platform abstract.

The framework is divided in libraries available through NuGet packages. The libraries can be grouped as following:

Image processing

  • Accord.Extensions.Imaging.Algorithms

    Implements image-processing and computer-vision algorithms. Provides extensions for image-processing algorithms implemented in Accord.NET framework and for some image-processing algorithms implemented in AForge.NET framework.

    samples: (see Accord.Extensions.Imaging.GenericImage)

  • Accord.Extensions.Imaging.Algorithms.LINE2D

    Implements template matching algorithm (~20x faster than conventional sliding window approach).

    samples: fast template matching demo

  • Accord.Extensions.Vision

    Provides computer vision algorithms: Pyramidal KLT tracker, Camshift, Meanshift.

    samples: Camshift; pyramidal Lucas-Kanade tracker

Math libraries

  • Accord.Extensions.Math

    Provides extensions for the 2D array, graphs, contour, point transformations. Implements parallel FFT transform. Implements group matching.

    samples: cardinal spline; contour extrema; graph path search; group matching

  • Accord.Extensions.Statistics

    Provides classes and extensions for the following filters: Kalman, Particle filter, JPDAF - Joint Probability Data Association Filter. Includes 2D motion models.

    samples: Kalman: simulation and object tracking (Kalman + Camshift) demo; Particle filtering: color object tracking; template model selection

Support libraries

  • Accord.Extensions.Core

    The core of the Accord.NET Extensions Framework. Contains classes needed for other libraries: collections, structures, structures for parallel processing and extensions shared across libraries.

    samples: collections: sparse matrix, circular list, history, pinned array; element caching (lazy memory cache, LRU cache); method caching; parallel array operations; various extensions

  • Accord.Extensions.Imaging.GenericImage

    Implements slim generic image class and basic extensions (arithmetics). Provides multiple color spaces and conversions between them. The class can be used in non-generic way for developers who prefer AForge's UnmanagedImage style. To get compatibility for other image types install appropriate extension - NuGet package (e.g. Imaging.BitmapInterop).

    AForge, OpenCV, Bitmap, array interoperability demos; performance, automatic color conversion, various extensions

  • Accord.Extensions.Imaging.AForgeInterop

    Provides extensions for easy interoperability between generic image and AForge UnmanagedImage.

    samples: (see Accord.Extensions.Imaging.GenericImage)

  • Accord.Extensions.Imaging.BitmapInterop

    Provides extensions for interoperability with System.Drawing.Bitmap, Point, PointF, Color and drawing extensions.

    samples: (see Accord.Extensions.Imaging.GenericImage)

  • Accord.Extensions.Vision.IO

    Provides unified API for IO video access: web-camera support, various video-format reading / writing, image-directory reader. All operations are stream-like and are abstracted therefore do not depend on actual video source. The library is made in platform-abstract fashion.

    samples: basic capture; capture and recording; video extraction

accord-net-extensions's People

Contributors

dajuric avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.