https://github.com/battmanux/cv2r
Use OpenCV in RStudio
https://github.com/battmanux/cv2r
Last synced: 3 months ago
JSON representation
Use OpenCV in RStudio
- Host: GitHub
- URL: https://github.com/battmanux/cv2r
- Owner: battmanux
- License: mit
- Created: 2018-11-13T14:37:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T15:16:06.000Z (over 3 years ago)
- Last Synced: 2024-08-09T02:17:14.077Z (7 months ago)
- Language: JavaScript
- Size: 5.69 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - battmanux/cv2r - Use OpenCV in RStudio (JavaScript)
README
# cv2r
Use OpenCV in RStudiocv2r let me use OpenCV directly in RStudio.
All it does is to import cv2 from python through reticulate and overload imshow so that the output can be visualised in the Viewer pane.
It also provide a minimal intagration with shiny through cv2Output, renderCv2 and inputCv2Cam
You can also quickly capture an image with capture()See inst/doc folder for more details