This website requires JavaScript.
Explore
Help
Sign In
third_party
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
8d130ff10cfefefd94c7ddfd5d8f588ee0833811
opencv
/
modules
/
features2d
T
History
Vadim Pisarevsky
5b6b30ba0e
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
2012-04-20 15:32:54 +00:00
..
doc
Spell checked the documentation with VIM (issue
#223
)
2012-04-13 19:04:44 +00:00
include/opencv2
/features2d
added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors.
2012-04-03 13:38:54 +00:00
perf
…
src
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
2012-04-20 15:32:54 +00:00
test
Fixed warnings about unused return value of fscanf, scanf and system
2012-04-10 15:44:07 +00:00
CMakeLists.txt
…