Skip to content
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

Fix image URLs in mesh mapping calibration page #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ gem "github-pages", group: :jekyll_plugins

gem "tzinfo-data"
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem "webrick", "~> 1.8"

# If you have any plugins, put them here!
group :jekyll_plugins do
Expand All @@ -14,4 +15,4 @@ group :jekyll_plugins do
gem "jemoji"
gem "jekyll-include-cache"
gem "jekyll-algolia"
end
end
6 changes: 3 additions & 3 deletions _demos/demos_006_MeshMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The green circle on the grid of circles should now have moved to the next point
Once you have assigned all the required points close the shader window and workflow.
The mesh mapping .csv file will be saved in the location you specified before starting the workflow.

<img src="https://github.com/bonvision/bonvision.github.io/blob/master/assets/Images/Demos/MeshMapping/initial_point_mapping.JPG?raw=true" width="70%" height="70%">
<img src="/assets/Images/Demos/MeshMapping/initial_point_mapping.JPG" width="70%" height="70%" />

_positioning the cursor where the laser is pointing_

Expand Down Expand Up @@ -90,7 +90,7 @@ Run the workflow and ensure the checkerboard is displayed correctly. Each square
Note if the checkerboard renders with jagged edges then adjusting the interpolation values in Step 2 may provide a solution.


<img src="https://github.com/bonvision/bonvision.github.io/blob/master/assets/Images/Demos/MeshMapping/checkerboard_error.jpg?raw=true" width="70%" height="70%">
<img src="/assets/Images/Demos/MeshMapping/checkerboard_error.jpg" width="70%" height="70%" />

_testing the meshmap with a checkerboard - note the warping in the bottom right_

Expand All @@ -108,6 +108,6 @@ For each point you wish to adjust perform the following:
- The new file will have the same format as the output of the MeshMapping_Generate workflow. You should now perform steps 2 and 3 again to interpolate and test your mesh map. Repeat this process iteratively as required.


<img src="https://github.com/bonvision/bonvision.github.io/blob/master/assets/Images/Demos/MeshMapping/meshmap_correction.JPG" width="70%" height="70%">
<img src="/assets/Images/Demos/MeshMapping/meshmap_correction.JPG" width="70%" height="70%" />

_correction worflow_