Add missing ORB.setFastThreshold(int) method
authorAlejandroSilvestri <AlejandroSilvestri@users.noreply.github.com>
Tue, 27 Dec 2022 12:39:56 +0000 (09:39 -0300)
committerGitHub <noreply@github.com>
Tue, 27 Dec 2022 12:39:56 +0000 (09:39 -0300)
commit253429d3f199ef5134e1249a370f4816b94f1f3c
tree992b04c0c6d4b66d7cbff9581787370ba5204961
parent38f7cd717386080862cd265482df42f4def37dce
Add missing ORB.setFastThreshold(int) method

ORB constructor is failing to set the very important protected parameter fastThreshold,
so binding this method is necessary.
platforms/js/opencv_js.config.py