Refactoring directory structure
Signed-off-by: Laentir Valetov <laex@bk.ru>
@ -1,8 +0,0 @@
|
||||
@echo off
|
||||
if not exist "!Install!" mkdir "!Install!"
|
||||
if exist "!Install!\Source" del /s /q "!Install!\Source"
|
||||
xcopy /s /EXCLUDE:.\xcopyignore ".\bin\*.*" "!Install!\Source\bin\"
|
||||
xcopy /s /EXCLUDE:.\xcopyignore ".\samples\*.*" "!Install!\Source\samples\"
|
||||
xcopy /s /EXCLUDE:.\xcopyignore ".\include\*.*" "!Install!\Source\include\"
|
||||
xcopy /s /EXCLUDE:.\xcopyignore ".\component\*.*" "!Install!\Source\component\"
|
||||
|
27
resource/facedetectxml/haarcascade.inc
Normal file
@ -0,0 +1,27 @@
|
||||
// Created uCompressHaar.exe
|
||||
const
|
||||
FrontalFaceXML: array [TocvHaarCascadeType] of TocvHaarCascadeRecord =
|
||||
(
|
||||
(Name: 'HEYE'; FileName: 'haarcascade_eye.xml'),
|
||||
(Name: 'HEYETREEEYEGLASSES'; FileName: 'haarcascade_eye_tree_eyeglasses.xml'),
|
||||
(Name: 'HFFALT'; FileName: 'haarcascade_frontalface_alt.xml'),
|
||||
(Name: 'HFFALT2'; FileName: 'haarcascade_frontalface_alt2.xml'),
|
||||
(Name: 'HFFALTTREE'; FileName: 'haarcascade_frontalface_alt_tree.xml'),
|
||||
(Name: 'HFFDEFAULT'; FileName: 'haarcascade_frontalface_default.xml'),
|
||||
(Name: 'HFULLBODY'; FileName: 'haarcascade_fullbody.xml'),
|
||||
(Name: 'HLEYE2SPLITS'; FileName: 'haarcascade_lefteye_2splits.xml'),
|
||||
(Name: 'HLOWERBODY'; FileName: 'haarcascade_lowerbody.xml'),
|
||||
(Name: 'HMEYEPAIRBIG'; FileName: 'haarcascade_mcs_eyepair_big.xml'),
|
||||
(Name: 'HMEYEPAIRSMALL'; FileName: 'haarcascade_mcs_eyepair_small.xml'),
|
||||
(Name: 'HMLEAR'; FileName: 'haarcascade_mcs_leftear.xml'),
|
||||
(Name: 'HMLEYE'; FileName: 'haarcascade_mcs_lefteye.xml'),
|
||||
(Name: 'HMMOUTH'; FileName: 'haarcascade_mcs_mouth.xml'),
|
||||
(Name: 'HMNOSE'; FileName: 'haarcascade_mcs_nose.xml'),
|
||||
(Name: 'HMREAR'; FileName: 'haarcascade_mcs_rightear.xml'),
|
||||
(Name: 'HMREYE'; FileName: 'haarcascade_mcs_righteye.xml'),
|
||||
(Name: 'HMUPPERBODY'; FileName: 'haarcascade_mcs_upperbody.xml'),
|
||||
(Name: 'HPROFILEFACE'; FileName: 'haarcascade_profileface.xml'),
|
||||
(Name: 'HREYE2SPLITS'; FileName: 'haarcascade_righteye_2splits.xml'),
|
||||
(Name: 'HSMILE'; FileName: 'haarcascade_smile.xml'),
|
||||
(Name: 'HUPPERBODY'; FileName: 'haarcascade_upperbody.xml')
|
||||
);
|
23
resource/facedetectxml/haarcascade.rc
Normal file
@ -0,0 +1,23 @@
|
||||
// Created uCompressHaar.exe
|
||||
HEYE RCDATA "haarcascade_eye.xml.z"
|
||||
HEYETREEEYEGLASSES RCDATA "haarcascade_eye_tree_eyeglasses.xml.z"
|
||||
HFFALT RCDATA "haarcascade_frontalface_alt.xml.z"
|
||||
HFFALT2 RCDATA "haarcascade_frontalface_alt2.xml.z"
|
||||
HFFALTTREE RCDATA "haarcascade_frontalface_alt_tree.xml.z"
|
||||
HFFDEFAULT RCDATA "haarcascade_frontalface_default.xml.z"
|
||||
HFULLBODY RCDATA "haarcascade_fullbody.xml.z"
|
||||
HLEYE2SPLITS RCDATA "haarcascade_lefteye_2splits.xml.z"
|
||||
HLOWERBODY RCDATA "haarcascade_lowerbody.xml.z"
|
||||
HMEYEPAIRBIG RCDATA "haarcascade_mcs_eyepair_big.xml.z"
|
||||
HMEYEPAIRSMALL RCDATA "haarcascade_mcs_eyepair_small.xml.z"
|
||||
HMLEAR RCDATA "haarcascade_mcs_leftear.xml.z"
|
||||
HMLEYE RCDATA "haarcascade_mcs_lefteye.xml.z"
|
||||
HMMOUTH RCDATA "haarcascade_mcs_mouth.xml.z"
|
||||
HMNOSE RCDATA "haarcascade_mcs_nose.xml.z"
|
||||
HMREAR RCDATA "haarcascade_mcs_rightear.xml.z"
|
||||
HMREYE RCDATA "haarcascade_mcs_righteye.xml.z"
|
||||
HMUPPERBODY RCDATA "haarcascade_mcs_upperbody.xml.z"
|
||||
HPROFILEFACE RCDATA "haarcascade_profileface.xml.z"
|
||||
HREYE2SPLITS RCDATA "haarcascade_righteye_2splits.xml.z"
|
||||
HSMILE RCDATA "haarcascade_smile.xml.z"
|
||||
HUPPERBODY RCDATA "haarcascade_upperbody.xml.z"
|
15452
resource/facedetectxml/haarcascade_eye.xml
Normal file
BIN
resource/facedetectxml/haarcascade_eye.xml.z
Normal file
33158
resource/facedetectxml/haarcascade_eye_tree_eyeglasses.xml
Normal file
BIN
resource/facedetectxml/haarcascade_eye_tree_eyeglasses.xml.z
Normal file
26161
resource/facedetectxml/haarcascade_frontalface_alt.xml
Normal file
BIN
resource/facedetectxml/haarcascade_frontalface_alt.xml.z
Normal file
23550
resource/facedetectxml/haarcascade_frontalface_alt2.xml
Normal file
BIN
resource/facedetectxml/haarcascade_frontalface_alt2.xml.z
Normal file
103493
resource/facedetectxml/haarcascade_frontalface_alt_tree.xml
Normal file
BIN
resource/facedetectxml/haarcascade_frontalface_alt_tree.xml.z
Normal file
35712
resource/facedetectxml/haarcascade_frontalface_default.xml
Normal file
BIN
resource/facedetectxml/haarcascade_frontalface_default.xml.z
Normal file
18118
resource/facedetectxml/haarcascade_fullbody.xml
Normal file
BIN
resource/facedetectxml/haarcascade_fullbody.xml.z
Normal file
9803
resource/facedetectxml/haarcascade_lefteye_2splits.xml
Normal file
BIN
resource/facedetectxml/haarcascade_lefteye_2splits.xml.z
Normal file
15085
resource/facedetectxml/haarcascade_lowerbody.xml
Normal file
BIN
resource/facedetectxml/haarcascade_lowerbody.xml.z
Normal file
10930
resource/facedetectxml/haarcascade_mcs_eyepair_big.xml
Normal file
BIN
resource/facedetectxml/haarcascade_mcs_eyepair_big.xml.z
Normal file
12586
resource/facedetectxml/haarcascade_mcs_eyepair_small.xml
Normal file
BIN
resource/facedetectxml/haarcascade_mcs_eyepair_small.xml.z
Normal file
9322
resource/facedetectxml/haarcascade_mcs_leftear.xml
Normal file
BIN
resource/facedetectxml/haarcascade_mcs_leftear.xml.z
Normal file
23791
resource/facedetectxml/haarcascade_mcs_lefteye.xml
Normal file
BIN
resource/facedetectxml/haarcascade_mcs_lefteye.xml.z
Normal file
21991
resource/facedetectxml/haarcascade_mcs_mouth.xml
Normal file
BIN
resource/facedetectxml/haarcascade_mcs_mouth.xml.z
Normal file
48433
resource/facedetectxml/haarcascade_mcs_nose.xml
Normal file
BIN
resource/facedetectxml/haarcascade_mcs_nose.xml.z
Normal file
9671
resource/facedetectxml/haarcascade_mcs_rightear.xml
Normal file
BIN
resource/facedetectxml/haarcascade_mcs_rightear.xml.z
Normal file
42252
resource/facedetectxml/haarcascade_mcs_righteye.xml
Normal file
BIN
resource/facedetectxml/haarcascade_mcs_righteye.xml.z
Normal file
46327
resource/facedetectxml/haarcascade_mcs_upperbody.xml
Normal file
BIN
resource/facedetectxml/haarcascade_mcs_upperbody.xml.z
Normal file
31930
resource/facedetectxml/haarcascade_profileface.xml
Normal file
BIN
resource/facedetectxml/haarcascade_profileface.xml.z
Normal file
9833
resource/facedetectxml/haarcascade_righteye_2splits.xml
Normal file
BIN
resource/facedetectxml/haarcascade_righteye_2splits.xml.z
Normal file
8353
resource/facedetectxml/haarcascade_smile.xml
Normal file
BIN
resource/facedetectxml/haarcascade_smile.xml.z
Normal file
29767
resource/facedetectxml/haarcascade_upperbody.xml
Normal file
BIN
resource/facedetectxml/haarcascade_upperbody.xml.z
Normal file
39
resource/faces/README
Normal file
@ -0,0 +1,39 @@
|
||||
The ORL face database
|
||||
---------------------
|
||||
|
||||
This directory contains a set of faces taken between April 1992 and
|
||||
April 1994 at the Olivetti Research Laboratory in Cambridge, UK.
|
||||
|
||||
There are 10 different images of 40 distinct subjects. For some of the
|
||||
subjects, the images were taken at different times, varying lighting
|
||||
slightly, facial expressions (open/closed eyes, smiling/non-smiling)
|
||||
and facial details (glasses/no-glasses). All the images are taken
|
||||
against a dark homogeneous background and the subjects are in
|
||||
up-right, frontal position (with tolerance for some side movement).
|
||||
|
||||
The files are in PGM format and can be conveniently viewed using the 'xv'
|
||||
program. The size of each image is 92x112, 8-bit grey levels. The images
|
||||
are organised in 40 directories (one for each subject) named as:
|
||||
|
||||
sX
|
||||
|
||||
where X indicates the subject number (between 1 and 40). In each directory
|
||||
there are 10 different images of the selected subject named as:
|
||||
|
||||
Y.pgm
|
||||
|
||||
where Y indicates which image for the specific subject (between 1 and 10).
|
||||
|
||||
When using these images, please give credit to Olivetti Research Laboratory.
|
||||
A convenient reference is the face recognition work which uses some of
|
||||
these images:
|
||||
|
||||
F. Samaria and A. Harter
|
||||
"Parameterisation of a stochastic model for human face identification"
|
||||
2nd IEEE Workshop on Applications of Computer Vision
|
||||
December 1994, Sarasota (Florida).
|
||||
|
||||
The paper is available via anonymous ftp from quince.cam-orl.co.uk and is
|
||||
stored in pub/users/fs/IEEE_workshop.ps.Z
|
||||
|
||||
If you have any question, please email Ferdinando Samaria: fs@cam-orl.co.uk
|
20430
resource/faces/facedata.xml
Normal file
4
resource/faces/test.txt
Normal file
@ -0,0 +1,4 @@
|
||||
faces\s2\1.pgm
|
||||
faces\s2\2.pgm
|
||||
faces\s1\9.pgm
|
||||
faces\s1\10.pgm
|
8
resource/faces/train.txt
Normal file
@ -0,0 +1,8 @@
|
||||
faces\s1\1.pgm
|
||||
faces\s1\2.pgm
|
||||
faces\s1\3.pgm
|
||||
faces\s1\4.pgm
|
||||
faces\s1\5.pgm
|
||||
faces\s1\6.pgm
|
||||
faces\s1\7.pgm
|
||||
faces\s1\8.pgm
|
BIN
resource/media/768x576.avi
Normal file
BIN
resource/media/Calibration_Chess.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
resource/media/CarNom1.jpg
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
resource/media/CarNom2.jpg
Normal file
After Width: | Height: | Size: 156 KiB |
BIN
resource/media/CarNom3.jpg
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
resource/media/Contours.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
9
resource/media/Distortion.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<opencv_storage>
|
||||
<Distortion type_id="opencv-matrix">
|
||||
<rows>4</rows>
|
||||
<cols>1</cols>
|
||||
<dt>f</dt>
|
||||
<data>
|
||||
-0.48542303 -0.37418127 -0.03314986 8.17632210e-003</data></Distortion>
|
||||
</opencv_storage>
|
13
resource/media/Intrinsics.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- Trust 10007 for 320x240 -->
|
||||
<opencv_storage>
|
||||
<Intrinsics type_id="opencv-matrix">
|
||||
<rows>3</rows>
|
||||
<cols>3</cols>
|
||||
<dt>f</dt>
|
||||
<data>
|
||||
751.84814453 0. 155.19932556
|
||||
0. 751.84814453 140.60366821
|
||||
0. 0. 1.
|
||||
</data></Intrinsics>
|
||||
</opencv_storage>
|
BIN
resource/media/My_Desk.jpg
Normal file
After Width: | Height: | Size: 274 KiB |
BIN
resource/media/NomFont.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
resource/media/Stapler2.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
resource/media/baboon.jpg
Normal file
After Width: | Height: | Size: 176 KiB |
BIN
resource/media/box.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
resource/media/box_in_scene.png
Normal file
After Width: | Height: | Size: 120 KiB |
1728
resource/media/car.data
Normal file
345
resource/media/car.test
Normal file
@ -0,0 +1,345 @@
|
||||
high,high,3,2,med,high,unacc
|
||||
vhigh,high,4,more,small,high,unacc
|
||||
high,low,5more,2,med,high,unacc
|
||||
med,med,5more,more,small,low,unacc
|
||||
low,low,3,4,big,med,good
|
||||
high,med,5more,more,small,med,unacc
|
||||
low,low,4,more,med,low,unacc
|
||||
high,med,5more,2,small,low,unacc
|
||||
vhigh,vhigh,2,2,small,high,unacc
|
||||
high,high,3,more,small,low,unacc
|
||||
high,low,3,4,small,low,unacc
|
||||
vhigh,high,2,4,med,high,unacc
|
||||
med,vhigh,5more,more,med,med,acc
|
||||
high,vhigh,2,2,med,med,unacc
|
||||
vhigh,high,2,more,small,med,unacc
|
||||
med,high,2,4,small,high,acc
|
||||
vhigh,med,5more,4,big,med,acc
|
||||
med,low,4,2,med,low,unacc
|
||||
high,low,5more,2,small,med,unacc
|
||||
low,low,5more,2,big,med,unacc
|
||||
low,med,5more,more,small,high,good
|
||||
med,low,4,more,small,low,unacc
|
||||
low,vhigh,3,4,med,low,unacc
|
||||
med,vhigh,3,4,med,med,unacc
|
||||
vhigh,vhigh,4,2,big,low,unacc
|
||||
med,low,2,4,big,med,good
|
||||
med,high,4,more,med,high,acc
|
||||
high,low,5more,4,small,med,unacc
|
||||
high,vhigh,5more,4,small,high,unacc
|
||||
med,vhigh,5more,4,big,low,unacc
|
||||
vhigh,vhigh,2,4,small,med,unacc
|
||||
vhigh,vhigh,4,2,big,med,unacc
|
||||
low,med,4,2,big,high,unacc
|
||||
med,low,5more,more,small,high,good
|
||||
low,vhigh,5more,2,big,med,unacc
|
||||
vhigh,vhigh,2,more,med,med,unacc
|
||||
med,vhigh,5more,2,big,med,unacc
|
||||
high,low,3,more,med,high,acc
|
||||
low,low,5more,more,small,high,good
|
||||
high,low,3,4,big,low,unacc
|
||||
high,med,2,4,small,med,unacc
|
||||
vhigh,vhigh,2,more,small,high,unacc
|
||||
low,vhigh,2,4,med,med,unacc
|
||||
vhigh,med,4,2,big,low,unacc
|
||||
high,high,2,more,big,high,acc
|
||||
high,vhigh,2,2,big,high,unacc
|
||||
high,low,5more,more,big,low,unacc
|
||||
low,med,3,more,small,med,acc
|
||||
vhigh,low,2,4,med,low,unacc
|
||||
med,med,5more,2,big,med,unacc
|
||||
med,med,5more,4,med,high,vgood
|
||||
vhigh,low,3,more,big,low,unacc
|
||||
low,vhigh,5more,4,small,high,acc
|
||||
low,vhigh,2,4,small,med,unacc
|
||||
vhigh,low,2,more,small,low,unacc
|
||||
low,low,4,more,med,med,good
|
||||
vhigh,high,2,more,big,med,unacc
|
||||
high,vhigh,4,4,med,med,unacc
|
||||
vhigh,low,2,2,med,med,unacc
|
||||
med,med,5more,2,big,low,unacc
|
||||
med,high,5more,more,small,high,acc
|
||||
low,low,5more,4,big,high,vgood
|
||||
high,high,5more,2,small,high,unacc
|
||||
high,vhigh,4,4,big,low,unacc
|
||||
med,med,3,more,med,high,vgood
|
||||
med,low,4,4,big,high,vgood
|
||||
low,high,4,more,med,high,vgood
|
||||
low,vhigh,4,4,small,high,acc
|
||||
med,high,4,more,big,low,unacc
|
||||
high,vhigh,2,4,big,low,unacc
|
||||
high,low,3,4,med,high,acc
|
||||
high,vhigh,5more,2,med,low,unacc
|
||||
vhigh,high,5more,4,small,high,unacc
|
||||
med,med,4,4,small,med,acc
|
||||
vhigh,vhigh,3,more,med,high,unacc
|
||||
med,high,4,2,small,low,unacc
|
||||
high,med,2,more,med,high,acc
|
||||
med,high,5more,4,big,low,unacc
|
||||
med,low,5more,more,small,low,unacc
|
||||
low,low,5more,2,small,high,unacc
|
||||
low,low,3,2,small,high,unacc
|
||||
low,high,2,4,big,high,vgood
|
||||
med,high,3,more,med,med,acc
|
||||
vhigh,low,5more,4,big,high,acc
|
||||
vhigh,vhigh,2,more,med,low,unacc
|
||||
low,high,5more,more,big,low,unacc
|
||||
med,med,2,more,big,high,vgood
|
||||
low,med,3,4,big,med,good
|
||||
med,low,5more,2,small,high,unacc
|
||||
high,low,5more,2,med,med,unacc
|
||||
vhigh,vhigh,4,more,small,low,unacc
|
||||
med,high,2,more,big,med,acc
|
||||
vhigh,vhigh,5more,2,med,high,unacc
|
||||
vhigh,vhigh,5more,4,med,low,unacc
|
||||
vhigh,high,3,4,med,low,unacc
|
||||
vhigh,vhigh,2,2,big,high,unacc
|
||||
med,vhigh,3,2,big,med,unacc
|
||||
high,med,5more,4,small,med,unacc
|
||||
low,med,3,more,med,high,vgood
|
||||
low,vhigh,4,more,big,low,unacc
|
||||
low,vhigh,3,4,big,med,acc
|
||||
med,med,3,4,small,med,acc
|
||||
vhigh,med,3,4,big,med,acc
|
||||
med,med,5more,4,big,high,vgood
|
||||
low,vhigh,4,more,small,med,unacc
|
||||
vhigh,vhigh,5more,4,big,high,unacc
|
||||
high,high,5more,4,med,high,acc
|
||||
med,low,2,4,big,low,unacc
|
||||
vhigh,high,4,2,big,med,unacc
|
||||
med,low,3,more,big,low,unacc
|
||||
low,med,4,2,med,low,unacc
|
||||
vhigh,vhigh,2,2,small,med,unacc
|
||||
med,vhigh,5more,4,med,med,acc
|
||||
med,low,5more,2,big,med,unacc
|
||||
low,high,3,more,small,low,unacc
|
||||
high,vhigh,3,more,small,med,unacc
|
||||
med,med,4,2,big,med,unacc
|
||||
vhigh,low,4,more,med,low,unacc
|
||||
low,high,4,4,med,med,acc
|
||||
med,vhigh,2,4,big,high,acc
|
||||
high,high,3,2,big,low,unacc
|
||||
vhigh,vhigh,5more,2,med,low,unacc
|
||||
high,high,3,more,med,high,acc
|
||||
low,high,3,more,med,low,unacc
|
||||
med,med,2,more,med,high,acc
|
||||
med,med,5more,4,med,med,acc
|
||||
vhigh,med,2,more,big,high,acc
|
||||
med,med,2,more,small,high,unacc
|
||||
vhigh,med,3,2,big,low,unacc
|
||||
low,low,5more,2,big,low,unacc
|
||||
vhigh,med,5more,4,small,med,unacc
|
||||
high,high,4,more,med,med,acc
|
||||
high,low,2,2,small,med,unacc
|
||||
low,high,5more,2,med,med,unacc
|
||||
low,med,3,2,small,med,unacc
|
||||
med,low,2,4,med,low,unacc
|
||||
low,vhigh,2,more,med,med,unacc
|
||||
med,vhigh,2,more,big,low,unacc
|
||||
vhigh,med,3,2,small,med,unacc
|
||||
vhigh,vhigh,5more,2,big,med,unacc
|
||||
low,high,5more,4,big,med,acc
|
||||
vhigh,high,3,4,small,high,unacc
|
||||
high,vhigh,5more,4,big,high,unacc
|
||||
med,med,4,more,small,low,unacc
|
||||
med,high,2,more,med,med,unacc
|
||||
med,high,4,2,med,low,unacc
|
||||
med,high,5more,more,med,low,unacc
|
||||
med,low,2,2,small,high,unacc
|
||||
high,vhigh,3,4,big,med,unacc
|
||||
high,high,5more,more,small,low,unacc
|
||||
high,low,3,2,big,low,unacc
|
||||
vhigh,med,2,4,big,med,acc
|
||||
low,vhigh,5more,more,small,low,unacc
|
||||
vhigh,low,2,more,big,high,acc
|
||||
low,med,2,more,small,med,unacc
|
||||
low,med,5more,more,big,low,unacc
|
||||
med,low,5more,4,small,high,good
|
||||
vhigh,med,5more,more,small,med,unacc
|
||||
med,high,5more,2,small,low,unacc
|
||||
vhigh,high,5more,4,big,med,unacc
|
||||
low,low,5more,4,small,med,acc
|
||||
med,high,5more,4,big,high,acc
|
||||
med,high,2,2,small,low,unacc
|
||||
low,low,4,2,big,high,unacc
|
||||
high,high,2,4,small,high,acc
|
||||
high,low,5more,more,small,med,unacc
|
||||
vhigh,med,5more,more,med,low,unacc
|
||||
vhigh,low,4,2,small,med,unacc
|
||||
high,low,4,4,big,high,acc
|
||||
low,low,5more,4,med,high,vgood
|
||||
low,vhigh,5more,2,small,high,unacc
|
||||
high,high,4,4,med,low,unacc
|
||||
med,low,3,2,small,med,unacc
|
||||
vhigh,med,4,4,small,high,acc
|
||||
low,med,2,more,big,med,good
|
||||
vhigh,med,2,4,small,high,acc
|
||||
high,vhigh,5more,2,small,high,unacc
|
||||
med,med,2,2,small,high,unacc
|
||||
low,low,4,4,small,med,acc
|
||||
high,low,5more,more,med,high,acc
|
||||
med,high,2,more,small,med,unacc
|
||||
high,high,3,4,med,low,unacc
|
||||
vhigh,med,4,4,med,med,acc
|
||||
med,med,2,4,small,low,unacc
|
||||
high,low,5more,2,small,low,unacc
|
||||
vhigh,vhigh,5more,more,big,med,unacc
|
||||
high,high,5more,more,small,high,acc
|
||||
med,med,3,2,big,med,unacc
|
||||
high,med,4,more,med,high,acc
|
||||
low,vhigh,3,more,med,med,acc
|
||||
high,med,3,2,big,med,unacc
|
||||
high,high,4,2,small,high,unacc
|
||||
med,med,5more,more,med,low,unacc
|
||||
low,vhigh,4,2,small,high,unacc
|
||||
low,high,4,2,small,low,unacc
|
||||
med,vhigh,4,2,med,low,unacc
|
||||
low,med,3,2,small,low,unacc
|
||||
vhigh,high,5more,more,med,low,unacc
|
||||
low,med,2,more,med,high,good
|
||||
vhigh,vhigh,3,4,big,low,unacc
|
||||
vhigh,low,5more,2,med,low,unacc
|
||||
low,low,4,4,med,low,unacc
|
||||
vhigh,high,3,2,small,med,unacc
|
||||
high,low,4,4,med,high,acc
|
||||
high,low,4,2,small,high,unacc
|
||||
low,low,3,2,med,high,unacc
|
||||
vhigh,med,3,4,med,high,acc
|
||||
vhigh,low,3,2,big,high,unacc
|
||||
low,med,5more,2,med,med,unacc
|
||||
med,low,2,4,med,med,acc
|
||||
vhigh,high,5more,4,small,low,unacc
|
||||
low,med,2,4,big,med,good
|
||||
low,high,3,more,med,high,vgood
|
||||
low,high,4,more,big,low,unacc
|
||||
low,low,5more,2,med,med,unacc
|
||||
vhigh,med,3,more,big,low,unacc
|
||||
low,vhigh,4,more,big,med,acc
|
||||
vhigh,med,4,4,small,med,unacc
|
||||
vhigh,low,5more,2,small,low,unacc
|
||||
med,vhigh,3,2,big,low,unacc
|
||||
high,low,5more,2,small,high,unacc
|
||||
low,med,2,more,med,med,acc
|
||||
med,vhigh,2,4,med,med,unacc
|
||||
vhigh,high,4,more,big,med,unacc
|
||||
high,high,5more,4,big,low,unacc
|
||||
high,low,5more,more,med,low,unacc
|
||||
high,med,4,more,big,med,acc
|
||||
low,vhigh,3,2,big,med,unacc
|
||||
low,low,2,4,small,med,acc
|
||||
vhigh,vhigh,3,more,small,high,unacc
|
||||
vhigh,high,4,2,med,low,unacc
|
||||
high,low,2,2,big,med,unacc
|
||||
high,med,4,more,big,high,acc
|
||||
low,high,2,more,big,low,unacc
|
||||
med,vhigh,3,more,big,low,unacc
|
||||
vhigh,high,3,more,small,high,unacc
|
||||
high,med,3,more,med,med,acc
|
||||
high,high,4,2,big,low,unacc
|
||||
high,med,2,more,small,med,unacc
|
||||
low,vhigh,5more,2,med,high,unacc
|
||||
high,med,2,more,big,low,unacc
|
||||
low,vhigh,2,more,small,med,unacc
|
||||
low,high,5more,2,small,high,unacc
|
||||
med,vhigh,4,2,small,low,unacc
|
||||
low,med,4,2,med,med,unacc
|
||||
vhigh,low,5more,4,med,med,acc
|
||||
vhigh,high,5more,more,big,med,unacc
|
||||
high,low,5more,4,small,high,acc
|
||||
high,high,2,2,big,low,unacc
|
||||
high,med,5more,more,med,low,unacc
|
||||
low,high,3,more,big,low,unacc
|
||||
med,low,3,4,big,high,vgood
|
||||
med,med,2,4,med,med,acc
|
||||
high,med,5more,2,big,low,unacc
|
||||
high,low,4,more,med,med,acc
|
||||
high,med,3,2,med,high,unacc
|
||||
high,low,3,more,big,low,unacc
|
||||
high,med,2,4,big,low,unacc
|
||||
vhigh,high,3,more,med,high,unacc
|
||||
med,high,4,4,big,high,acc
|
||||
low,high,5more,more,med,med,acc
|
||||
vhigh,low,5more,more,med,low,unacc
|
||||
med,high,4,4,small,med,unacc
|
||||
med,high,5more,2,med,high,unacc
|
||||
vhigh,vhigh,4,more,med,med,unacc
|
||||
high,vhigh,3,4,small,low,unacc
|
||||
med,med,4,4,med,med,acc
|
||||
high,high,2,2,big,high,unacc
|
||||
low,med,5more,4,med,low,unacc
|
||||
med,high,3,more,big,low,unacc
|
||||
vhigh,vhigh,3,2,med,med,unacc
|
||||
low,high,2,2,med,med,unacc
|
||||
med,low,2,2,med,high,unacc
|
||||
med,high,5more,2,big,med,unacc
|
||||
low,vhigh,4,4,med,med,acc
|
||||
med,vhigh,3,more,small,low,unacc
|
||||
vhigh,high,2,4,big,med,unacc
|
||||
med,low,4,2,big,med,unacc
|
||||
vhigh,low,2,2,small,low,unacc
|
||||
vhigh,med,5more,4,big,low,unacc
|
||||
vhigh,high,2,2,big,low,unacc
|
||||
high,low,2,4,small,low,unacc
|
||||
med,high,3,more,big,med,acc
|
||||
med,med,3,more,big,low,unacc
|
||||
med,vhigh,3,4,med,high,acc
|
||||
vhigh,med,5more,2,big,low,unacc
|
||||
high,high,4,2,big,med,unacc
|
||||
high,vhigh,3,more,small,low,unacc
|
||||
low,low,5more,4,big,low,unacc
|
||||
vhigh,vhigh,2,4,big,low,unacc
|
||||
low,vhigh,4,2,big,med,unacc
|
||||
high,med,5more,4,small,high,acc
|
||||
low,med,4,more,small,high,good
|
||||
high,low,2,2,small,high,unacc
|
||||
high,high,5more,more,med,high,acc
|
||||
low,med,4,2,small,med,unacc
|
||||
med,vhigh,5more,more,big,low,unacc
|
||||
vhigh,low,5more,2,med,med,unacc
|
||||
high,low,5more,4,med,low,unacc
|
||||
med,low,3,4,med,high,good
|
||||
vhigh,vhigh,2,more,big,low,unacc
|
||||
vhigh,vhigh,5more,more,small,high,unacc
|
||||
low,med,3,2,med,low,unacc
|
||||
vhigh,med,2,more,med,low,unacc
|
||||
vhigh,med,3,2,small,low,unacc
|
||||
low,low,5more,4,small,low,unacc
|
||||
high,vhigh,5more,more,med,high,unacc
|
||||
vhigh,med,2,more,med,high,acc
|
||||
low,vhigh,2,4,med,low,unacc
|
||||
low,vhigh,4,4,med,low,unacc
|
||||
med,med,5more,more,big,low,unacc
|
||||
vhigh,low,3,4,small,med,unacc
|
||||
med,low,4,2,small,low,unacc
|
||||
low,low,3,4,big,high,vgood
|
||||
low,high,5more,more,small,med,acc
|
||||
vhigh,low,3,2,small,high,unacc
|
||||
vhigh,high,4,2,big,high,unacc
|
||||
med,low,2,more,big,low,unacc
|
||||
low,med,4,more,med,high,vgood
|
||||
med,vhigh,4,2,small,med,unacc
|
||||
high,med,3,more,big,low,unacc
|
||||
vhigh,vhigh,3,4,big,high,unacc
|
||||
med,vhigh,4,more,big,high,acc
|
||||
low,vhigh,2,2,big,low,unacc
|
||||
high,med,3,4,med,low,unacc
|
||||
low,vhigh,3,2,big,low,unacc
|
||||
low,vhigh,2,more,med,high,acc
|
||||
vhigh,med,5more,more,med,med,acc
|
||||
low,low,4,4,small,low,unacc
|
||||
med,med,2,4,big,high,vgood
|
||||
vhigh,vhigh,5more,4,med,med,unacc
|
||||
med,high,3,2,small,med,unacc
|
||||
high,high,2,4,small,low,unacc
|
||||
low,high,2,4,small,med,acc
|
||||
vhigh,low,3,more,med,low,unacc
|
||||
med,med,4,2,big,high,unacc
|
||||
med,high,5more,4,med,low,unacc
|
||||
vhigh,low,4,2,big,high,unacc
|
||||
med,vhigh,5more,more,small,high,acc
|
||||
med,vhigh,5more,more,small,med,unacc
|
||||
high,med,5more,2,small,high,unacc
|
||||
high,med,2,2,small,med,unacc
|
||||
low,high,5more,more,small,high,acc
|
||||
vhigh,high,4,4,med,low,unacc
|
||||
vhigh,med,3,2,med,high,unacc
|
1383
resource/media/car.train
Normal file
BIN
resource/media/cat.jpg
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
resource/media/cat.xml
Normal file
BIN
resource/media/cat2-mirror.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
resource/media/cat2.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
13
resource/media/cfg.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<opencv_storage>
|
||||
<frame_count>10</frame_count>
|
||||
<frame_size>
|
||||
320 200</frame_size>
|
||||
<color_cvt_matrix type_id="opencv-matrix">
|
||||
<rows>5</rows>
|
||||
<cols>5</cols>
|
||||
<dt>f</dt>
|
||||
<data>
|
||||
0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 7.69999981
|
||||
0.50000000 0. 0. 0. 0. 0. 0.50000000</data></color_cvt_matrix>
|
||||
</opencv_storage>
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
BIN
resource/media/clock.avi
Normal file
BIN
resource/media/cvIntegral.jpg
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
resource/media/cv_posit.jpg
Normal file
After Width: | Height: | Size: 138 KiB |
BIN
resource/media/frame.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
resource/media/fruits.jpg
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
resource/media/len_full.jpg
Normal file
After Width: | Height: | Size: 158 KiB |
BIN
resource/media/lena.jpg
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
resource/media/matchshapes.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
resource/media/matchshapes2.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
resource/media/matchshapes3.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
resource/media/matchshapes4.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
resource/media/matchshapes5.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
resource/media/matchshapes6.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
resource/media/matchshapes_template.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
resource/media/matchshapes_template2.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
resource/media/matchshapes_template3.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
resource/media/opencv_logo_with_text.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
resource/media/opencv_logo_with_text_gray.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
resource/media/opencv_logo_with_text_sm.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
resource/media/panorama_image1.jpg
Normal file
After Width: | Height: | Size: 449 KiB |
BIN
resource/media/panorama_image2.jpg
Normal file
After Width: | Height: | Size: 467 KiB |
BIN
resource/media/phototest.tif
Normal file
BIN
resource/media/pic.jpg
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
resource/media/pic1.bmp
Normal file
After Width: | Height: | Size: 352 KiB |