Skip to content

An implementation of the FAST feature detector that utilizes the ESP32-S3's SIMD instructions.

Notifications You must be signed in to change notification settings

shraiwi/simd-fast-esp32s3

Repository files navigation

simd-fast-esp32s3

A SIMD-accelerated implementation of the FAST corner detector algorithm. Achieves roughly double the performance of a naive implementation, processing about 11.2MP/s on an ESP32-S3 clocked at 240MHz, which is enough to process a VGA (640x480) stream at 30fps.

About

An implementation of the FAST feature detector that utilizes the ESP32-S3's SIMD instructions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages