代码搜索结果

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

tganapat.m

% % test calibration matrix % % REF: Ganapathy "Camera Location Determination Problem", % Bell Labs Tech. Memo 11358-841102-20-TM, Nov 2 1984 % % % Copyright (c) Peter Corke, 1999 Machine Vision Too

sfm_projective.m

% Algorithm 11.6. % The projective reconstruction algorithm from two views % as described in Chapter 5, "An introduction to 3-D Vision" % by Y. Ma, S. Soatto, J. Kosecka, S. Sastry (MASKS) % Code

step_by_step.m

% Algorithms 11.6. , 11.7, 11.8 % Step-by-step euclidean reconstruction algorithm from multiple views % as described in Chapter 11, "An introduction to 3-D Vision" % by Y. Ma, S. Soatto, J. Kosecka

test_6_1.m

% Algorithm 11.6. % The projective reconstruction algorithm from two views % as described in Chapter 6 and 11, "An introduction to 3-D Vision" % by Y. Ma, S. Soatto, J. Kosecka, S. Sastry (MASKS)

pms.c

/* * Media Vision Pro Movie Studio * or * "all you need is an I2C bus some RAM and a prayer" * * This draws heavily on code * * (c) Wolfgang Koehler, wolf@first.gmd.de, Dec. 1994 * Kiefernr

imono.m

%IMONO Convert color image to monochrome % % im = imono(rgb) % % SEE ALSO: rgb2hsv % % Copyright (c) Peter Corke, 2005 Machine Vision Toolbox for Matlab % $Header: /home/autom/pic/cvsroot/image-tool

pqir_kilter_aio_card.cpp

/*! COPYRIGHTS (C), 2007-2007, BeiJing HanWang Machine Vision Tech.Co.,Ltd. \n \file PQIR_Kilter_AIO_Card.cpp \brief Impletment the class of Kilter AIO card \author Dong Zhang \

pqir_kilter_aio_card.cpp.bak

/*! COPYRIGHTS (C), 2007-2007, BeiJing HanWang Machine Vision Tech.Co.,Ltd. \n \file PQIR_Kilter_AIO_Card.cpp \brief Impletment the class of Kilter AIO card \author Dong Zhang \

hough_lines.m

function [s,theta,acc]=hough_lines(varargin); %HOUGH_LINES Hough transform line detection. % CMP Vision Algorithms http://visionbook.felk.cvut.cz % % Find all straight lines in an image using the