Ask Your Question
0

"GNU Radio" like GUI/Distro for OpenCV

asked 2020-08-23 13:42:21 -0600

BradG gravatar image

It's a little "meta" - but I've been thinking about doing something like GNU Radio but for OpenCV - i.e. "drag and drop" blocks and modules that you can graphically connect together to connect sources, "sinks", (inputs/output) complete with intermediate graphs, filters, etc.

Are there any efforts like this out there already? It seems like a natural fit - so I don't want to re-invent the wheel...

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2020-08-28 04:49:04 -0600

berak gravatar image

https://opencv.org/cassandra-studio/ (abandoned)

https://github.com/berak/blockly-cv2 (abandoned)

https://github.com/tito/Movid (abandoned)

gnu radio has about 30 entities, while opencv (+ contrib) has like 3000. so either you try to make it feature-complete, which will be simply overwhelming (think of a dropdown menu to choose blocks with 3000 things in it), if you try to "stick with simple things", noone will use it because there's that little thing missing.

edit flag offensive delete link more

Comments

I found another - closed source - works with (and without) Open CV)

https://www.mathworks.com/discovery/m...

BradG gravatar imageBradG ( 2020-08-28 08:41:07 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2020-08-23 13:42:21 -0600

Seen: 211 times

Last updated: Aug 28 '20