mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
New port: graphics/dbow2: C++ Library for converting images into a bag-of-word representation
This commit is contained in:
parent
81d2ee7db2
commit
c0fc57f56c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551248
5 changed files with 53 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
||||||
SUBDIR += cuttlefish
|
SUBDIR += cuttlefish
|
||||||
SUBDIR += darktable
|
SUBDIR += darktable
|
||||||
SUBDIR += dataplot
|
SUBDIR += dataplot
|
||||||
|
SUBDIR += dbow2
|
||||||
SUBDIR += dc20pack
|
SUBDIR += dc20pack
|
||||||
SUBDIR += dcmtk
|
SUBDIR += dcmtk
|
||||||
SUBDIR += dcp2icc
|
SUBDIR += dcp2icc
|
||||||
|
|
27
graphics/dbow2/Makefile
Normal file
27
graphics/dbow2/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= dbow2
|
||||||
|
DISTVERSIONPREFIX= v
|
||||||
|
DISTVERSION= 1.1-free-23
|
||||||
|
DISTVERSIONSUFFIX= -g3924753
|
||||||
|
CATEGORIES= graphics
|
||||||
|
|
||||||
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
COMMENT= C++ Library for converting images into a bag-of-word representation
|
||||||
|
|
||||||
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
LIB_DEPENDS= libopencv_photo.so:graphics/opencv \
|
||||||
|
libopencv_core.so:graphics/opencv-core
|
||||||
|
|
||||||
|
USES= cmake compiler:c++11-lang
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= dorian3d
|
||||||
|
GH_PROJECT= DBoW2
|
||||||
|
|
||||||
|
CMAKE_OFF= BUILD_Demo
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
graphics/dbow2/distinfo
Normal file
3
graphics/dbow2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1601689019
|
||||||
|
SHA256 (dorian3d-DBoW2-v1.1-free-23-g3924753_GH0.tar.gz) = cc56a75fab644786f3caf72c50af7e3af731cec2d59ea4a8dbb8402282f469b1
|
||||||
|
SIZE (dorian3d-DBoW2-v1.1-free-23-g3924753_GH0.tar.gz) = 581096
|
8
graphics/dbow2/pkg-descr
Normal file
8
graphics/dbow2/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
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.
|
||||||
|
|
||||||
|
WWW: https://github.com/dorian3d/DBoW2
|
14
graphics/dbow2/pkg-plist
Normal file
14
graphics/dbow2/pkg-plist
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
include/DBoW2/BowVector.h
|
||||||
|
include/DBoW2/DBoW2.h
|
||||||
|
include/DBoW2/DBoW2Config.cmake
|
||||||
|
include/DBoW2/FBrief.h
|
||||||
|
include/DBoW2/FClass.h
|
||||||
|
include/DBoW2/FORB.h
|
||||||
|
include/DBoW2/FSurf64.h
|
||||||
|
include/DBoW2/FeatureVector.h
|
||||||
|
include/DBoW2/QueryResults.h
|
||||||
|
include/DBoW2/ScoringObject.h
|
||||||
|
include/DBoW2/TemplatedDatabase.h
|
||||||
|
include/DBoW2/TemplatedVocabulary.h
|
||||||
|
lib/cmake/DBoW2/DBoW2Config.cmake
|
||||||
|
lib/libDBoW2.so
|
Loading…
Add table
Reference in a new issue