Image processing Computer Vision
Aug 30, 2021
source :: Deep learning for vision systems
part 1
Computer vision are of two parts
a) sensing device
b) interpreting device
# 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
- Input image
- Image preprocessing
- Feature extraction
- Classification
For further more dive into next article. part 2