OpenCV 3.0 Filters missing
As in the subject.
I am migrating to OpenCV 3.0 and now I want to use following:
-> BaseFilter
-> BaseRowFilter
-> BaseColumnFilter
-> FilterEngine
-> getKernelType
I cannot use them and I cannot see it in the docs. How can I use anything like this? Is there any way to migrate this to opencv 3.0?
I'm not sure that it helps you but you can have a look here and here This function still exists but I don't know how to access
the FilterEngine was moved to the (private) implementation in the src folder.
@berak Is it possible to use it using a standard OpenCV install ?
i don't thinkso, unfortunately.
if the row/col filters are 'static', sepFilter2D might be used