Skip to main content
. 2021 Mar 4;21(5):1772. doi: 10.3390/s21051772
Algorithm 3. Visual Features Extraction
Input: M images from M directions in Node i, M equals to 4 in a square environment
Output: Bag-of-words vector Vij, where j is the number of image in Node i
1: Create a visual vocabulary in an offline step based on DBoW3 with ORB features
2: Robot captures images from four directions, Ii1, Ii2, Ii3, Ii4
3: Extract ORB features from each image
4: Covert features of each image into a bag-of-words vector, Vi1, Vi2, Vi3, Vi4
5: Save the vectors to an image map database