Skip to content

A concise implementation of separable steerable filters via Freeman and Adelson, including second derivative of Gaussian and its Hilbert transform, implemented with the OpenCV C++ API

License

BSL-1.0, BSD-2-Clause licenses found

Licenses found

BSL-1.0
LICENSE.boost
BSD-2-Clause
LICENSE.bsd
Notifications You must be signed in to change notification settings

headupinclouds/cvsteer

cvsteer

Travis Appveyor License (3-Clause BSD)

LICENSE

This SW is released under both 3-clause BSD and Boost licenses. Note that this SW uses OpenCV. Please see relevant license files for that project.

See:

LICNESE.bsd LICENSE.boost

cvsteer

A concise implementation of separable steerable filters via Freeman and Adelson, including second derivative of Gaussian and its Hilbert transform (G2 H2), implemented with the OpenCV C++ API

HOWTO

Install latest Polly toolchains and scripts for cmake (not needed but very easy)

wget https://github.com/ruslo/polly/archive/master.zip
unzip master.zip
POLLY_ROOT="`pwd`/polly-master"
export PATH="${POLLY_ROOT}/bin:${PATH}"

Build

polly.py --install --reconfig --verbose --fwd CVSTEER_BUILD_EXAMPLE=ON

Run

_install/default/bin/cvsteer-run --input=/tmp/some_file.png --output=/tmp --gain=1.0

About

A concise implementation of separable steerable filters via Freeman and Adelson, including second derivative of Gaussian and its Hilbert transform, implemented with the OpenCV C++ API

Resources

License

BSL-1.0, BSD-2-Clause licenses found

Licenses found

BSL-1.0
LICENSE.boost
BSD-2-Clause
LICENSE.bsd

Stars

Watchers

Forks

Packages

No packages published