1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

update readme of face recognition sample

This commit is contained in:
ser1zw 2013-10-06 21:56:09 +09:00
parent d232ecd0cb
commit cfcf6fa0ba

View file

@ -66,7 +66,6 @@ Eigenvalue #8 = 314658.94374918053
Eigenvalue #9 = 288764.63018440653
```
You will get the predicted class, actual class and eignvalues like Eigenfaces sample.
The result images will be stored in **output-eigenfaces** .
@ -77,6 +76,8 @@ $ mkdir output-fisherfaces
$ ruby facerec_fisherfaces.rb at.txt output-fisherfaces
```
You will get the predicted class, actual class and eignvalues like Eigenfaces sample.
The result images will be stored in **output-fisherfaces** .