Updated by Alexander Shishkov about 13 years ago
I prototyped my algorithm in Matlab and was deploying it in OpenCV [[OpenCV]] and the output doesnt seem to be anywhere close to the Matlab result.
I debugged it more and more to arrive at the conclusion that its because of the Filter2d/Sepfilter2d method thats getting used more and more in my program .
I've attached a sample run of Filter2d/Sepfilter2d on a small mat , along with Matlab results for the same mat. The filter is applied in the horizontal and vertical direction.
I debugged it more and more to arrive at the conclusion that its because of the Filter2d/Sepfilter2d method thats getting used more and more in my program .
I've attached a sample run of Filter2d/Sepfilter2d on a small mat , along with Matlab results for the same mat. The filter is applied in the horizontal and vertical direction.