Skip to content

935048000/imageSearchSys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imageSearchSys

A high - precision image retrieval system.

This is an image retrieval system that can retrieve the most similar image from the database.

这是一个图像检索系统,能够从数据库中检索出最相似图像。

Image retrieval technology uses OpenCV's SIFT feature extraction, feature database uses Python's Numpy library, and feature retrieval uses KNN for retrieval. The system has a high retrieval accuracy

图像检索技术采用OpenCV的SIFT特征提取,特征数据库采用Python的Numpy库,特征检索使用KNN进行检索。 本系统有着较高的检索精度

bash.py

This is a basic library that can handle strings in the system.

这是一个基础库,能处理系统中的字符串。

img_feat.py

This is a feature extraction program that can provide feature extraction services.

Feature extraction uses SIFT technology.

这是一个特征提取程序,能够提供特征提取服务。

特征提取使用SIFT技术。

featDB.py

This is a feature database program that provides feature storage services.

Feature database storage using Numpy's Save and load functions

这是一个特征数据库程序,能够提供特征存储服务。

特征数据库存储使用Numpy的Save和load函数

feat_search.py

This is a feature retrieval program that can provide feature retrieval services.

Feature retrieval uses FLANN and KNN technologies.

这是一个特征检索程序,能够提供特征检索服务。

特征检索使用FLANN和KNN技术。

About

A high - precision image retrieval system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages