Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is there a way to use decimation in OpenCV algorithms?

For example, we have a function such as addWeighted. So, is there simple way to say that function: "I want use only every 2nd column of image data."? If such method doesn't exist, maybe I can improve some places in OpenCV code with few strings? Finally, if I change for example value of Mat::step, it may get similar effect?