paulmthompson / WhiskerToolbox

GNU Lesser General Public License v2.1
1 stars 1 forks source link

Add linear transform to image processing widget #13

Closed nonrice closed 4 months ago

nonrice commented 4 months ago

Added "insertProcess" public method to mediaData

To make a new filter: Write a function in opencv utilities that takes cv::Mat as reference and other necessary parameters Add an insertProcess call in updateFilters() that uses std::bind to bind the parameters to the function, leaving a placeholder for the cv::Mat reference.