Tuesday, September 22, 2009

OpenCV Library en .NET

Existen alternativas como opencvdotnet, SharperCV, EmguCV, One on Code Project.
particularmente hize ejecutar los del code project, pero EmguCV para ser otra mucho mejor ya que cuenta con wrappers para Mono.

Referencias:

http://www.emgu.com/wiki/index.php/Download_And_Installation

Documentación
http://opencv.willowgarage.com/documentation/index.html

Ultima actualización Set-2009 (Sale caliente)
sourceforge.net/projects/opencvlibrary/

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...