OpenCV 3.0 Filters missing

asked 2015-08-21 06:58:18 -0600

DawidPi gravatar image

updated 2015-08-21 07:51:10 -0600

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?

edit retag flag offensive close merge delete

Comments

1

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

LBerger gravatar imageLBerger ( 2015-08-21 08:47:24 -0600 )edit
1

the FilterEngine was moved to the (private) implementation in the src folder.

berak gravatar imageberak ( 2015-08-21 08:56:04 -0600 )edit

@berak Is it possible to use it using a standard OpenCV install ?

LBerger gravatar imageLBerger ( 2015-08-21 08:58:56 -0600 )edit
1

i don't thinkso, unfortunately.

if the row/col filters are 'static', sepFilter2D might be used

berak gravatar imageberak ( 2015-08-21 09:09:16 -0600 )edit