Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The problem is that Java binding for the Mat C++ class supports 1 or 2 dimensional Mats only. See the issue #1447. The possible workarounds are use 1 or 2 dimensional histograms or use native C++ code for this task.