Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
f6a8a6b
Moved to class
orensbruli Jun 15, 2018
fb18f2e
Modified the readme file according to the new class structure
orensbruli Jun 15, 2018
08c0c46
Moved the detection code to the detect hand method and created and st…
orensbruli Jun 15, 2018
63e6cd5
References updated
orensbruli Jun 18, 2018
78d1d79
New reference
orensbruli Jun 18, 2018
a6a15d7
Improved detection of hand fingertips and hand intertips.
orensbruli Jun 18, 2018
9675be1
Merge branch 'master' of https://github.com/orensbruli/Hand_Detection
orensbruli Jun 18, 2018
d13c6f9
Added some TODO comments on the variables that depends on the envirom…
orensbruli Jun 18, 2018
9c7f06f
Added new reference
orensbruli Jun 18, 2018
a41b554
Created new mixed mode with color and background substraction to get …
orensbruli Jun 19, 2018
3e0c85e
Many changes.
orensbruli Jun 21, 2018
6eb3962
Moved the hand structure from a dict structure to a class
orensbruli Jun 22, 2018
01f9a83
Improved the hand tracking
orensbruli Jun 22, 2018
e6ef4aa
Created new methods to avoid code duplications
orensbruli Jun 25, 2018
0d33fbc
Created tw new methods to get the truth value of the class hand depen…
orensbruli Jun 25, 2018
ed6ec5c
Fixed a bug with the hand detection update.
orensbruli Jun 26, 2018
0304db5
Fixed some bugs
orensbruli Jun 26, 2018
a9ffee9
Massive code resortintg.
orensbruli Jun 26, 2018
fb09f9b
Added resources directory with some needed and testing files.
orensbruli Jun 27, 2018
ecc027f
Created new truth method for the hand (need fixes)
orensbruli Jun 29, 2018
cc4a9da
Added new method draw_contour_features to visualize contour features …
orensbruli Jul 2, 2018
d6f0f51
Change of the debug default value to False
orensbruli Jul 6, 2018
b5a1eca
orensbruli Jul 9, 2018
406e8da
orensbruli Jul 9, 2018
ca3e73f
orensbruli Jul 10, 2018
d0c2e2a
orensbruli Jul 10, 2018
8732646
orensbruli Jul 20, 2018
ce56d2c
orensbruli Jul 25, 2018
efa529f
orensbruli Jul 26, 2018
4e42e56
orensbruli Jul 26, 2018
b098dfe
orensbruli Sep 3, 2018
f97e509
Merge branch 'with_video_recording'
orensbruli Sep 27, 2018
c41420e
orensbruli Dec 10, 2018
be7efad
orensbruli Feb 1, 2019
9a5953a
(no branch):
orensbruli Apr 2, 2019
e9ab7ef
orensbruli Jul 18, 2019
09d5523
orensbruli Jul 22, 2019
2cc990e
orensbruli Jul 23, 2019
9311e41
orensbruli Jul 26, 2019
a5e6343
Created new Roi class
orensbruli Jul 26, 2019
c64eb7a
orensbruli Jul 26, 2019
51d4aee
orensbruli Jul 30, 2019
7aa30fc
orensbruli Jul 30, 2019
1a16dce
orensbruli Jul 30, 2019
8721d6f
orensbruli Jul 30, 2019
9c2ac77
orensbruli Jul 30, 2019
bae9ffc
Added new properties and setter for initial_roi, detection_roi, track…
orensbruli Jul 30, 2019
b56c84e
orensbruli Jul 30, 2019
5ea71ba
orensbruli Jul 30, 2019
173c77d
orensbruli Jul 30, 2019
0d09e3e
orensbruli Jul 30, 2019
3064fb5
orensbruli Jul 30, 2019
e775669
orensbruli Jul 31, 2019
841869b
orensbruli Aug 1, 2019
9a26fdb
Finishing to add documentation to existing methods.
orensbruli Aug 5, 2019
339dee0
orensbruli Aug 5, 2019
9cc5c75
Merge branch 'Refactoring'
orensbruli Aug 30, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

*.pyc
Loading