Copyright 1996,1997, All rights reserved, Izumi Ohzawa,

Size: px
Start display at page:

Download "Copyright 1996,1997, All rights reserved, Izumi Ohzawa,"

Transcription

1 CXmodelWhyBB-BD.ma 1 This Mathematica Notebook contains computations and derivations used to create plots in Figs. 8, 9 and 10 of our paper Ohzawa, DeAngelis, Freeman, Encoding of Binocular Disparity by Complex Cells in the Cat s Visual Cortex, J. Neurophysiol. 77: , (1997). Copyright 1996,1997, All rights reserved, Izumi Ohzawa, izumi@pinoko.berkeley.edu Monocular response (Left eye) of Cx cell based on the energy model is Lresp (xl) = (Exp[-k xl^2] Cos[2 Pi xl])^2 + (Exp[-k xl^2] Sin[2 Pi xl])^2 = (Exp[-k xl^2])^2 = Exp[-2 k xl^2] k is proportional to the inverse of subunit RF width, and pd is the phase difference of L and R subunit RF fields (same for all 4 subunits). Monocular response for the Left eye is given by,

2 CXmodelWhyBB-BD.ma 2 z[x_]:=graylevel[1-x]; pd:= 0; Exp[- 2 k xl^2], Contours -> 12, PlotRange -> {0, 2.2}, Sum of Left and Right monocular responses (which may be a good model for a non-phase specific cells) is given by:

3 CXmodelWhyBB-BD.ma 3 z[x_]:=graylevel[1-x]; pd:= 0; ( Exp[- 2 k xl^2] + Exp[-2 k xr^2] ), Contours -> 12, PlotRange -> {0, 2.2}, This is the derivation of Equation 7 from Equation 5 in our paper Ohzawa, DeAngelis, Freeman, Encoding of Binocular Disparity by Complex Cells in the Cat s Visual Cortex, J. Neurophysiol. 77: , (1997). Binocular response for matched contrast conditions (BB and DD) may be simplified as follows:

4 CXmodelWhyBB-BD.ma 4 Simplify[ ( Exp[-k xl^2] Cos[2 Pi F xl] +Exp[-k xr^2] Cos[2 Pi F xr + pd])^2 +(Exp[-k xl^2] Sin[2 Pi F xl] +Exp[-k xr^2] Sin[2 Pi F xr + pd])^2 ] k xl -2 k xr E + E + 2 Cos[pD - 2 F Pi xl + 2 F Pi xr] k (xl + xr ) E Just to be general, try the case where spatial freq are different between L and R eyes (use FL and FR for each eye). Simplify[ (Exp[-k xl^2] Cos[2 Pi FL xl] + Exp[-k xr^2] Cos[2 Pi FR xr + pd])^2 +(Exp[-k xl^2] Sin[2 Pi FL xl] + Exp[-k xr^2] Sin[2 Pi FR xr + pd])^2 ] k xl -2 k xr E + E + 2 Cos[pD - 2 FL Pi xl + 2 FR Pi xr] k (xl + xr ) E As shown above, the first two terms are monocular responses. The last term is the binocular interaction component, which is a Gabor function (Is this really a Gabor?) that is oriented at 45 degs in (xl, xr) domain (see below). The binocular component alone may be obtained without separate monoculuar measurements by computing BB+DD-BD-DB. Since BB == DD and BD == DB, because of squaring which makes the function independent of the inversion of sign, BB+DD-BD-DB = 2 (BB-BD) BB-BD is given by below which is reduced the same expression as above.

5 CXmodelWhyBB-BD.ma 5 k=.; pd=.; Simplify[ (Exp[-k xl^2] Cos[2 Pi xl] +Exp[-k (xr)^2] Cos[2 Pi (xr) + pd])^2 +(Exp[-k xl^2] Sin[2 Pi xl] +Exp[-k (xr)^2] Sin[2 Pi (xr) + pd])^2 - ( (Exp[-k xl^2] Cos[2 Pi xl] -Exp[-k (xr)^2] Cos[2 Pi (xr) + pd])^2 +(Exp[-k xl^2] Sin[2 Pi xl] -Exp[-k (xr)^2] Sin[2 Pi (xr) + pd])^2 ) ] 4 Cos[pD - 2 Pi xl + 2 Pi xr] k (xl + xr ) E This is a Gabor function oriented at 45 degs in the (xl, xr) domain as shown below: (ModelDecomp/GaborLR-0.eps)

6 CXmodelWhyBB-BD.ma 6 z[x_]:=graylevel[1-2*abs[x-0.5]]; pd:= 0; Exp[-k (xl^2 + xr^2)] Cos[2 Pi (xl - xr) - pd], Contours -> 12, PlotRange -> {-1.1, 1.1},

7 CXmodelWhyBB-BD.ma 7 Plot[ Exp[-k (xl^2)] Cos[2 Pi xl], {xl, -1, 1}, PlotPoints -> 40 ] Graphics- Phase Difference = 45 degs (ModelDecomp/GaborLR-45.eps)

8 CXmodelWhyBB-BD.ma 8 z[x_]:=graylevel[1-2*abs[x-0.5]]; pd:= Pi/4; Exp[-k (xl^2 + xr^2)] Cos[2 Pi (xl - xr) - pd], Contours -> 12, PlotRange -> {-1.1, 1.1}, Phase Difference = 90 degs (ModelDecomp/GaborLR-90.eps)

