augmented-reality icon indicating copy to clipboard operation
augmented-reality copied to clipboard

Augmented reality proof of concept project with Python and OpenCV

Results 9 augmented-reality issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement

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...

enhancement

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

enhancement

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...

how to use a colorful AR model?

question

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'