issues
search
jorditost
/
SuperMarioCV
Computer Vision based Super Mario Bros game. Programmed with Processing
Other
1
stars
0
forks
source link
Change StageDetector detection method selection
#12
Closed
jorditost
closed
10 years ago
jorditost
commented
10 years ago
Remove the different detection methods (BLOB_DETECTION, COLOR_TRACKING, HYBRID) to use always blob detection
Make color tracking as an optional enhancement using flags (
useColor
or
useColorTracking
) or using an independent detection method (
detectColors
).
useColor
oruseColorTracking
) or using an independent detection method (detectColors
).