Skip to content

Commit

Permalink
Create virtual_augmented_reality_cv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 14, 2024
1 parent bcbbd3e commit f323196
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# File name: virtual_augmented_reality_cv.py
import cv2
import numpy as np

class VirtualAugmentedRealityCV:
def __init__(self):
# Implement virtual augmented reality using computer vision here
pass

0 comments on commit f323196

Please sign in to comment.