opencv4nodejs icon indicating copy to clipboard operation
opencv4nodejs copied to clipboard

Is DnnSuperResImpl class available?

Open BartaG512 opened this issue 2 years ago • 1 comments

Hi. Is this module is available? And how can I add it? DnnSuperResImpl

BartaG512 avatar Dec 03 '22 16:12 BartaG512

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.

UrielCh avatar Dec 03 '22 17:12 UrielCh