Add centroid for calculating image centroid #64
Open
yuki-shark wants to merge 2 commits intoros-perception:indigofrom
Open
Add centroid for calculating image centroid #64yuki-shark wants to merge 2 commits intoros-perception:indigofrom
yuki-shark wants to merge 2 commits intoros-perception:indigofrom
Conversation
Contributor
|
did you check http://wiki.ros.org/opencv_apps#contour_moments ?
https://github.com/yuki-shark/opencv_apps/blob/b3a2c412dd10f22363c566d1bc3780ce2b85cce6/CMakeLists.txt#L207-L209
…--
◉ Kei Okada
2017-05-10 18:45 GMT+09:00 Yuki Ohmori <notifications@github.com>:
This nodelet calcurates image centroid.
When you input rgb image, this nodelet convert it to grey scale image.
------------------------------
You can view, comment on, or merge this pull request online at:
#64
Commit Summary
- [centroid] add template for centorid nodelet
- add centroid_nodelet.cpp for calculationg image centroid
File Changes
- *M* CMakeLists.txt
<https://github.com/ros-perception/opencv_apps/pull/64/files#diff-0>
(3)
- *A* cfg/Centroid.cfg
<https://github.com/ros-perception/opencv_apps/pull/64/files#diff-1>
(11)
- *M* nodelet_plugins.xml
<https://github.com/ros-perception/opencv_apps/pull/64/files#diff-2>
(3)
- *A* src/nodelet/centroid_nodelet.cpp
<https://github.com/ros-perception/opencv_apps/pull/64/files#diff-3>
(174)
Patch Links:
- https://github.com/ros-perception/opencv_apps/pull/64.patch
- https://github.com/ros-perception/opencv_apps/pull/64.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#64>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAeG3Hbssl0L6aP47r_dK2dg7iXev8wVks5r4YctgaJpZM4NWa65>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This nodelet calcurates image centroid.
When you input rgb image, this nodelet convert it to grey scale image.