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:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...