ros-perception / vision_opencv

Apache License 2.0
545 stars 599 forks source link

proposal for adding visoin_examples repository #40

Closed k-okada closed 9 years ago

k-okada commented 10 years ago

I'd like to propose new repository, that contains ros node for opencv examples, such as face detection, edge detection, template matching, optical flows....(https://github.com/Itseez/opencv/tree/master/samples/cpp)

The motivation is 1) every one who learn vision based robotic behavior, they start from red-ball tracking or face recognition, but currently there are no collection of such simple vision processing example so that every one have to write their own code 2) when I explain (advertise, push) ROS to other people, I'll explain "there are great collection of useful software modules and it is super easy to use them". and if we can run face detection example with just few seconds and the same software can run on different camera (usb cam vs kinect), then that will support my opinion.

here is the some list of existing vision node:

vrabaud commented 9 years ago

Solved in #56 thx to @k-okada !