-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix CV_8UC1 thresholds for direct cv::Mat4b gpgpu ACF texture process…
…ing (#66) * fix CV_8UC1 thresholds for direct cv::Mat4b gpgpu ACF texture processing * fix CV_8UC1 thresholds for direct cv::Mat4b gpgpu ACF texture processing (these were being scaled (x 255) correctly during `*.mat` and `*.cpb` deserialization but they also required a conversion to CV_8UC1 format — CV_Assert() tests have been added to cover this case * various updates to the pipeline test to support direct in report testsing and comparison between the ACF cpu pyramid based processing and the optimized GPGPU pyramid approximation + refactoring of GPUDetectionPipeline to accomodate both CPU and interleaved read/rocessing GPU based pipelines + return backing cv::Mat storage for FrameInput in pipeline Application test : getFrameInput(ogles_gpgpu::FrmaeInput &frame) + add pipeline GPUDetectionPipeline flags to toggle cpu/gpu processing for comparison/debugging + move VideoCaptureImage.{h,cpp} to separate files * add simple parallel_for evaluation of detection scales (use randomized indices for first scheduler) * bump version * clang-format everything * for max resolution in cv::VideoCapture interface, add comments * support user specified webcam size from command line for cv::VideoCapture (--size=1920x1080), since auto/max approach doesn't work consistently
- Loading branch information
1 parent
379254a
commit d821ad3
Showing
22 changed files
with
646 additions
and
292 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
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
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
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
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
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
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.