+ 1
FAST (Features From Accelerated Segment Test) Algorithm
FAST (Features From Accelerated Segment Test) Algorithm Can the above algorithm be used as a control in a 360 panoramic virtual tour? Please help me, Im already at a dead end, this for my thesis From the lecturer the criteria for using the FAST algorithm must be able to: 1. Move freely in 360 . panorama 2. Provide buttons inside 360 ââ. panorama 3. Make a free move in a 360 . panorama After my own research, the FAST algorithm is not meant for that, only as a corner detection. CMIIW I'm using Python with FAST from OpenCV
1 Answer
0
Here is a list of github repositories that could help you in your panorama creation.
https://github.com/topics/image-stitching?l=JUMP_LINK__&&__python__&&__JUMP_LINK
different methods are used for feature detection to stitch the images together.
FAST is a feature detector. Incorporate that in your code.