-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add adding_image #29
Add adding_image #29
Conversation
@@ -1,5 +1,9 @@ | |||
<library path="lib/libopencv_apps"> | |||
|
|||
<class name="opencv_apps/adding_image" type="adding_image::AddingImageNodelet" base_class_type="nodelet::Nodelet"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please follow old classname convention, this should be "adding_image/adding_image" until #21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
f202324
to
a63d15a
Compare
thank you , the test seems unstable, |
e81b9d1
to
a1dec87
Compare
I fixed it. |
thx |
please update http://wiki.ros.org/opencv_apps, you may need to take another image, the quality of https://cloud.githubusercontent.com/assets/4690682/18102788/cfebb5a4-6f2e-11e6-844a-49bd5165b8dc.png is not used in the wikipage, the window is overlapped, background is shown, .... , I used output image of the test code for wiki pages) |
please paste output images here |
based on opencv's tutorial code.