Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ftl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Pope
ftl
Commits
66dce0fe
Commit
66dce0fe
authored
6 years ago
by
Nicolas Pope
Browse files
Options
Downloads
Patches
Plain Diff
Update calibration config
parent
142cb455
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cv-node/config/calibration.xml
+4
-4
4 additions, 4 deletions
cv-node/config/calibration.xml
with
4 additions
and
4 deletions
cv-node/config/
in_VID5
.xml
→
cv-node/config/
calibration
.xml
+
4
−
4
View file @
66dce0fe
...
...
@@ -2,7 +2,7 @@
<opencv_storage>
<Settings>
<!-- Number of inner corners per a item row and column. (square, circle) -->
<BoardSize_Width>
9
</BoardSize_Width>
<BoardSize_Width>
9
</BoardSize_Width>
<BoardSize_Height>
6
</BoardSize_Height>
<!-- The size of a square in some user defined metric system (pixel, millimeter)-->
...
...
@@ -16,7 +16,7 @@
To use an input video -> give the path of the input video, like "/tmp/x.avi"
To use an image list -> give the path to the XML or YAML file containing the list of the images, like "/tmp/circles_list.xml"
-->
<Input>
"images/CameraCalibration/VID5/VID5.xml"
</Input>
<
!--
Input>"images/CameraCalibration/VID5/VID5.xml"</Input
--
>
<!-- If true (non-zero) we flip the input images around the horizontal axis.-->
<Input_FlipAroundHorizontalAxis>
0
</Input_FlipAroundHorizontalAxis>
...
...
@@ -34,7 +34,7 @@
<Calibrate_FixPrincipalPointAtTheCenter>
1
</Calibrate_FixPrincipalPointAtTheCenter>
<!-- The name of the output log file. -->
<Write_outputFileName>
"out_camera_data.xml"
</Write_outputFileName>
<
!--
Write_outputFileName>"out_camera_data.xml"</Write_outputFileName
--
>
<!-- If true (non-zero) we write to the output file the feature points.-->
<Write_DetectedFeaturePoints>
1
</Write_DetectedFeaturePoints>
<!-- If true (non-zero) we write to the output file the extrinsic camera parameters.-->
...
...
@@ -42,7 +42,7 @@
<!-- If true (non-zero) we write to the output file the refined 3D target grid points.-->
<Write_gridPoints>
1
</Write_gridPoints>
<!-- If true (non-zero) we show after calibration the undistorted images.-->
<Show_UndistortedImage>
1
</Show_UndistortedImage>
<
!--
Show_UndistortedImage>1</Show_UndistortedImage
--
>
<!-- If true (non-zero) will be used fisheye camera model.-->
<Calibrate_UseFisheyeModel>
0
</Calibrate_UseFisheyeModel>
<!-- If true (non-zero) distortion coefficient k1 will be equals to zero.-->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment