Ask Your Question
0

Why doesn't opencv.js include CvKNearest?

asked 2018-02-05 14:52:53 -0600

sid-kap gravatar image

It appears that the Javascript version doesn't include some classes, such as CvKNearest. Why is this? Where can I find a list of all the included/excluded classes and functions?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-02-05 15:01:30 -0600

berak gravatar image

updated 2018-02-05 15:03:51 -0600

CvKNearest is part of the outdated 2.4 (c-based) api . don't expect to see that in latest 3.4

but the real answer might be: there was a GSOC project about js bindings, all it covered so far was core, dnn (!) and parts of imgproc modules. the ml bindings might have to wait, until the next GSOC student takes on there...

edit flag offensive delete link more

Comments

Ah, ok. Where in the source code can I find a list of what's included in OpenCV.js?

sid-kap gravatar imagesid-kap ( 2018-02-05 15:59:56 -0600 )edit
berak gravatar imageberak ( 2020-10-15 04:35:48 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-02-05 14:52:53 -0600

Seen: 242 times

Last updated: Feb 05 '18