Ask Your Question

kavikode's profile - activity

2020-09-27 13:47:41 -0600 received badge  Student (source)
2019-08-21 05:02:38 -0600 commented question opencv.js building WASM cv.face.createFacemarkLBF()

Added the following def get_cmake_cmd(self): of opencv/platforms/js/build_js.py:-DOPENCV_EXTRA_MODULES_PATH=~/opencv_co

2019-08-21 05:01:29 -0600 commented question opencv.js building WASM cv.face.createFacemarkLBF()

Added the following def get_cmake_cmd(self): of opencv/platforms/js/build_js.py:-DOPENCV_EXTRA_MODULES_PATH=~/opencv_co

2019-08-21 04:54:52 -0600 commented question opencv.js building WASM cv.face.createFacemarkLBF()

I added the following def get_cmake_cmd(self): of opencv/platforms/js/build_js.py:-DOPENCV_EXTRA_MODULES_PATH=~/opencv_

2019-08-20 21:22:43 -0600 edited question opencv.js building WASM cv.face.createFacemarkLBF()

opencv.js building WASM cv.face.createFacemarkLBF() When using the detectMultiScale function, it throws a binding error.

2019-08-20 21:21:33 -0600 asked a question opencv.js building WASM cv.face.createFacemarkLBF()

opencv.js building WASM cv.face.createFacemarkLBF() When using the detectMultiScale function, it throws a binding error.

2019-08-20 20:14:06 -0600 answered a question Problem loading haar cascade file in opencv.js

detectMultiScale throws an error when we build with WASM. Is there any similar workaround?

2019-08-15 18:59:16 -0600 received badge  Editor (source)
2019-08-15 18:59:16 -0600 edited question Porting to JavaScript: "Cannot register public name 'projectPoints' twice"

Porting to JavaScript: "Cannot register public name 'projectPoints' twice" I did the following: git clone https://gith

2019-08-14 05:52:23 -0600 asked a question Porting to JavaScript: "Cannot register public name 'projectPoints' twice"

Porting to JavaScript: "Cannot register public name 'projectPoints' twice" I did the following: git clone https://gith

2019-08-06 06:53:42 -0600 answered a question use surf (part of opencv-contrib,module xfeatures2d) in opencv.js

and when trying to do the same thing compiles perfectly. Still cannot find the moduleā€¦ Are you able to resolve it?

2019-07-26 06:56:52 -0600 asked a question Windows 10 building openCV.js

Windows 10 building openCV.js I am having trouble building OpenCV.js on Windowa 10 64 bit. Will you please help me? For

2019-07-22 21:19:36 -0600 asked a question Adding Wrappers for Modules in OpenCV.js

Adding Wrappers for Modules in OpenCV.js Facial landmarks are not yet wrapped into JavaScript. I'd like to use the Face

2019-07-13 05:13:32 -0600 answered a question OpenCV.js Selective Search for Object Recognition

Is there any guide or instructions for adding wrappers for the ximgproc code?

2019-07-02 04:44:31 -0600 received badge  Enthusiast
2019-07-01 06:47:24 -0600 answered a question OpenCV.js Selective Search for Object Recognition

I understand the module that you're talking about is the below: aruco = {'': ['detectMarkers', 'drawDetectedMarkers',

2019-06-29 04:24:33 -0600 asked a question OpenCV.js Selective Search for Object Recognition

OpenCV.js Selective Search for Object Recognition I found this example in Python and C++ for Selective Search for Object

2019-04-12 06:12:14 -0600 asked a question OpenCV Facemark API JavaScript

OpenCV Facemark API JavaScript I'm trying to use the Facemark API within OpenCV.js. Is it possible to use it in the brow

2019-04-09 16:11:40 -0600 answered a question OpenCV.js Unable to load cascade file

here is it: https://raw.githubusercontent.com/opencv/opencv/master/data/haarcascades/haarcascade_frontalface_default.xml

2019-04-09 16:07:22 -0600 commented answer OpenCV.js Face landmark detection

Thank you. Is there any workaround? Or, any alternative?

2019-04-09 06:17:02 -0600 asked a question OpenCV.js Face landmark detection

OpenCV.js Face landmark detection I'm trying hard to create facial landmark detection in the web browser with OpenCV.js.

2018-03-02 05:27:00 -0600 commented question OpenCV.js facial landmarks + human skeleton tracking

understand, thanks. What is the best approach to handle skeleton (pose) tracking from the webcam stream of a web brows

2018-03-02 05:08:02 -0600 asked a question OpenCV.js facial landmarks + human skeleton tracking

OpenCV.js facial landmarks + human skeleton tracking Hi Everyone, I am trying to use OpenCV.js for human skeleton trac