Darien Pardinas

Results 13 issues of Darien Pardinas

It seems that it would be as simple as updating CMake to add the file list in `PROD_SCALAR_WASM_MICROKERNEL_SRCS` , `ALL_WASM_MICROKERNEL_SRCS `, etc... from BUILD.bazel

Right now if I need to pass something like an image, I need to encode it in Base64 to produce a null terminated string and then deserialize it back in...

E.g. I'm developing code that requires linking to OpenCV libraries.

Is it possible to compile oneTBB with Emscripten? There are third party libraries using oneTBB and it would be nice to get them to compile without changing the source code.

help wanted

I'm trying to compute a new mesh from the intrinsic triangulation, but results are not quite as expected. Any clue why some triangles near right edges are being modified like...

Say I have `SurfacePoint` _p1_ and _p2_ defined in two edges of the same triangular face. How can I compute a `SurfacePoint` _p_ that lies in the face and it...

We need to tell the user if the input photo: - is taken too far (low DPI) - is noisy (maybe taken under low illumination) - gets cropped outside the...

Need to let the user know if the the pose is not frontal to the camera

Implement an algorithm to detect if the eyes are closed and alert the user.