II. Literature Review:
- Patch Based Synthesis for Single Depth Image Super-Resolution (2012, ECCV) Gabriel J. Brostow
- This purposed method can enhance the Depth information captured from Kinect camera: Originally, the depth map taken from a Kinect camera is not clear enough to specify objects within the monitoring area. Then this depth map will be useless for supporting the process of locating objects.
- Applied this source code onto our collecting RGB-D maps:
![]() |
Case 1 |
Depth map after applying normalization scheme onto each pixel-value |
![]() |
Depth map after applying Brostow's proposed method |
III. Need to check which method is better for depth map enhancement. Brostow's method takes too long (...around 30 mins for a map under 640x480 size); yet, haven't check the difference of value between using 'the simple normalization method which is far more fast (...less than 1min for a map under 640x480 size)' and 'the Brostow's proposed one'.