forked from augcog/OpenARK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
separated detector code from DepthCamera logic, adding Detector.h, etc; moved headers into include/; added Ptr (shared pointer type) typedef in several classes; re-implemented flood fill algorithm partly based on scan line; using new, more robust contourCurvature function; renamed ObjectParameters -> DetectionParameters adjusted several parameters in DetectionParameters; CMake: removed BUILD_LIB and added BUILD_DEMO flag; use /Ot MSVC flag by default; reduced lag, retrained SVM no longer uses UMat when finding contour (was causing a reduction in performance) visualizer: draw confidence number over dominant direction arrow modified several functions in util to make use of OpenCV built-in methods; adjusted a number of parameters in ObjectParams; use extractChannel instead of split to reduce number of redundant operations added new, more robust contourCurvature function that actually measures the curvature of the contour (rather than local angle); adjusted several parameters; simplified code in StreamingAverager slightly; demo visual displays frame number with DEBUG flag on; assertions turned on with DEBUG flag on; separated detector code from DepthCamera logic; moved headers into include/
- Loading branch information
Showing
40 changed files
with
34,154 additions
and
20,512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.