[Registration] Harris corner detection
Harris 코너 검출 알고리즘은 이미지에서 코너를 추출 하는 알고리즘의 대표적인 예입니다.
Harris 코너 검출 알고리즘은 이미지에서 코너를 추출 하는 알고리즘의 대표적인 예입니다.
HLoc = SuperPoint(as feature extractor) + SuperGlue(as feature matcher)
Features from Accelerated Segment Test (FAST)의 경우 실시간 특징점 추출을 고려하여 만들어진 알고리즘
downsample the input point clouds into superpoints and then match them through examining whether their local neighborhood (patch) overlaps.
Repeatable keypoints, putative correspondences