Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

that's a bug.

it should be OutputArray result here: https://github.com/opencv/opencv/blob/master/modules/photo/include/opencv2/photo.hpp#L315

that's a bug.

it should be OutputArray result here: https://github.com/opencv/opencv/blob/master/modules/photo/include/opencv2/photo.hpp#L315

(and the python version should return the result, not take it as a reference. (no need to preallocate it))

that's a bug. bug in the wrapping code.

it should be OutputArray result here: https://github.com/opencv/opencv/blob/master/modules/photo/include/opencv2/photo.hpp#L315

(and the python version should return the result, not take it as a reference. (no need to preallocate it))

that's a bug in the wrapping code.

it should be OutputArray result here: https://github.com/opencv/opencv/blob/master/modules/photo/include/opencv2/photo.hpp#L315

(and the python version should return the result, not take it as a reference. (no need to preallocate it))

((unfortunately, impossible to fix before opencv4.0 , due to ABI requirements))

that's a bug in the wrapping code. code, please raise an issue on the bugtrracker

it should be OutputArray result here: https://github.com/opencv/opencv/blob/master/modules/photo/include/opencv2/photo.hpp#L315

(and the python version should return the result, not take it as a reference. (no need to preallocate it))

((unfortunately, impossible to fix before opencv4.0 , due to ABI requirements))

that's a bug in the wrapping code, please raise an issue on the bugtrrackerbugtracker

it should be OutputArray result here: https://github.com/opencv/opencv/blob/master/modules/photo/include/opencv2/photo.hpp#L315

(and the python version should return the result, not take it as a reference. (no need to preallocate it))

((unfortunately, impossible to fix before opencv4.0 , due to ABI requirements))