Fixed android samples build

This commit is contained in:
Maksim Shabunin
2014-09-08 22:34:55 +04:00
parent 93c03ef05b
commit c42424f2db
4 changed files with 4 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ import org.opencv.core.Size;
import org.opencv.android.CameraBridgeViewBase;
import org.opencv.android.CameraBridgeViewBase.CvCameraViewListener2;
import org.opencv.objdetect.CascadeClassifier;
import org.opencv.imgproc.Imgproc;
import android.app.Activity;
import android.content.Context;