# sideWindowBoxFilter **Repository Path**: mirrors/sideWindowBoxFilter ## Basic Information - **Project Name**: sideWindowBoxFilter - **Description**: C++ 实现的 Side-window filter 算法(CVPR2019),无需依赖额外的库,可以在 Linux 平台和 Android 平台上编译 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2019-08-22 - **Last Updated**: 2023-09-12 ## Categories & Tags **Categories**: mathlibs **Tags**: None ## README [![996.ICU](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu/#/en_US) # ArmNeonOptimization Arm neon optimization practice. ## List of practices * [box filter arm neon opmization](https://github.com/Ldpe2G/ArmNeonOptimization/tree/master/boxFilter) * [side-window box filter](https://github.com/Ldpe2G/ArmNeonOptimization/tree/master/sideWindowBoxFilter) * [side-window median filter](https://github.com/Ldpe2G/ArmNeonOptimization/tree/master/sideWindowMedianFilter) * [constant time median filter](https://github.com/Ldpe2G/ArmNeonOptimization/tree/master/ConstantTimeMedianFilter) * [cpu affinity experiments](https://github.com/Ldpe2G/ArmNeonOptimization/tree/master/cpuAffinityExperiments) * [armv7 & v8 inline assembly examples](https://github.com/Ldpe2G/ArmNeonOptimization/tree/master/armAssembly)