Skip to content

Commit

Permalink
Add vignette for camera calibration + minor typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmgarnier committed Jan 30, 2024
1 parent e581bc0 commit 24fb275
Show file tree
Hide file tree
Showing 203 changed files with 67,370 additions and 231 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ ci_script
^codecov\.yml$
^doc$
^Meta$
.vscode
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ tmp.def
docs
/doc/
/Meta/
.vscode
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ License: GPL-3
LazyData: TRUE
NeedsCompilation: yes
Depends:
R (>= 3.5.0)
R (>= 4.0.0)
Imports:
Rcpp (>= 1.0.1),
ROpenCVLite (>= 4.70.0),
Expand All @@ -29,8 +29,8 @@ RcppModules: class_Image, class_Capture, class_VideoWriter,
methods_OpticalFlow, methods_Blob, methods_Morphology, methods_Filters,
methods_Display, methods_Draw, methods_Geometry, methods_Shape, methods_Transform,
methods_Feature, methods_Autothresh, methods_Ximgproc, methods_Calib3d
RoxygenNote: 7.2.3
Biarch: true
RoxygenNote: 7.3.1
Biarch: false
StagedInstall: false
Encoding: UTF-8
Suggests:
Expand Down
5 changes: 1 addition & 4 deletions R/Rvision-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@
#'
#' @references More about OpenCV at \url{http://opencv.org/}.
#'
#' @docType package
#'
#' @name Rvision
NULL
#> NULL
"_PACKAGE"
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 24fb275

Please sign in to comment.