代码搜索结果

找到约 2,403 项符合 Vision 的代码

excite_device.c

/* * Copyright (C) 2004 by Basler Vision Technologies AG * Author: Thomas Koeller * * This program is free software; you can redistribute it and/or modify * it

rm9k-ocd.h

/* * Copyright (C) 2004 by Basler Vision Technologies AG * Author: Thomas Koeller * * This program is free software; you can redistribute it and/or modify * it

log_fut.tex

% $Id% \subsection{Future Plans} \begin{itemize} \item{\bf Expand use of LogPrint} The eventual vision of the log is to replace the miscellaneous fortran {\tt wirte} statements in the code with cal

excite_iodev.c

/* * Copyright (C) 2005 by Basler Vision Technologies AG * Author: Thomas Koeller * * This program is free software; you can redistribute it and/or modify * it

excite_dbg_io.c

/* * Copyright (C) 2004 by Basler Vision Technologies AG * Author: Thomas Koeller * * This program is free software; you can redistribute it and/or modify * it

excite_irq.c

/* * Copyright (C) by Basler Vision Technologies AG * Author: Thomas Koeller * * This program is free software; you can redistribute it and/or modify * it under

excite_device.c

/* * Copyright (C) 2004 by Basler Vision Technologies AG * Author: Thomas Koeller * * This program is free software; you can redistribute it and/or modify * it

webinfo.txt

http://www.eecs.berkeley.edu/Research/Projects/CS/vision/stellayu/ /*================================================================ * function [i,j] = cimgnbmap([nr,nc], nb_r, sample_rate) *

houghline.m

function [pdetect,tetadetect,Accumulator] = houghline(Imbinary,pstep,tetastep,thresh) %HOUGHLINE - detects lines in a binary image using common computer vision operation known as the Hough Transform.