-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathprojects.html
50 lines (48 loc) · 2.26 KB
/
projects.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: default
title: "Spin-offs and extension projects"
comments: true
---
<div id="faq" class="fixed">
<h1>
<a href="https://github.com/cureos/accord">Accord.NET/AForge.NET for Windows Phone</a>
</h1>
<p>
If you have interest in using Accord.NET and AForge.NET features
in your Windows Phone or Windows Store application, then please
check out the <a href="https://github.com/cureos/accord" target="_new">
CureOS fork
</a> by <a href="https://github.com/cureos">Anders Gustafsson</a>.
This project is a port of both frameworks to run on the Portable Class Library
classes, the .NET subset that powers WinRT.
</p>
<h1>
<a href="https://code.google.com/p/catalano-framework/">Accord.NET/AForge.NET for Java and Android</a>
</h1>
<p>
If you are very interested in one of the capabilities offered by
Accord.NET and AForge.NET, but would like to work on Java, then
please check out the <a href="https://code.google.com/p/catalano-framework/">
Catalano Framework
</a>, a port of both frameworks to the Java Platform
created by Diego Catalano. His <a href="http://www.codeproject.com/Articles/656059/Catalano-Framework">
article presenting and describing his framework on CodeProject
</a> received
a best-article award in November; and in this article it can be seen how many
of the image processing capabilities present in both frameworks (plus a many
extra original implementations) can already be found on his project.
</p>
<h1>
<a href="https://github.com/dajuric/accord-net-extensions">Fluent extensions, advanced image processing and generics</a>
</h1>
<p>
If you are interested in more advanced algorithms, such as optical flow, particle
tracking and other extensions for the AForge.NET and Accord.NET Framework, take a
look at the <a href="https://github.com/dajuric/accord-net-extensions">
Accord.NET
Extensions project
</a> being developed by Darko Jurić. The project implements
Kalman Filters, the Kanade–Lucas–Tomasi feature tracker, among other algorithms and
usage extensions.
</p>
</div>