You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add bindings for filter2D
* add filter2D bindings to Sources.make
* Add filter2D bindings in signal and correct typos
* Introduce default number of block_rows
* Add filter2D unit test
* Correcting typo in pybind test
* Change pybind implementation to lambda function
* Modify unit test for complex data
* Reformat pybind code to abide pep8
* Format unit test to abide pep8 notation
* Add pybind args and descriptive string
* Introduce kernel and input/output dimension checks
* Add IndexError as exception in filter2D unit test
* Specifying band number
* Insert RunTimeError exception as default option in switch block
* Switching the include filter2D statement in filter2D.cpp
* Simplify unit test using scipy.signal.convolve2D, assertion statements, add magnitude difference check for complex data
* Adding const to kernel_rows kernel_columns at C++ level
* Adding const to kernel variable in pybind11 interface
* Removing unused variables and inputs
* Correcting comment on data type
* Address input/output different size in pybind11 interface
Co-authored-by: vbrancat <[email protected]>
0 commit comments