kalwalt / webarkit-jsfeat-cpp

c++ jsfeat version
GNU Lesser General Public License v2.1
6 stars 3 forks source link

Simplifying and improving imgproc grayscale #4

Closed kalwalt closed 2 years ago

kalwalt commented 2 years ago

I will delete all code that is not necessary or obslolete, and will leave only two examples for now. This PR simplify imgproc: i leave only the grayscale and grayscale_m methods, i think they are sufficient for now. I have to fix some issues with matrix_t class, but they doesn't affect imgproc. I will open some issues to track them.