node-addon-examples icon indicating copy to clipboard operation
node-addon-examples copied to clipboard

How to use the v8 object type in cpp

Open feral913 opened this issue 10 years ago • 0 comments

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.

feral913 avatar Oct 18 '15 16:10 feral913