Optical flow calculation using image correlation for no_std rust. This library will compare small grayscale image blocks (limited to 64x64 pixels currently), and detect the phase correlation between them. This potentially enables applications such as: - Create image panoramas by seaming together overlapping images - Detect optical flow translation (for machine vision / robotics) - Image registration - Measure image similarity
The examples are designed to be used with J-Link / RTT. We provide a couple different ways to run these: - With probe-run - With the Segger tools
segger.gdb
runner./start_gdb_server_jlink.sh
JLinkRTTClient
This example is intended to run on the PX4FLOW hardware. It simply compares two image frames stored in the app binary.
shell script
cargo run --release --example px4flow
We used ImageMagick's convert
command to generate raw 8-bit grayscale
images from png files using eg:
shell script
convert 64sq_253_46.png -depth 8 64sq_253_46.gray