noahlevenson / the-haarlike-show

An interactive visualization of Haar-like feature scaling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

don mattingly feature selection

the-haarlike-show

On modern hardware, computing a Haar-like feature over all possible scales and positions within a given image subwindow is an operation that happens so quickly, it's essentially invisible.

I was curious about what's actually happening during feature evaluation, so I wrote this web-based visualizer to illustrate the process in slow motion.

You can use it to generate a Haar-like feature with any configuration of constituent rectangles and visualize its computation through all possible scales and positions for a subwindow of a specified size.

With an applied step duration of 1 ms, the visualization is an approximately -59,999,990% speed representation.

It's permanently hosted here: http://haarlike.noahlevenson.com.

Beyond the scope of computer vision mathematics, here is a good resource for information about Don Mattingly.

About

An interactive visualization of Haar-like feature scaling

License:MIT License


Languages

Language:JavaScript 47.4%Language:HTML 36.1%Language:CSS 16.4%