CPBridge / monogenic

An implementation of the monogenic signal using C++ and OpenCV
GNU General Public License v3.0
8 stars 5 forks source link

getLocalPhase returns empty Mat #1

Closed sirykd closed 7 years ago

sirykd commented 7 years ago

Line 333: lp = lp; must be: lp = this->lp;

CPBridge commented 7 years ago

Thanks for finding this and letting me know. Latest commit should remedy it as you suggest.