Found 3,533 repositories(showing 30)
viperrcrypto
Local Twitter/X bookmark organizer with AI categorization and mindmap visualization
rmislam
A clean and concise Python implementation of SIFT (Scale-Invariant Feature Transform)
Celebrandil
A CUDA implementation of SIFT for NVidia GPUs (1.2 ms on a GTX 1060)
robwhess
Open-Source SIFT Library
yingxin-jia
[SuperGlue: Learning Feature Matching with Graph Neural Networks] This repo includes PyTorch code for training the SuperGlue matching network on top of SIFT keypoints and descriptors.
ZeLianWen
Image registration algorithm. Includes SIFT, SAR-SIFT,PSO-SIFT.
teamdfir
SIFT
alicevision
PopSift is an implementation of the SIFT algorithm in CUDA.
双目立体视觉是计算机视觉范畴的核心之一,它利用双目相机来获得目标物体的图像,经过物体图像处理 之后得到目标物体所在场景环境的三维信息,最终实现非接触条件下测距,简单便捷。本次毕业设计主要内容为研究 基于双目立体视觉平台上的图像匹配以及目标物体的距离测量技术,图像特征提取部分研究了 SIFT 算法和 SURF 算 法,特征匹配部分研究了 BF 法和 FLANN 法,距离测量研究主要通过视差深度的计算,结合视觉坐标系的转换实现 三维位置的定位与测量。结合维视双目立体视觉测量平台 MV-VS220,通过 Python+OpenCV 设计实现一个具备图像 采集、图像匹配以及距离测量等功能的原型演示系统。系统可实现对关键环节的过程与结果的演示,以及不同算法的 性能比较。系统测试表明,所开发的原型演示系统从界面、功能与性能方面均达到了设计的要求。
teamdfir
CLI tool to manage a SIFT Install
shackenberg
Implementation of a content based image classifier using the bag of visual words approach in Python together with Lowe's SIFT and Libsvm.
adumrewal
Interactive code for image similarity using SIFT algorithm
quqixun
A demo that implement image registration by matching SIFT descriptors and appling RANSAC and affine transformation.
linrl3
Simple image stitching algorithm based on SIFT, homography, KNN and Ransac in Python and OpenCV
CERTCC
TROMMEL: Sift Through Embedded Device Files to Identify Potential Vulnerable Indicators
whoisraibolt
Feature Detection and Matching with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK through the Brute Force and FLANN algorithms using Python and OpenCV
vonzhou
Learn OpenCV, ORB/SIFT descriptors match by ratio test to find similarity.
sun11
Matlab implementation of sift(opensift) algorithm.
ducha-aiki
PyTorch implementation of SIFT descriptor
AmazingZhen
A solution for images stitchinging based on Sift, kd-tree, RANSAC and Multi-band Blending.
satyarohith
Sift is a routing and utility library for Deno Deploy.
AntonioRedondo
A C++ Qt GUI desktop program to calculate Harris, FAST, SIFT and SURF image features with OpenCV
rflynn
builds database/visualizations of LAN structure from passively sifted information
bbrister
Analogue of the scale-invariant feature transform (SIFT) for three-dimensional images. Includes an image processing and linear algebra library with feature matching and RANSAC regression. Also includes IO functions supporting a variety of image formats.
teamdfir
SIFT Bootstrap Script
perdoch
Hessian Affine detector with SIFT descriptor, CMP implementation
ekristen
Cast is an installer for any compatible Saltstack based distribution like SIFT or REMnux
Byronnar
基于无监督学习,无需训练,先使用SIFT算法提取图像特征,再使用KMeans聚类算法进行图像分类,速度非常快,精度还在提高。
Xbbei
SuperPoint replace the sift in colmap framework
hakaboom
图像配准算法。包括 SIFT、ORB、SURF、AKAZE、BRIEF、matchTemplate