Ask Your Question
0

OpenCV.js Selective Search for Object Recognition

asked 2019-06-29 04:24:33 -0600

kavikode gravatar image

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

https://github.com/opencv/opencv_cont...

https://github.com/opencv/opencv_cont...

Is there an example for JavaScript for the OpenCV.js for object segmentation?

Thanks in advance!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2019-06-29 05:35:01 -0600

berak gravatar image

updated 2019-07-01 00:23:07 -0600

Is there an example for JavaScript for the OpenCV.js for object segmentation?

sorry, but no, there is no js example and as of now, you cannot even use anything from the contrib ximproc module from javascript.

please have a look here to see what's available from js right now (adding wrappers for the ximgproc code would work in a similar way than done for the aruco module)

edit flag offensive delete link more

Comments

I understand the module that you're talking about is the below:

aruco = {'': ['detectMarkers', 'drawDetectedMarkers', 'drawAxis', 'estimatePoseSingleMarkers', 'estimatePoseBoard', 'interpolateCornersCharuco', 'drawDetectedCornersCharuco'],
        'aruco_Dictionary': ['get', 'drawMarker'],
        'aruco_Board': ['create'],
        'aruco_GridBoard': ['create', 'draw'],
        'aruco_CharucoBoard': ['create', 'draw'],

How is it used in openCV.js?

Can you please guide the process to adding wrappers because I've never done it before?

Thank you!

kavikode gravatar imagekavikode ( 2019-07-01 06:47:24 -0600 )edit

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

kavikode gravatar imagekavikode ( 2019-07-13 05:13:32 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2019-06-29 04:24:33 -0600

Seen: 840 times

Last updated: Jul 13 '19