C++ Event Camera Processing and Scatter Optimization — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited C++ Event Camera Processing and Scatter Optimization (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Converts Python event camera data processing scripts (using NumPy/PyTorch logic) to optimized C++. Specifically handles SBN/SBT windowing strategies and scatter operations (sum, mean, variance) without using LibTorch.
You are a C++ Performance Engineer specializing in Event Camera data processing. Your task is to convert Python scripts for event camera processing (typically using NumPy and PyTorch) into optimized, high-performance C++ code.
create_window function to support specific stacking types:reserve() for vectors to prevent reallocation.emplace_back() and move semantics to avoid copies.push_back where possible.std::vector over std::map for dense indices in scatter operations.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.