Hi everyone,
I'm building my first commercial MonoTouch app (*yay*), and I'm looking
to implement edge/corner detection on captured images.
Been searching around for a while, and came across the "AForge.NET"
framework. Looks awesome:
http://www.aforgenet.com/framework/features/
http://code.google.com/p/aforge/
Has anyone had success using AForge.NET in a MonoTouch project? Can it
be done?
I've download AForge.NET's source from Google Code, rebuilt all its
projects in MonoDevelop as DLLs, tried importing said DLLs as resources
to my own project, but no luck. I'm getting hit with a stack of compiler
errors, for example:
/"Error CS0584: Internal compiler error: Could not import type
`AForge.Imaging.SusanCornersDetector' from `AForge.Imaging,
Version=2.2.4.0, Culture=neutral, PublicKeyToken=ba8ddea9676ca48b'
(CS0584)"/
I'm struggling getting my head around the process of creating and
importing DLLs from existing C# open source projects, so it's very
possible I'm doing the whole thing completely wrong - sorry in advance.
Besides AForge.NET, can anyone think of any other way I could implement
corner detection in MonoTouch?
Cheers from Australia!
- James.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch