Samples: Link samples to tutorials and improve transform samples#291
Merged
Conversation
0e9a195 to
a8a12b7
Compare
Adds tutorial links throughout the samples and improves the two point-cloud transform samples, plus a few small doc fixes. Tutorials and READMEs: - Each sample now links to its Knowledge Base tutorial from the file header comment. - New per-folder README files point to the matching tutorial (Applications, Camera, Visualization, Maintenance, Barcode, MultiCamera, ROI, Stitching, Transform). - The Hand-Eye Calibration README is now a short link to the online tutorial instead of a long bundled guide. Transform samples: - TransformPointCloudViaArucoMarker and TransformPointCloudViaCheckerboard now draw the coordinate system onto a 2D color image; the checkerboard sample also saves it as CheckerboardCoordinateSystem.png. - The checkerboard sample now reports an error when no checkerboard is detected. - Aligned naming between the two transform samples. Fixes and docs: - README: note multi-camera calibration uses multiple connected cameras, add a Capture Settings in HALCON link, and drop a stray marker before the network sample entry.
a8a12b7 to
b71a19e
Compare
blauer4
approved these changes
Jun 29, 2026
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.
Adds tutorial links throughout the samples and improves the two point-cloud transform samples, plus a few small documentation fixes.
Tutorials and READMEs
README.mdfiles point to the matching tutorial: Applications, Camera, Camera/Basic, Visualization, Maintenance, Barcode, MultiCamera, ROI, Stitching, and Transform.README.mdis now a short link to the online tutorial instead of a long bundled guide.Transform samples
TransformPointCloudViaArucoMarkerandTransformPointCloudViaCheckerboardnow draw the coordinate system onto a 2D color image. The checkerboard sample also saves the result asCheckerboardCoordinateSystem.png.Fixes and docs