FilterMaskImageWithSize: Filter mask image with its size#2062
FilterMaskImageWithSize: Filter mask image with its size#2062k-okada merged 4 commits intojsk-ros-pkg:masterfrom
Conversation
40a82a8 to
98a840c
Compare
|
@wkentaro I have resolved conflict via web interface, so please confirm if that is ok. |
4e83c0e to
e634a00
Compare
Modified: - jsk_perception/CMakeLists.txt - jsk_perception/include/jsk_perception/multiply_mask_image.h - jsk_perception/plugins/nodelet/libjsk_perception.xml Added: - jsk_perception/cfg/FilterMaskImageWithSize.cfg - jsk_perception/include/jsk_perception/filter_mask_image_with_size.h - jsk_perception/src/filter_mask_image_with_size.cpp
- new file: doc/jsk_perception/nodes/filter_mask_image_with_size.md - new file: doc/jsk_perception/nodes/images/filter_mask_image_with_size.gif - modified: jsk_perception/CMakeLists.txt - new file: jsk_perception/sample/sample_filter_mask_image_with_size.launch - new file: jsk_perception/test/filter_mask_image_with_size.test
e634a00 to
1493179
Compare
|
Thanks. I rebased. |
|
I approved, but i don't see usecase of this nodelet. (Sample launch subscribe same mask image.) |
- modified: ../doc/jsk_perception/nodes/filter_mask_image_with_size.md - modified: include/jsk_perception/filter_mask_image_with_size.h - modified: sample/sample_filter_mask_image_with_size.launch - modified: src/filter_mask_image_with_size.cpp
|
I added flag |
|
@knorth55 Could u Please check the latest commit? |
|
Please merge this. |
|
You can also use back projection method for detection motion area , if the camera is fixed on world frame-> ros-perception/opencv_apps#62 And if we can assume the moving object is human, we can use that for human detection application -> http://goldberg.berkeley.edu/pubs/acc-2012-visual-tracking-final.pdf > @kochigami @furushchev |
Thank you for the info.
I tried using fcn_object_segmentation.py for person detection for object data collection, but it was a bit difficult to segment the person and him/her holding objects. |
Modified: