-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add camera calibration functions + 90-degree rotations + doc fixes
- Loading branch information
1 parent
1ea3a77
commit 6549db8
Showing
208 changed files
with
1,445 additions
and
226 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: Rvision | ||
Type: Package | ||
Title: Computer Vision Library for R | ||
Version: 0.7.0 | ||
Date: 2022-01-25 | ||
Version: 0.7.1 | ||
Date: 2023-10-25 | ||
Authors@R: c( | ||
person("Simon", "Garnier", email = "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-3886-3974")), | ||
|
@@ -28,7 +28,7 @@ RcppModules: class_Image, class_Capture, class_VideoWriter, | |
methods_Arithmetic, methods_Statistics, methods_Comparisons, methods_Logical, | ||
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_Feature, methods_Autothresh, methods_Ximgproc, methods_Calib3d | ||
RoxygenNote: 7.2.3 | ||
Biarch: true | ||
StagedInstall: false | ||
|
This file contains 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
Oops, something went wrong.