augmented-reality
augmented-reality copied to clipboard
Augmented reality proof of concept project with Python and OpenCV
## Description Instead of performing only detection on each individual frame, take into account the information from previous frames to track the reference surface and reduce jitter. ### Approaches to...
Currently the requirements file includes all the dependencies required to run both the AR app and the data visualization app. Furthermore, some of the data visualization dependencies are quite heavy...
Dear juangallostra: I can show the AR model by the code ,however, the 3d model not stable( flash of move). And a problem could I get the postion and rotate...
## Description Currently only monochromatic models are supported. Add support for models with color. Related issue: #10
This is a great job! I want to know if this job can be expanded to detect the ground and place a model on it instead of detecting cards. Thanks...
matches = bf.match(des_model, des_frame) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cv2.error: OpenCV(4.9.0) D:\a\opencv-python\opencv-python\opencv\modules\core\src\batch_distance.cpp:275: error: (-215:Assertion failed) type == src2.type() && src1.cols == src2.cols && (type == CV_32F || type == CV_8U) in function 'cv::batchDistance'