Ask Your Question
0

Does OpenCV help in getting not just images, but sound etc?

asked 2016-01-13 09:33:24 -0600

ADVANCESSSS gravatar image

Does OpenCV help in getting not just images, but sound etc?

I'm building AI and putting it in a robot and need to get images, sounds, accelometer's senses, feel senses.

edit retag flag offensive close merge delete

Comments

1

no sound here. wrong library.

berak gravatar imageberak ( 2016-01-13 10:06:49 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
2

answered 2016-01-13 09:39:26 -0600

It's just computer vision. If you want to have access to all the other sensors, you should have a look at ROS (ros.org). It contains interfaces to about all sensors you can imagine to have on a robot.

edit flag offensive delete link more

Comments

Then why would I need OpenCV?

ADVANCESSSS gravatar imageADVANCESSSS ( 2016-01-13 10:02:34 -0600 )edit
2

ROS uses OpenCV for image processing, and other libraries for sensors, sound, etc. ROS includes OpenCV, but not the other way around.

kbarni gravatar imagekbarni ( 2016-01-13 10:59:38 -0600 )edit

If I install the ROS, will it be easier to install OpenCV than the current way?

ADVANCESSSS gravatar imageADVANCESSSS ( 2016-01-13 11:34:07 -0600 )edit
2

Negative to that, I would even say that setting up ROS is more complicated than pure OpenCV ...

StevenPuttemans gravatar imageStevenPuttemans ( 2016-01-13 12:16:46 -0600 )edit

Should I setup ROS first? Will that let me install OpenCV possibly to a required area?

ADVANCESSSS gravatar imageADVANCESSSS ( 2016-01-13 12:25:00 -0600 )edit

You need to setup OpenCV before you can set up ROS because ROS depends on the OpenCV installation.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-01-15 02:33:13 -0600 )edit

No. ROS has the OpenCV library as a system dependency so it's installed automatically.

FooBar gravatar imageFooBar ( 2016-01-15 07:51:46 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-01-13 09:33:24 -0600

Seen: 158 times

Last updated: Jan 13 '16