Ayuda....librerias de opencv en la tarjeta ecb_at91. UIS
1 view
Skip to first unread message
Sergio M
unread,
Jan 13, 2009, 10:51:35 AM1/13/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ecb_at91_es
saludos!!!
necesito saber como instalar el paquete de librerias de opencv en la
tarjeta ecb_at91 V1, si lo anterior no es posible, necesito saber como
correr en la tarjeta programas .c (ya compilados en otro pc) que
emplean las librerias del paquete opencv .
El proceso que estoy realizando para la instalacion es el siguiente:
1. Buscamos las librerias:
ecb_at91:~# apt-cache search opencv
libcv-dev - development files for libcv
libcv0.9.7-0 - computer vision library
libcvaux-dev - development files for libcvaux
libcvaux0.9.7-0 - computer vision extension library
libhighgui-dev - development files for libhighgui
libhighgui0.9.7-0 - computer vision GUI library
opencv-doc - OpenCV documentation and examples
python-opencv - Python bindings for the computer vision library
ecb_at91:~#
2. Instalamos las ibrerias:
ecb_at91:~# apt-get install libcv0.9.7-0
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libice6: Depends: xfree86-common but it is not installable
libsm6: Depends: xfree86-common but it is not installable
libx11-6: Depends: xfree86-common (> 4.3.0) but it is not
installable
libxext6: Depends: xfree86-common but it is not installable
libxt6: Depends: xfree86-common but it is not installable
xlibs-data: Depends: xfree86-common but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a solution).
ecb_at91:~#