Image processing Computer Vision

Adarsha Regmi
Aug 30, 2021

--

source :: Deep learning for vision systems

part 1

Computer vision are of two parts

a) sensing device

b) interpreting device

cv system

# Pipelining for the Computer vision

i> acquire dataset

ii> process data

iii> perform analysis

iv> recognition

Image classifier is an algorithm which takes in input image and predicts the output label.

Processes

  1. Input image
  2. Image preprocessing
  3. Feature extraction
  4. Classification

For further more dive into next article. part 2

--

--