Pierre Chanteloup
Pierre Chanteloup
Which part of the algorithm is computed using WebGL (ang GPU I guess) ? Is it when it comes to to fit a quadratic function to the image response ?...
- At first you need to use `` to load your image. - Then select your context and fill it with your image ``` javascript var create3DContext = function(canvas) {...
I didn't understood what you wanted to do. They are different types of canvases context. It can be 2d or webgl (or webgl2 or bitmap). A canvas has only one...
Hi, In the same idea as the previous post, is it possible to convert haar cascade files from js-detect library for jsfeat ? If yes, could you please explain it...
Hello Phil23 I just want to know if you've already found a solution to create your custom marker with JSARToolKit? Thank you