代码搜索结果
找到约 2,403 项符合
Vision 的代码
jy_poison.c
#include
#include
inherit F_CLEAN_UP;
int update_condition(object me, int duration)
{
if( duration < 1 ) return 0;
if( !living(me) ) {
message("vision", me->name()
jy-poison.c
#include
#include
inherit F_CLEAN_UP;
int update_condition(object me, int duration)
{
if( duration < 1 ) return 0;
if( !living(me) ) {
message("vision", me->name()
doc2000.h
/*
* Linux driver for Disk-On-Chip devices
*
* Copyright (C) 1999 Machine Vision Holdings, Inc.
* Copyright (C) 2001-2003 David Woodhouse
* Copyright (C) 2002-2003 Greg
readme.mvblm7
Matrix Vision mvBlueLYNX-M7 (mvBL-M7)
-------------------------------------
1. Board Description
The mvBL-M7 is a 120x120mm single board computing platform
with strong focus on stereo image proces
doc2000.h
/*
* Linux driver for Disk-On-Chip devices
*
* Copyright (C) 1999 Machine Vision Holdings, Inc.
* Copyright (C) 2001-2003 David Woodhouse
* Copyright (C) 2002-2003 Greg
doc2000.h
/*
* Linux driver for Disk-On-Chip devices
*
* Copyright (C) 1999 Machine Vision Holdings, Inc.
* Copyright (C) 2001-2003 David Woodhouse
* Copyright (C) 2002-2003 Greg
doc2000.h
/*
* Linux driver for Disk-On-Chip devices
*
* Copyright (C) 1999 Machine Vision Holdings, Inc.
* Copyright (C) 2001-2003 David Woodhouse
* Copyright (C) 2002-2003 Greg
doc2000.h
/*
* Linux driver for Disk-On-Chip devices
*
* Copyright (C) 1999 Machine Vision Holdings, Inc.
* Copyright (C) 2001-2003 David Woodhouse
* Copyright (C) 2002-2003 Greg
sift.bbl
\begin{thebibliography}{1}
\bibitem{lowe04distinctive}
D.~G. Lowe.
\newblock Distinctive image features from scale-invariant keypoints.
\newblock {\em International Journal of Computer Vision}, 2(60)
klaplace.m
%KLAPLACE Laplacian kernel
%
% k = klaplace
%
% Return the Laplacian kernel
% 0 -1 0
% -1 4 -1
% 0 -1 0
%
% SEE ALSO: ilaplace conv2
%
% Copyright (c) Peter Corke, 1999 Machine Vision Toolbox fo