node-addon-examples
node-addon-examples copied to clipboard
How to use the v8 object type in cpp
I transfer the image buffer data from js to cpp, using Local<Object> value = args[0]->ToObject(); But after that I don't know how to use the data in cpp. I hope to convert that to cv Mat type. If someone know about it, please give me an advice. Thank you.