代码搜索:SiftGPU
找到约 30 项符合「SiftGPU」的源代码
代码结果 30
www.eeworm.com/read/487870/6290702
lib siftgpu.lib
www.eeworm.com/read/487870/6290703
dll siftgpu.dll
www.eeworm.com/read/487870/6290704
exp siftgpu.exp
www.eeworm.com/read/487870/6290705
def siftgpu.def
EXPORTS
CreateNewSiftGPU @1
CreateNewSiftMatchGPU @2
www.eeworm.com/read/487870/6290706
dsp siftgpu.dsp
# Microsoft Developer Studio Project File - Name="SiftGPU" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) D
www.eeworm.com/read/487870/6290709
txt readme.txt
A GPU implementation of David Lowe's Scale Invariant Feature Transform
Changchang wu
http://cs.unc.edu/~ccwu
University of North Carolina at Chapel Hill
1. SIFT
SIFTGPU is an im
www.eeworm.com/read/487870/6290639
makefile_cuda_enabled
#SHELL =/bin/sh
IDIR =../Include
SRC_SIFTGPU = ../SiftGPU/src
SRC_DRIVER = ../TestWin/src
CC=gcc
NVCC=nvcc
#CUDA_INC_PATH=
#CUDA_LIB_PATH=
CFLAGS= -I$(IDIR) -L/usr/lib -L./bin -I$(CUDA_INC_PA
www.eeworm.com/read/487870/6290579
cpp speed.cpp
////////////////////////////////////////////////////////////////////////////
// File: Speed.cpp
// Author: Changchang Wu
// Description : Evaluate the speed of SiftGPU
//
//
//
// Copyright