- Initialize the ORB detector, find keypoints, and compute descriptors in the loaded image image with ORB
- Draw the previously detected keypoints
- Create the BFMatcher object and match the descriptors_1 and descriptors_2, which have been previously calculated
- Sort the matches calculated before and draw the first 20 matches
- Detect markers using ArUco in the gray_frame image
- Draw detected markers using ArUco
- Draw rejected markers using ArUco
- Detect and decode a QR code contained in the image image