'rpm -ql opencv' prints a file list :
/usr/bin/opencv-createsamples
/usr/bin/opencv-haartraining
/usr/bin/opencv-performance
/usr/lib/libcv.so.1
etc. etc.
The documentation will tell ( hopefully ) how to use
the opencv program. ( See the link, # 2, thierrys.)
" opencv-1.0.0-1.el4.rf.i386.rpm " is a 'rpmforge' package
and will usually be installed with 'yum install opencv'
if you have the rpmforge repository in /etc/yum.repos.d/
(
http://dag.wieers.com/rpm/FAQ.php#B )
.....
Quote:
package opencv-1.0.0-1.el4.rf.i386.rpm is not installed
|
The "rpm database package id" is not
'opencv-1.0.0-1.el4.rf.i386.rpm' but just 'opencv' or 'opencv-1.0.0-1.el5.rf'.
.....