Skip to content

Commit

Permalink
move images to separate dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Somerville committed Oct 17, 2016
1 parent d60dabf commit e0d66d2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This code nicely computes the Vandermonde matrix, Savitzky-Golay differentiation

Below are examples of how the filter smoothes out a noisy depth map data from the kinect time-of-flight sensor:

<img src="/include/Protonect_Uncalibrated.jpg" height="500px" >
<img src="/include/ROS_Calibrated.jpg" height="500px" >
<!-- <img src="/include/Savitzky-Golay_smoothing_filter.jpg" height="500px"> -->
<img src="/images/Protonect_Uncalibrated.jpg" height="500px" >
<img src="/images/ROS_Calibrated.jpg" height="500px" >
<!-- <img src="/images/Savitzky-Golay_smoothing_filter.jpg" height="500px"> -->

###Dependencies

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit e0d66d2

Please sign in to comment.