9 CXmodelWhyBB-BD.ma 9 z[x_]:=graylevel[1-2*abs[x-0.5]]; pd:= Pi/2; Exp[-k (xl^2 + xr^2)] Cos[2 Pi (xl - xr) - pd], Contours -> 12, PlotRange -> {-1.1, 1.1}, Phase Difference = 180 degs (ModelDecomp/GaborLR-180.eps)

10 CXmodelWhyBB-BD.ma 10 z[x_]:=graylevel[1-2*abs[x-0.5]]; pd:= Pi; Exp[-k (xl^2 + xr^2)] Cos[2 Pi (xl - xr) - pd], Contours -> 12, PlotRange -> {-1.1, 1.1}, Zero disparity detector for both phase and position models is the same:

11 CXmodelWhyBB-BD.ma 11 z[x_]:=graylevel[1-x]; pd:= 0; Exp[- 2 k xl^2] + Exp[-2 k xr^2] + 2 Exp[-k (xl^2 + xr^2)] Cos[2 Pi (xl - xr) - pd], Contours -> 12, PlotRange -> {0, 4.4}, Non-Zero disparity detector for the phase model

12 CXmodelWhyBB-BD.ma 12 z[x_]:=graylevel[1-x]; pd:= Pi/2; Exp[- 2 k xl^2] + Exp[-2 k xr^2] + 2 Exp[-k (xl^2 + xr^2)] Cos[2 Pi (xl - xr) - pd], Contours -> 12, PlotRange -> {0, 4.4}, Non-Zero disparity dector for the Position model

13 CXmodelWhyBB-BD.ma 13 z[x_]:=graylevel[1-x]; or:= 0.25; pd:= 0; Exp[- 2 k xl^2] + Exp[-2 k (xr+or)^2] + 2 Exp[-k (xl^2 + (xr+or)^2)] Cos[2 Pi (xl - (xr+or)) - pd], Contours -> 12, PlotRange -> {0, 4.4},

14 CXmodelWhyBB-BD.ma 14 z[x_]:=graylevel[1-x]; pd:= Pi/2; Exp[-k (xl^2 + xr^2)] Cos[2 Pi (xl - xr) - pd], Contours -> 12, PlotRange -> {-1.1, 1.1},

Bio-inspired Binocular Disparity with Position-Shift Receptive Field

Bio-inspired Binocular Disparity with Position-Shift Receptive Field Bio-inspired Binocular Disparity with Position-Shift Receptive Field Fernanda da C. e C. Faria, Jorge Batista and Helder Araújo Institute of Systems and Robotics, Department of Electrical Engineering and

More information

The Neural Coding of Stereoscopic Depth

The Neural Coding of Stereoscopic Depth This version is based on the final manuscript submitted to the journal, and does not include changes by editors and those made in proofs. Please consult the published article for accurate quotations. elated

More information

Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f 1, f 2,, x, x min, x max plots several functions f i.

Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f 1, f 2,, x, x min, x max plots several functions f i. HdPlot.nb? Plot Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f, f,, x, x min, x max plots several functions f i. Plot Sin 7 x Exp x ^, x,, 4.5 3 4.5 Plot Sin

More information

Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f 1, f 2,, x, x min, x max plots several functions f i.

Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f 1, f 2,, x, x min, x max plots several functions f i. HdPlot.nb In[]:=? Plot Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f, f,, x, x min, x max plots several functions f i. In[]:= Plot Sin 7 x Exp x ^, x,, 4.5

More information

monocular linear neuron binocular linear neuron monocular energy neuron binocular energy neuron

monocular linear neuron binocular linear neuron monocular energy neuron binocular energy neuron 1 Modelling Binocular Neurons in the Primary Visual Cortex David J. Fleet David J. Heeger Hermann Wagner 1.1 Introduction Neurons sensitive to binocular disparityhave been found in the visual cortex of

More information

Robert Collins CSE486, Penn State Lecture 08: Introduction to Stereo

Robert Collins CSE486, Penn State Lecture 08: Introduction to Stereo Lecture 08: Introduction to Stereo Reading: T&V Section 7.1 Stereo Vision Inferring depth from images taken at the same time by two or more cameras. Basic Perspective Projection Scene Point Perspective

More information

A Coarse-to-Fine Disparity Energy Model with Both Phase-Shift and Position-Shift Receptive Field Mechanisms

A Coarse-to-Fine Disparity Energy Model with Both Phase-Shift and Position-Shift Receptive Field Mechanisms LETTER Communicated by Hugh Wilson A Coarse-to-Fine Disparity Energy Model with Both Phase-Shift and Position-Shift Receptive Field Mechanisms Yuzhi Chen chen@mail.cps.utexas.edu Ning Qian nq6@columbia.edu

More information

Modeling V1 Disparity Tuning to Time-Varying Stimuli

Modeling V1 Disparity Tuning to Time-Varying Stimuli Modeling V1 Disparity Tuning to Time-Varying Stimuli YUZHI CHEN, 1 YUNJIU WANG, AND NING QIAN 1 1 Center for Neurobiology and Behavior and Department of Physiology and Cellular Biophysics, Columbia University,

More information

Graphing on the Riemann Sphere

Graphing on the Riemann Sphere The Mathematica Journal Graphing on the Riemann Sphere Djilali Benayat We give a procedure to plot parametric curves on the sphere whose advantages over classical graphs in the Cartesian plane are obvious

