pedefe
pedefe
Hello, I try to use your "code-example.js" code, But I don't understand how to draw, for exemple, a 20 points Bezier curve. Perhaps it is not a true bezier curve...
Hello, Here is a sample of code in python I want to convert in nodejs. But there are specific way to describe nparray index in python which not exist in...
Hello, My Nodejs project runs on debian 9.x on 'arm' processor. How to build exe ? Best regards
Hello, opencv gives "namedWindow" function for debug window creation. But this method doesn't appear in cv.d.ts. How to create such window ? Best regards.
Hello, Do you have a function (or a link on a library in js) to load an ASN.1 description and convert it in json structure ? For exemple : ```...
Hello, In previous release, ".Find" request would accept function call: Like 👍 `List events = colEvent.Find( x => testTitle( x, title)).ToList();` where testTitle() returns true of false. It was very...
Hello, Not a bug but a question about usage. I wish to open a popup during a http request / answer processing and then to close programatically the popup (or...
Hi, The previous "issue" write about "add altitude to Kalman filter". Does the module already "adjust" lat & lon with Kalman filter ? I try with a small GPS device...
### Details Hello, I have a main application running on one computer (Raspberry Pi4) Because of cpu load of some functions/devices (i.e. image processing) I need to execute some class...
imshow function works very well; A cross cursor appears when movin on; But how to catch mouse event (button and position) ? Best regards.