1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/graphics/dbow2/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
418 B
Plaintext

DBoW2 is an improved version of the DBow library, an open source C++ library for
indexing and converting images into a bag-of-word representation. It implements
a hierarchical tree for approximating nearest neighbours in the image feature
space and creating a visual vocabulary. DBoW2 also implements an image database
with inverted and direct files to index images and enabling quick queries and
feature comparisons.