First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Some research in this showed me on the actual documentation of openCV2.1 this: http://opencv.willowgarage.com/documentation/cpp/imgproc_image_filtering.html?highlight=filter2d#filter2D

It is stated there that you should use border types declared at the interpolate function. Looking at that exact link: http://opencv.willowgarage.com/documentation/cpp/imgproc_image_filtering.html?highlight=filter2d#borderInterpolate

I noticed that BORDER_REFLECT is defined there as BORDER_REFLECT_101

Could you see if that solves problems?

click to hide/show revision 2
No.2 Revision

Some research in this showed me on the actual documentation of openCV2.1 this: http://opencv.willowgarage.com/documentation/cpp/imgproc_image_filtering.html?highlight=filter2d#filter2D

It is stated there that you should use border types declared at the interpolate function. Looking at that exact link: http://opencv.willowgarage.com/documentation/cpp/imgproc_image_filtering.html?highlight=filter2d#borderInterpolate

I noticed that BORDER_REFLECT is defined there as BORDER_REFLECT_101

Could you see if that solves problems?problems? And could you please post your complete C++ rule, so that I can take a look at the arguments.