More information

Stereo Vision, Models of

Stereo Vision, Models of Stereo Vision, Models of Synonyms Models of stereopsis, models of 3D vision. Definition Stereo vision refers to the perception of depth based on slight disparities between the images seen by the two eyes,

More information

The Subregion Correspondence Model of Binocular Simple Cells

The Subregion Correspondence Model of Binocular Simple Cells The Journal of Neuroscience, August 15, 1999, 19(16):7212 7229 The Subregion Correspondence Model of Binocular Simple Cells Ed Erwin 1,4 and Kenneth D. Miller 2,3,4,5 Departments of 1 Physiology and 2

More information

THE APERTURE PROBLEM IN STEREOPSIS

THE APERTURE PROBLEM IN STEREOPSIS THE APERTURE PROBLEM IN STEREOPSIS M.J. MORGAN & E. CASTET2 Department of Visual Science, Institute of Ophthalmology, Bath Street, London ECV 9EL, England 2 Laboratoire de Psychophysique,, Université Louis

More information

Karnaugh Map (K-Map) Karnaugh Map. Karnaugh Map Examples. Ch. 2.4 Ch. 2.5 Simplification using K-map

Karnaugh Map (K-Map) Karnaugh Map. Karnaugh Map Examples. Ch. 2.4 Ch. 2.5 Simplification using K-map Karnaugh Map (K-Map) Ch. 2.4 Ch. 2.5 Simplification using K-map A graphical map method to simplify Boolean function up to 6 variables A diagram made up of squares Each square represents one minterm (or

More information

Math-2 Lesson 6-3: Area of: Triangles, rectangles, circles and Surface Area of Pyramids

Math-2 Lesson 6-3: Area of: Triangles, rectangles, circles and Surface Area of Pyramids Math- Lesson 6-3: rea of: Triangles, rectangles, circles and Surface rea of Pyramids SM: Lesson 6-3 (rea) For the following geometric shapes, how would you answer the question; how big is it? Describe

More information

Presentation of GcoPS Icy plugin

Presentation of GcoPS Icy plugin Presentation of GcoPS Icy plugin GcoPS is a fully automatic and non parametric colocalization algorithm with four possible outputs: Statistical test: GcoPS computes a statistical test to evaluate the global

More information

Multi-scale Cortical Keypoint Representation for Attention and Object Detection

Multi-scale Cortical Keypoint Representation for Attention and Object Detection Multi-scale Cortical Keypoint Representation for Attention and Object Detection 255 João Rodrigues 1 and Hans du Buf 2 1 University of Algarve, Escola Superior Tecnologia, Faro, Portugal 2 University of

More information

Range and Mechanism of Encoding of Horizontal Disparity in Macaque V1

Range and Mechanism of Encoding of Horizontal Disparity in Macaque V1 J Neurophysiol 87: 209 221, 2002; 10.1152/jn.00466.2000. Range and Mechanism of Encoding of Horizontal Disparity in Macaque V1 S.J.D. PRINCE, B. G. CUMMING, AND A. J. PARKER University Laboratory of Physiology,

More information

Temporal Dynamics of Binocular Disparity Processing in the Central Visual Pathway

Temporal Dynamics of Binocular Disparity Processing in the Central Visual Pathway J Neurophysiol 91: 1782 1793, 2004. First published December 10, 2003; 10.1152/jn.00571.2003. Temporal Dynamics of Binocular Disparity Processing in the Central Visual Pathway Michael D. Menz and Ralph

More information

Quantitative Analysis of the Responses of V1 Neurons to Horizontal Disparity in Dynamic Random-Dot Stereograms

Quantitative Analysis of the Responses of V1 Neurons to Horizontal Disparity in Dynamic Random-Dot Stereograms J Neurophysiol 87: 191 208, 2002; 10.1152/jn.00465.2000. Quantitative Analysis of the Responses of V1 Neurons to Horizontal Disparity in Dynamic Random-Dot Stereograms S.J.D. PRINCE, A. D. POINTON, B.

More information

Understanding the Cortical Specialization for Horizontal Disparity

Understanding the Cortical Specialization for Horizontal Disparity LETTER Communicated by Ning Qian Understanding the Cortical Specialization for Horizontal Disparity Jenny C.A. Read jcr@lsr.nei.nih.gov Bruce G. Cumming bgc@lsr.nei.nih.gov Laboratory of Sensorimotor Research,

More information

LUMS Mine Detector Project

LUMS Mine Detector Project LUMS Mine Detector Project Using visual information to control a robot (Hutchinson et al. 1996). Vision may or may not be used in the feedback loop. Visual (image based) features such as points, lines

More information

Quickstart: Mathematica for Calculus I (Version 9.0) C. G. Melles Mathematics Department United States Naval Academy September 2, 2013

Quickstart: Mathematica for Calculus I (Version 9.0) C. G. Melles Mathematics Department United States Naval Academy September 2, 2013 Quickstart: Mathematica for Calculus I (Version 9.0) C. G. Melles Mathematics Department United States Naval Academy September, 0 Contents. Getting Started. Basic plotting. Solving equations, approximating

More information

On the road to invariant object recognition: How cortical area V2 transforms absolute to relative disparity during 3D vision

On the road to invariant object recognition: How cortical area V2 transforms absolute to relative disparity during 3D vision On the road to invariant object recognition: How cortical area V2 transforms absolute to relative disparity during 3D vision Stephen Grossberg, Karthik Srinivasan, and Arash Yazdanbakhsh Center for Adaptive

More information

Robust contour extraction and junction detection by a neural model utilizing recurrent long-range interactions

Robust contour extraction and junction detection by a neural model utilizing recurrent long-range interactions Robust contour extraction and junction detection by a neural model utilizing recurrent long-range interactions Thorsten Hansen 1, 2 & Heiko Neumann 2 1 Abteilung Allgemeine Psychologie, Justus-Liebig-Universität

More information

Introduction to Engineering gii

Introduction to Engineering gii 25.108 Introduction to Engineering gii Dr. Jay Weitzen Lecture Notes I: Introduction to Matlab from Gilat Book MATLAB - Lecture # 1 Starting with MATLAB / Chapter 1 Topics Covered: 1. Introduction. 2.

More information

This notebook "MathematicaDemo.nb" can be downloaded from the course web page.

This notebook MathematicaDemo.nb can be downloaded from the course web page. Mathematica demo http://www.wolfram.com/ This notebook "MathematicaDemo.nb" can be downloaded from the course web page. Basics Evaluate cells by pressing "shift-enter" / shift-return In[]:= + 3 Out[]=

More information

Basic Exercises about Mathematica

Basic Exercises about Mathematica Basic Exercises about Mathematica 1. Calculate with four decimal places. NB F. 2.23607 2.23607 Ë We can evaluate a cell by placing the cursor on it and pressing Shift+Enter (or Enter on the numeric key

More information

Binocular Stereo Vision

Binocular Stereo Vision Binocular Stereo Vision Properties of human stereo vision Marr-Poggio-Grimson multi-resolution stereo algorithm CS332 Visual Processing Department of Computer Science Wellesley College Properties of human

More information

Integrating Equations of Motion in Mathematica

Integrating Equations of Motion in Mathematica MmaGuide-GLG.nb Integrating Equations of Motion in Mathematica Gary L. Gray Assistant Professor Engineering Science and Mechanics The Pennsylvania State University 227 Hammond Building University Park,

More information

Teaching Complex Analysis as a Lab- Type ( flipped ) Course with a Focus on Geometric Interpretations using Mathematica

Teaching Complex Analysis as a Lab- Type ( flipped ) Course with a Focus on Geometric Interpretations using Mathematica Teaching Complex Analysis as a Lab- Type ( flipped ) Course with a Focus on Geometric Interpretations using Mathematica Bill Kinney, Bethel University, St. Paul, MN 2 KinneyComplexAnalysisLabCourse.nb

More information

Reliable disparity estimation through selective integration

Reliable disparity estimation through selective integration Visual Neuroscience (1998), 15, 511 528. Printed in the USA. Copyright 1998 Cambridge University Press 0952-5238098 $12.50 Reliable disparity estimation through selective integration MICHAEL S. GRAY, 1,2

More information

PERCEIVING DEPTH AND SIZE

PERCEIVING DEPTH AND SIZE PERCEIVING DEPTH AND SIZE DEPTH Cue Approach Identifies information on the retina Correlates it with the depth of the scene Different cues Previous knowledge Slide 3 Depth Cues Oculomotor Monocular Binocular

More information

visual cortex that depends on prenatal and postnatal phases

visual cortex that depends on prenatal and postnatal phases Proc. Natl. Acad. Sci. USA Vol. 9, pp. 277-21, September 1993 Neurobiology A rrelational model for the development of disparity selectivity in visual rtex that depends on prenatal and postnatal phases

More information

Receptive Fields of Disparity-Tuned Simple Cells in Macaque V1

Receptive Fields of Disparity-Tuned Simple Cells in Macaque V1 Neuron, Vol. 38, 103 114, April 10, 2003, Copyright 2003 by Cell Press Receptive Fields of Disparity-Tuned Simple Cells in Macaque V1 Doris Y. Tsao,* Bevil R. Conway, and Margaret S. Livingstone Department

More information

Part V Appendices c Copyright, Todd Young and Martin Mohlenkamp, Department of Mathematics, Ohio University, 2017

Part V Appendices c Copyright, Todd Young and Martin Mohlenkamp, Department of Mathematics, Ohio University, 2017 Part V Appendices c Copyright, Todd Young and Martin Mohlenkamp, Department of Mathematics, Ohio University, 2017 Appendix A Glossary of Matlab Commands Mathematical Operations + Addition. Type help plus

More information

NEURAL DYNAMICS OF 3-D SURFACE. March 7, Perception and Psychophysics, in press. The text and Paramter Table of this paper are available from

NEURAL DYNAMICS OF 3-D SURFACE. March 7, Perception and Psychophysics, in press. The text and Paramter Table of this paper are available from NEURAL DYNAMICS OF 3-D SURFACE PERCEPTION: FIGURE-GROUND SEPARATION AND LIGHTNESS PERCEPTION Frank Kelly Stephen Grossberg March 7 000 Perception Psychophysics in press The text Paramter Table of this

More information

Interocular transfer in normal humans, and those who lack stereopsis

Interocular transfer in normal humans, and those who lack stereopsis Perception, 1972, volume 1, pages 483-490 Interocular transfer in normal humans, and those who lack stereopsis J A Movshon, B E I Chambers, C Blakemore The Psychological and Physiological Laboratories,

More information

Ph3 Mathematica Homework: Week 1

Ph3 Mathematica Homework: Week 1 Ph3 Mathematica Homework: Week 1 Eric D. Black California Institute of Technology v1.1 1 Obtaining, installing, and starting Mathematica Exercise 1: If you don t already have Mathematica, download it and

More information

Lecture note on Senior Laboratory in Phyhsics. Fraunhofer diffraction and double-split experiment

Lecture note on Senior Laboratory in Phyhsics. Fraunhofer diffraction and double-split experiment Lecture note on Senior Laboratory in Phyhsics Fraunhofer diffraction and double-split experiment Masatsugu Suzuki and I.S. Suzuki Department of Physics State University of New York at Binghamton, Binghamton,

More information

Fourier Transform and Texture Filtering

Fourier Transform and Texture Filtering Fourier Transform and Texture Filtering Lucas J. van Vliet www.ph.tn.tudelft.nl/~lucas Image Analysis Paradigm scene Image formation sensor pre-processing Image enhancement Image restoration Texture filtering

More information

Computational Vision U. Minn. Psy 5036 Daniel Kersten Contrast normalization, 2nd order histogram analysis of filter outputs

Computational Vision U. Minn. Psy 5036 Daniel Kersten Contrast normalization, 2nd order histogram analysis of filter outputs Computational Vision U. Minn. Psy 5036 Daniel Kersten Contrast normalization, nd order histogram analysis of filter outputs Initialize Spell check off In[537]:= SetOptions@ArrayPlot, ColorFunction Ø "GrayTones",

More information

Mathematical Experiments with Mathematica

Mathematical Experiments with Mathematica Mathematical Experiments with Mathematica Instructor: Valentina Kiritchenko Classes: F 12:00-1:20 pm E-mail : vkiritchenko@yahoo.ca, vkiritch@hse.ru Office hours : Th 5:00-6:20 pm, F 3:30-5:00 pm 1. Syllabus

More information

surface Image reconstruction: 2D Fourier Transform

surface Image reconstruction: 2D Fourier Transform 2/1/217 Chapter 2-3 K-space Intro to k-space sampling (chap 3) Frequenc encoding and Discrete sampling (chap 2) Point Spread Function K-space properties K-space sampling principles (chap 3) Basic Contrast

More information

A Hierarchial Model for Visual Perception

A Hierarchial Model for Visual Perception A Hierarchial Model for Visual Perception Bolei Zhou 1 and Liqing Zhang 2 1 MOE-Microsoft Laboratory for Intelligent Computing and Intelligent Systems, and Department of Biomedical Engineering, Shanghai

More information

Representations of Curves and Surfaces, and of their Tangent Lines, and Tangent Planes in R 2 and R 3 Robert L.Foote, Fall 2007

Representations of Curves and Surfaces, and of their Tangent Lines, and Tangent Planes in R 2 and R 3 Robert L.Foote, Fall 2007 CurvesAndSurfaces.nb Representations of Curves and Surfaces, and of their Tangent Lines, and Tangent Planes in R and R 3 Robert L.Foote, Fall 007 Curves and Surfaces Graphs ü The graph of f : Æ is a curve

More information

Introduction to visual computation and the primate visual system

Introduction to visual computation and the primate visual system Introduction to visual computation and the primate visual system Problems in vision Basic facts about the visual system Mathematical models for early vision Marr s computational philosophy and proposal

More information

MATH 162 Calculus II Computer Laboratory Topic: Introduction to Mathematica & Parametrizations

MATH 162 Calculus II Computer Laboratory Topic: Introduction to Mathematica & Parametrizations MATH 162 Calculus II Computer Laboratory Topic: Introduction to Mathematica & Goals of the lab: To learn some basic operations in Mathematica, such as how to define a function, and how to produce various

More information

Stereovision. Binocular disparity

Stereovision. Binocular disparity Stereovision Binocular disparity Retinal correspondence Uncrossed disparity Horoptor Crossed disparity Horoptor, crossed and uncrossed disparity Wheatsteone stereoscope (c. 1838) Red-green anaglyph How

More information

Examples of Fourier series

Examples of Fourier series Examples of Fourier series Preliminaries In[]:= Below is the definition of a periodic extension of a function defined on L, L. This definition takes a function as a variable. The function has to be inputted

More information

Casio TI-80 fx-7700ge Casio fx-9700ge Casio CFX-9800G. Systems of Linear Equations Program. Quadratic Formula Program

Casio TI-80 fx-7700ge Casio fx-9700ge Casio CFX-9800G. Systems of Linear Equations Program. Quadratic Formula Program Casio TI-80 fx-7700ge Quadratic Formula Program This program will display the solutions of a quadratic equation or the words No Real Solution. To use the program, write the quadratic equation in general

More information

Solving da Vinci stereopsis with depth-edge-selective V2 cells

Solving da Vinci stereopsis with depth-edge-selective V2 cells Vision Research 47 (27) 28 262 www.elsevier.com/locate/visres Solving da Vinci stereopsis with depth-edge-selective V2 cells Andrew Assee *, Ning Qian * Center for Neurobiology and Behavior and Department

More information

Size-disparity correlation in stereopsis at contrast threshold

Size-disparity correlation in stereopsis at contrast threshold H. S. Smallman and D.. A. MacLeod Vol. 11, No. 8/August 1994/J. Opt. Soc. Am. A 2169 Size-disparity correlation in stereopsis at contrast threshold Harvey S. Smallman and Donald. A. MacLeod Department

More information

Introduction to Octave/Matlab. Deployment of Telecommunication Infrastructures

Introduction to Octave/Matlab. Deployment of Telecommunication Infrastructures Introduction to Octave/Matlab Deployment of Telecommunication Infrastructures 1 What is Octave? Software for numerical computations and graphics Particularly designed for matrix computations Solving equations,

More information

Physics 251 Laboratory Introduction to Spreadsheets

Physics 251 Laboratory Introduction to Spreadsheets Physics 251 Laboratory Introduction to Spreadsheets Pre-Lab: Please do the lab-prep exercises on the web. Introduction Spreadsheets have a wide variety of uses in both the business and academic worlds.

More information

Functions f and g are called a funny cosine and a funny sine if they satisfy the following properties:

Functions f and g are called a funny cosine and a funny sine if they satisfy the following properties: Assignment problems by Branko Ćurgus posted on 2070720 Problem. Funny trigonometry and its beauty ü Few Mathematica comments There are several standard Mathematica functions that can be useful here. For

More information

1 An introduction to Mathematica

1 An introduction to Mathematica An introduction to Mathematica Mathematica is a very large and seemingly complex system. It contains hundreds of functions for performing various tasks in science, mathematics, and engineering, including

More information

Evidence for elongated receptive field structure for mechanisms subserving stereopsis

Evidence for elongated receptive field structure for mechanisms subserving stereopsis Vision Research 46 (2006) 2691 2702 www.elsevier.com/locate/visres Evidence for elongated receptive field structure for mechanisms subserving stereopsis Chien-Chung Chen a,b, Christopher W. Tyler a, *

More information

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science.

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science. Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ 1 Stereo Vision 2 Inferring 3D from 2D Model based pose estimation single (calibrated) camera Stereo

More information

A physiological theory of depth perception from vertical disparity

A physiological theory of depth perception from vertical disparity Vision Research 43 (2003) 85 99 www.elsevier.com/locate/visres A physiological theory of depth perception from vertical disparity Nestor Matthews 1, Xin Meng, Peng Xu 2, Ning Qian * Department of Physiology

More information

Basic distinctions. Definitions. Epstein (1965) familiar size experiment. Distance, depth, and 3D shape cues. Distance, depth, and 3D shape cues

Basic distinctions. Definitions. Epstein (1965) familiar size experiment. Distance, depth, and 3D shape cues. Distance, depth, and 3D shape cues Distance, depth, and 3D shape cues Pictorial depth cues: familiar size, relative size, brightness, occlusion, shading and shadows, aerial/ atmospheric perspective, linear perspective, height within image,

More information

Edge Detection (with a sidelight introduction to linear, associative operators). Images

Edge Detection (with a sidelight introduction to linear, associative operators). Images Images (we will, eventually, come back to imaging geometry. But, now that we know how images come from the world, we will examine operations on images). Edge Detection (with a sidelight introduction to

More information

Vision Research 50 (2010) Contents lists available at ScienceDirect. Vision Research. journal homepage:

Vision Research 50 (2010) Contents lists available at ScienceDirect. Vision Research. journal homepage: Vision Research 5 () 8 9 Contents lists available at ScienceDirect Vision Research journal homepage: www.elsevier.com/locate/visres The changing disparity energy model Qiuyan Peng, Bertram E. Shi * Dept.

More information

The elements of early vision or, what vision (and this course) is all about. NYU/CNS Center for Neural Science

The elements of early vision or, what vision (and this course) is all about. NYU/CNS Center for Neural Science The elements of early vision or, what vision (and this course) is all about NYU/CNS Center for Neural Science The Electric Monk was a labor saving device, like a dishwasher or a video recorder. Dishwashers

More information

Solving General Linear Equations w/ Excel

Solving General Linear Equations w/ Excel Solving General Linear Equations w/ Ecel Matri Operations in Ecel Ecel has commands for: Multiplication (mmult) matri multiplication Transpose (transpose) transpose a matri Determinant (mdeterm) calc the

More information

CurvesGraphics. A free package for Advanced Calculus illustrations. Gianluca Gorni. Arrows on 2D curves. Motivation

CurvesGraphics. A free package for Advanced Calculus illustrations. Gianluca Gorni. Arrows on 2D curves. Motivation CurvesGraphics A free package for Advanced Calculus illustrations. Gianluca Gorni Motivation As a teacher of Calculus and Mathematical Analysis at college and university level, I feel that Mathematica

More information

There are many cues in monocular vision which suggests that vision in stereo starts very early from two similar 2D images. Lets see a few...

There are many cues in monocular vision which suggests that vision in stereo starts very early from two similar 2D images. Lets see a few... STEREO VISION The slides are from several sources through James Hays (Brown); Srinivasa Narasimhan (CMU); Silvio Savarese (U. of Michigan); Bill Freeman and Antonio Torralba (MIT), including their own

More information

Shape Context Matching For Efficient OCR

Shape Context Matching For Efficient OCR Matching For Efficient OCR May 14, 2012 Matching For Efficient OCR Table of contents 1 Motivation Background 2 What is a? Matching s Simliarity Measure 3 Matching s via Pyramid Matching Matching For Efficient

More information

Pooling signals from vertically and non-vertically orientation-tuned disparity mechanisms in human stereopsis

Pooling signals from vertically and non-vertically orientation-tuned disparity mechanisms in human stereopsis Vision Research 46 (26) 1 13 Brief communication Pooling signals from vertically and non-vertically orientation-tuned disparity mechanisms in human stereopsis Saumil S. Patel a,b,c, *, Harold E. Bedell

More information

Properties. Comparing and Ordering Rational Numbers Using a Number Line

Properties. Comparing and Ordering Rational Numbers Using a Number Line Chapter 5 Summary Key Terms natural numbers (counting numbers) (5.1) whole numbers (5.1) integers (5.1) closed (5.1) rational numbers (5.1) irrational number (5.2) terminating decimal (5.2) repeating decimal

More information

Appendix B: Using Graphical Analysis

Appendix B: Using Graphical Analysis Appendix B: Using Graphical Analysis Graphical Analysis (GA) is a program by Vernier Software. This program is loaded on all of the Physics 170A computers as well as all of the regular Physics 170 computers.

More information

CS5670: Computer Vision

CS5670: Computer Vision CS5670: Computer Vision Noah Snavely, Zhengqi Li Stereo Single image stereogram, by Niklas Een Mark Twain at Pool Table", no date, UCR Museum of Photography Stereo Given two images from different viewpoints

More information

LETTERS. A micro-architecture for binocular disparity and ocular dominance in visual cortex. Prakash Kara 1 & Jamie D. Boyd 1

LETTERS. A micro-architecture for binocular disparity and ocular dominance in visual cortex. Prakash Kara 1 & Jamie D. Boyd 1 Vol 458 2 April 29 doi:.38/nature772 LETTERS A micro-architecture for binocular disparity and ocular in visual cortex Prakash Kara & Jamie D. Boyd In invertebrate predators such as the praying mantis and

More information

Exercise: Simulating spatial processing in the visual pathway with convolution

Exercise: Simulating spatial processing in the visual pathway with convolution Exercise: Simulating spatial processing in the visual pathway with convolution This problem uses convolution to simulate the spatial filtering performed by neurons in the early stages of the visual pathway,

More information

Mathematica Assignment 1

Mathematica Assignment 1 Math 21a: Multivariable Calculus, Fall 2000 Mathematica Assignment 1 Support Welcome to this Mathematica computer assignment! In case of technical problems with this assignment please consult first the

More information

Receptive Field Position Disparity Estimation Using Cross-Correlation Algorithms

Receptive Field Position Disparity Estimation Using Cross-Correlation Algorithms Receptive Field Position Disparity Estimation Using Cross-Correlation Algorithms Priyanka.V.K 1,Prof. Vijayakumar.K, Assoc. Prof. Sudheesh Madhavan PG Scholar 1,Dept. of ECE, Toc H Institute of Science

More information

Computational Foundations of Cognitive Science

Computational Foundations of Cognitive Science Computational Foundations of Cognitive Science Lecture 16: Models of Object Recognition Frank Keller School of Informatics University of Edinburgh keller@inf.ed.ac.uk February 23, 2010 Frank Keller Computational

More information

Class #10 Wednesday, November 8, 2017

Class #10 Wednesday, November 8, 2017 Graphics In Excel Before we create a simulation, we need to be able to make a drawing in Excel. The techniques we use here are also used in Mathematica and LabVIEW. Drawings in Excel take place inside

More information

Dither Removal. Bart M. ter Haar Romeny. Image Dithering. This article has not been updated for Mathematica 8.

Dither Removal. Bart M. ter Haar Romeny. Image Dithering. This article has not been updated for Mathematica 8. This article has not been updated for Mathematica 8. The Mathematica Journal Dither Removal Bart M. ter Haar Romeny Mathematica is ideal for explaining the design of seemingly complex mathematical methods.

More information

COMPARISON OF SOME EFFICIENT METHODS OF CONTOUR COMPRESSION

COMPARISON OF SOME EFFICIENT METHODS OF CONTOUR COMPRESSION COMPARISON OF SOME EFFICIENT METHODS OF CONTOUR COMPRESSION REMIGIUSZ BARAN ANDRZEJ DZIECH 2 Department of Electronics and Intelligent Systems, Kielce University of Technology, POLAND 2 AGH University

More information

Engineering and Construction F3HV 11 Maths Craft 1 RIGHT ANGLED TRIANGLES : PYTHAGORAS' THEOREM

Engineering and Construction F3HV 11 Maths Craft 1 RIGHT ANGLED TRIANGLES : PYTHAGORAS' THEOREM RIGHT NGLED TRINGLES : PYTHGORS' THEOREM ver important triangle, in terms of practical use, is the right-angled triangle. In the "real" world, the right-angled triangle is used etensivel. It is a shape

More information

4. Dynamic Interactivity

4. Dynamic Interactivity 4. Dynamic Interactivity Mathematica has several dynamic elements. It is very useful for visualization of the results if the problem contains some parameters and one wants to study it under the change

More information

Inverse Problem Theory and Methods for Model Parameter Estimation

Inverse Problem Theory and Methods for Model Parameter Estimation The following notes are complements for the book Inverse Problem Theory and Methods for Model Parameter Estimation Albert Tarantola Society of Industrial and Applied Mathematics (SIAM), 2005 11.4.3 Probabilistic

More information

Structure Testing, Coupler Design, Structure Calculations.

Structure Testing, Coupler Design, Structure Calculations. Structure Testing, Coupler Design, Structure Calculations. G.Romanov, FNAL ICG8, June 24-27, SLAC G.Romanov 1 RF quality control after manufacturing Single cell QC RF measurements of disk stacks RF measurements

More information

CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION

CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION In this chapter we will discuss the process of disparity computation. It plays an important role in our caricature system because all 3D coordinates of nodes

More information

Hele-Shaw Toolbox User's Guide

Hele-Shaw Toolbox User's Guide Hele-Shaw Toolbox User's Guide Julius Ross and David Witt Nyström June 204 Summary The HeleShaw Toolbox is a basic simulation for an approximation of the Hele- Shaw ow in the plane. That is, it simulates

More information

Introduction to Matlab

Introduction to Matlab Introduction to Matlab Andreas C. Kapourani (Credit: Steve Renals & Iain Murray) 9 January 08 Introduction MATLAB is a programming language that grew out of the need to process matrices. It is used extensively

More information

Optimal disparity estimation in natural stereo- images (Supplement) Johannes Burge & Wilson S. Geisler

Optimal disparity estimation in natural stereo- images (Supplement) Johannes Burge & Wilson S. Geisler Optimal disparity estimation in natural stereo- images (Supplement) Johannes Burge & Wilson S. Geisler Computing the log likelihood with populations of simple and complex cells Simple cells in visual cortex

More information

A Computational Approach To Understanding The Response Properties Of Cells In The Visual System

A Computational Approach To Understanding The Response Properties Of Cells In The Visual System A Computational Approach To Understanding The Response Properties Of Cells In The Visual System David C. Noelle Assistant Professor of Computer Science and Psychology Vanderbilt University March 3, 2004

More information

Equivalence between miles and kilometres. 8km 5 miles

Equivalence between miles and kilometres. 8km 5 miles Equivalence between miles and kilometres 8km 5 miles Fraction, decimal and percentage equivalents Vertically opposite angles Fraction Decimal Percentage 2 0.5 50 0. 3 33. 3 3 4 5 8 0 Vertically opposite

More information

Examples of Conformal Maps and of Critical Points

Examples of Conformal Maps and of Critical Points Examples of Conformal Maps and of Critical Points We know that an analytic function f(z) is conformal (preserves angles and orientation) at all points where the derivative f (z) is not zero. Here we look

More information

Fresnel Reflection. angle of transmission. Snell s law relates these according to the

Fresnel Reflection. angle of transmission. Snell s law relates these according to the Fresnel Reflection 1. Reflectivity of polarized light The reflection of a polarized beam of light from a dielectric material such as air/glass was described by Augustin Jean Fresnel in 1823. While his

More information

Foveated Vision and Object Recognition on Humanoid Robots

Foveated Vision and Object Recognition on Humanoid Robots Foveated Vision and Object Recognition on Humanoid Robots Aleš Ude Japan Science and Technology Agency, ICORP Computational Brain Project Jožef Stefan Institute, Dept. of Automatics, Biocybernetics and

More information

1.1 Numbers system :-

1.1 Numbers system :- 1.1 Numbers system :- 1.3.1 Decimal System (0-9) :- Decimal system is a way of writing numbers. Any number, from huge quantities to tiny fractions, can be written in the decimal system using only the ten

More information

Math 227 EXCEL / MEGASTAT Guide

Math 227 EXCEL / MEGASTAT Guide Math 227 EXCEL / MEGASTAT Guide Introduction Introduction: Ch2: Frequency Distributions and Graphs Construct Frequency Distributions and various types of graphs: Histograms, Polygons, Pie Charts, Stem-and-Leaf

More information

Diffraction of light by a single slit and gratings

Diffraction of light by a single slit and gratings Diffraction of light by a single slit and gratings 0. Introductory remarks Diffraction of light at optical slits and gratings is an interference phenomenon characteristic for waves. The propagation of

More information

EE 301 Signals & Systems I MATLAB Tutorial with Questions

EE 301 Signals & Systems I MATLAB Tutorial with Questions EE 301 Signals & Systems I MATLAB Tutorial with Questions Under the content of the course EE-301, this semester, some MATLAB questions will be assigned in addition to the usual theoretical questions. This

More information

Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision

Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision 09 nd International Conference on Computer Science and Advanced Materials (CSAM 09) Analysis of TFT-LCD Point Defect Detection System Based on Machine Vision Zhang Wenqian, Zhang Jinhong Department of

More information

Objectives. Continue discussion of shading Introduce modified Phong model Consider computation of required vectors

Objectives. Continue discussion of shading Introduce modified Phong model Consider computation of required vectors Objectives Continue discussion of shading Introduce modified Phong model Consider computation of required vectors 1 Lambertian Surface Perfectly diffuse reflector Light scattered equally in all directions

More information

The Binocular Computation of Visual Direction

The Binocular Computation of Visual Direction Pergamon 0042-6989(95)00095-X Vision Res. Vol. 36, No. 1, pp. 2741, 1996 Copyright 1995 Elsevier Science Ltd Printed in Great Britain. All rights reserved 0042-6989/96 $9.50 + 0.00 The Binocular Computation

More information

On spatio-temporal sparse coding: Analysis and an algorithm

On spatio-temporal sparse coding: Analysis and an algorithm On spatio-temporal sparse coding: Analysis and an algorithm Roland Memisevic Department of Computer Science University of Frankfurt ro@cs.uni-frankfurt.de Abstract Sparse coding is a common approach to

More information