computer vision 机器视觉 知识点整理

文章目录

名词解释

hyper-column(出现两次)

a region of primary visual cortex (V1) that contains neurons covering the full range of RF types for a single spatial location

inpainting

the filling-in of missing or corrupted parts of an image

detector(出现两次)

the detector is the method used to locate image features or interest points which are suitable for matching.

descriptor(出现两次)

descriptor is an array of feature values associated with each interest point. There descriptors are compared to determine which points match.

quantization

is the process of representing light intensity using a finite number of discrete values

pixelization

is the process of representing light intensity at a finite set discrete locations in a grid.

segmentation

segmentation is the process of partitioning the pixels in an image into different groups that correspond to different objects or features.

region-based segmentation Algorithms

K-means ; region growing ; region merging ; split and merge

image processing(出现两次)

signal processing applied to an image, with another image as the resulting output

mid-level vision

a range of processes that group together related image elements, and to segment them from all other image elements

horopter

an imaginary surface on which all points have zero disparity

aperture problem

the aperture problem refers to the fact that the direction of motion of a small image patch can be ambiguous

geons

geons are geometrical icons, simple volumes such as cubes, spheres, cylinders, and wedges.
There is a hypothesis that object recognition in biological systems is based on the ability to recognize a small set of shapes geons from which more complex objects are built up. The visual system breaks down an object into geons and compares this arrangement of geons with arrangement of geons of known objects.

computer vision

extracting information about the world from images

down-sampling

reducing the sampling rate, or resolution, of an image

transduction

the transformation of one form of energy to another

LGN Lateral Geniculate Nucleus

Lateral Geniculate Nucleus is a point along the visual pathway between the retina and the primary visual cortex

centre-surround receptive field

A receptive field is an area of visual space
A centre-surround receptive field is one that detects a difference between the centre of the area and the outside of the area. Thus a neuron with a centre-surround receptive field will respond wither if the centre is brighter than the surround or if the surround is brighter than the centre.

correspondence problem

The correspondence problem is the problem of finding the same 3D location in two or more images.

group and segment (the role of mid-level vision)

在这里插入图片描述

epipolar constraint

The epipolar constraint can be used to reduce the search space for possible matches when solving the correspondence problem: it uses geometrical information to reduce the search space to a line.

其他概念

在这里插入图片描述

必备公式

3Dworld中的物体到相机中的点的公式

pinhole camera model

在这里插入图片描述

depths of the image and obejct

在这里插入图片描述
在这里插入图片描述

coplanar stereo计算深度的公式

在这里插入图片描述
sad
也可以用在video sequence中
当camera 沿着z轴移动的时候:
在这里插入图片描述
这个也可以从原来的公式中推导出来,就是f被x1*(pixel->mm)替换了
time-to-collision的计算公式:
在这里插入图片描述

R of Harris detector

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

metrics

cross-correlation

在这里插入图片描述

normalised cross-correlation

在这里插入图片描述

correlation coefficient

在这里插入图片描述

sum of absolute difference

在这里插入图片描述

其他

计算卷积 1

在这里插入图片描述

colour opent cells

在这里插入图片描述

Gestalt laws

  • proximity
  • similarity
  • closure 会消失一部分,让人感觉到
  • continuity : straight and smoothly curving lines
  • common fate:
  • symmetry
  • common region
  • connectivity
    在这里插入图片描述

global and local

在这里插入图片描述

camera

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

sampling the Image In a camera and In an eye (出现两次)

在这里插入图片描述

focusing a camera and an eye

在这里插入图片描述

advantage of LOG (出现四次)

在这里插入图片描述

hough transform

在这里插入图片描述


在这里插入图片描述
在这里插入图片描述

待补充 K-mean cluster

在这里插入图片描述


在这里插入图片描述

k-nearest neighbour classifier

这个与K-mean cluster不相关
在这里插入图片描述

hierarchical clustering algorithm

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

region growing algorithm pseudo-code(出现两次)

在这里插入图片描述

region merging algorithm pseudo code

在这里插入图片描述

split and merge algorithm pseudo-code

在这里插入图片描述
splitting and merging works well if the regions are farily homogeneous. If not, many spurious regions are created.

Normalised Cuts pseudo-code

在这里插入图片描述

tamplate matching pseudo code

在这里插入图片描述

computer vision Is an “ill-posed” problem

在这里插入图片描述

Ill-posed, forward problem

在这里插入图片描述

Ill-posed Inverse problem

在这里插入图片描述

CCD camera forms an RGB Image

在这里插入图片描述

stereo correspondence problem

Ill-posed problem and constraints (出现两次)

在这里插入图片描述

correlation-based and feature-based methods (出现两次)

在这里插入图片描述

coplanar Image calculation

在这里插入图片描述

use of depth Information

在这里插入图片描述

识别系统需要insensitive的(出现两次)

  • viewpoint
  • lighting(illumination)
  • non-rigid deformations
  • occlusion
  • within category variations

sliding windows

在这里插入图片描述

viewer-centred and object-centred

在这里插入图片描述

calculate a Gaussian by hand

在这里插入图片描述

Canny edge detection algorithm pseudo-code(出现两次)

在这里插入图片描述

RANSAN pseudo code

在这里插入图片描述

aperture problem and how to overcome it

在这里插入图片描述

constraint of video correspondence problem

在这里插入图片描述

cues to depth

在这里插入图片描述

Gaussian\Laplacian pyramid

在这里插入图片描述

demosaic

V1(出现两次)

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

how V1 work with ganglion cells

在这里插入图片描述

在这里插入图片描述

Lateral Geniculate Nucleus

在这里插入图片描述

role of Harris corner detector

在这里插入图片描述

pseudo-code of bag-of-words

在这里插入图片描述

correspondence problem and stereo vision

在这里插入图片描述

MATLAB代码记忆

在这里插入图片描述

在这里插入图片描述

未解决的问题

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值