Samples: Reorganize sample folders and decouple tutorials from packages#227
Open
csu-bot-zivid wants to merge 1 commit into
Open
Samples: Reorganize sample folders and decouple tutorials from packages#227csu-bot-zivid wants to merge 1 commit into
csu-bot-zivid wants to merge 1 commit into
Conversation
Mostly a folder reorganization plus new samples, with a few small doc and code touch-ups. Folder reorganization: - Group advanced samples into topic folders: Barcode, Projector, ROI, Stitching, Transform. - Group network samples under InfoUtilOther/Network. - The README now lists the available samples and tutorials grouped by category. New samples: - Add capture_vis_3d_in_loop and capture_vis_3d_in_loop_with_keypress_exit (continuous live 3D visualization). - Add capture_undistort_2d (undistort a 2D image using the camera intrinsics). Tutorials and README: - Tutorial markdown (quick-capture, capture, point-cloud) is no longer bundled with the samples; the README links to the online tutorials instead. The bundled .md files are removed. - Add a Projector README linking to the 2D Image Projection tutorial. Fixes and docs: - pose_conversions and save_load_matrix: note that the transformation translation is in millimeters; multiply by 1000 if your robot reports meters. - downsample and capture_vis_3d: visualize point clouds with the built-in Zivid visualizer. - create_depth_map: show the BGR image and depth map directly and save them to file. - Standardize handling of a missing optional dependency. - Link CaptureUndistort2D samples to their tutorial.
bf730b8 to
ba62c03
Compare
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.
Mostly a folder reorganization plus new samples, with a few small doc and code touch-ups.
Folder reorganization
New samples
capture_vis_3d_in_loopandcapture_vis_3d_in_loop_with_keypress_exit— continuous live 3D visualization (the second exits on a key press).capture_undistort_2d— undistort a 2D image using the camera intrinsics.Tutorials and README
Fixes and docs
pose_conversionsandsave_load_matrix: clarify that the transformation translation is in millimeters; multiply by 1000 if your robot reports meters.downsampleandcapture_vis_3d: visualize point clouds with the built-in Zivid visualizer.create_depth_map: show the BGR image and depth map directly and save them to file.