opencv4nodejs
opencv4nodejs copied to clipboard
Is DnnSuperResImpl class available?
Hi. Is this module is available? And how can I add it? DnnSuperResImpl
Look for another DNN Implementation, and write a new binding from it.
That kind of change is not difficult.
and put your binding inside a
#if CV_VERSION_GREATER_EQUAL(4, 4, 0)
block
this method exists in 4.3 but is a bit different.