node-opencv icon indicating copy to clipboard operation
node-opencv copied to clipboard

How to achive OpenCv function in node-js

Open CEswar opened this issue 8 years ago • 0 comments

Hi How to achive in Node-opencv

adaptiveThreshold(img1, img1, 255, CV_ADAPTIVE_THRESH_MEAN_C, CV_THRESH_BINARY_INV, 75, 10);

resize(img1, img1, Size(1024, nrow), 0, 0, CV_INTER_AREA); and

vector<vector> arList;

in NodeJS

CEswar avatar Aug 09 '17 06:08 CEswar