Hi all, In opencv 3.0, Ptr<filterengine> , Ptr<baserowfilter>, Ptr<basecolumnfilter> ,those methods are not open,f i have old code:
Ptr<BaseRowFilter> rowFilter=Ptr<BaseRowFilter>(new RowSum<float,float>(ksize.width,anchor.x<0?ksize.width/2:anchor.x));
How to convert this code???