代码搜索:camshift
找到约 67 项符合「camshift」的源代码
代码结果 67
www.eeworm.com/read/254931/12111922
doc camshift的算法流程.doc
www.eeworm.com/read/315549/3618411
svn-work camshift.cpp.svn-work
K 25
svn:wc:ra_dav:version-url
V 40
/svn/road/!svn/ver/1/cv/src/camshift.cpp
END
www.eeworm.com/read/315549/3618739
svn-base camshift.cpp.svn-base
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying,
www.eeworm.com/read/442383/7653750
txt readme.txt
This Simple Camshift Wrapper is intended to make Camshift more accessible
to the casual, or beginning, user. It provides a minimal C-language interface
with four main methods:
createTracker(): p
www.eeworm.com/read/323317/13343986
txt readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : CAMSHIFT_MFC
====================================================================
www.eeworm.com/read/442383/7653716
h facedet.h
// facedet.h - by Robin Hewitt, 2007
// http://www.cognotics.com/opencv/downloads/camshift_wrapper
// This is free software. See License.txt, in the download
// package, for details.
//
// Publ
www.eeworm.com/read/442383/7653724
h capture.h
// capture.h - by Robin Hewitt, 2007
// http://www.cognotics.com/opencv/downloads/camshift_wrapper
// This is free software. See License.txt, in the download
// package, for details.
//
// Pu
www.eeworm.com/read/456596/7344084
makefile
OBJECT=camshift
CC=gcc
CFLAGS=`pkg-config --cflags opencv`
LDFLAGS=`pkg-config --libs opencv`
all: $(OBJECT)
clean:
rm -f $(OBJECT)