Opencv 3.1 project on GR-PEACH board

Fork of gr-peach-opencv-project by the do

Files at this revision

API Documentation at this revision

Comitter:
thedo
Date:
Tue Jul 04 06:23:13 2017 +0000
Parent:
169:bdaa9537e072
Commit message:
project opencv 3.1 on GR PEACH board, no use SD card.

Changed in this revision

haar_cascade.h Show annotated file Show diff for this revision Revisions of this file
--- a/haar_cascade.h	Tue Jul 04 06:16:34 2017 +0000
+++ b/haar_cascade.h	Tue Jul 04 06:23:13 2017 +0000
@@ -1,6 +1,5 @@
 /*
-This lib using image format: |6-bits-header|-|imgae-draw-data-RGBA444|
-
+This file store haar cascade frontal face .xml file
 */
 
 #ifndef HAAR_CASCADE_H