Peenoo / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Patches to be fix the samples #188

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just load javacv into Eclipse will reproduce some red crosses(errors)
2.
3.

What is the expected output? What do you see instead?
There is no such red cross.

What version of the product are you using? On what operating system?
Ubuntu 11.10

Please provide any additional information below.
1) File FacePreview.java, line 49, comment it out as:
//package com.googlecode.javacv.facepreview;

2) File FaceRecognition.java, line 417, add a cast in front as:
(String) personNames.get(i), // string

Original issue reported on code.google.com by jp4w...@gmail.com on 17 Apr 2012 at 12:49

GoogleCodeExporter commented 9 years ago
FacePreview is the source code for this sample:
http://code.google.com/p/javacv/downloads/detail?name=facepreview-20120329.apk
So the package name is correct, but users can of course change it however they 
wish.

But thanks for FaceRecognition, will fix that and a few other things in it!

Original comment by samuel.a...@gmail.com on 22 Apr 2012 at 3:24

GoogleCodeExporter commented 9 years ago
The latest release contains a fixed sample file, thank you for reporting this 
issue!

Original comment by samuel.a...@gmail.com on 12 May 2012 at 10:56