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:
parent
d232ecd0cb
commit
cfcf6fa0ba
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,6 @@ Eigenvalue #8 = 314658.94374918053
|
||||||
Eigenvalue #9 = 288764.63018440653
|
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** .
|
The result images will be stored in **output-eigenfaces** .
|
||||||
|
|
||||||
|
|
||||||
|
@ -77,6 +76,8 @@ $ mkdir output-fisherfaces
|
||||||
$ ruby facerec_fisherfaces.rb at.txt 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** .
|
The result images will be stored in **output-fisherfaces** .
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue