Tags: elucideye/acf
Tags
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
PreviousNext