ETİKETLER
detected
İÇERİK TÜRLERİ
yüz algılatma
class Face_Detection_View extends View {
private static final int MAX_FACES = 10;
private static final String IMAGE_FN = "face.jpg";
private Bitmap background_image;
private FaceDetector.Face[] faces;
private int face_count;
private PointF tmp_point = new PointF();
private Paint tmp_paint = new Paint();public Face_Detection_View(Context context) {
super(context);
İbrahim Höbekkaya
06 Aralık 2013 tarihinde soruldu
06 Aralık 2013 tarihinde soruldu