hotamul의 개발 이야기

What is Processing an Image (Information Extraction) 본문

etc.

What is Processing an Image (Information Extraction)

hotamul 2023. 1. 1. 11:30

What is bit depth?

Skill of extraction information from data is called Data Science

Data Preprocessing

  1. Transforming the data into structured
    [Python] image 파일 numpy.ndarray로 불러오기
  2. Resize (Bring the all image into same shape/size)
    ex) all the images to 10 x 10
    [Python] OpenCV로 image size 조절하기
  3. Flatten (Converting into either row matrix or column matrix)
    ex) Bar Code

Data Analysis

Features
Number of black bars
Distance between each bars
Width of each bars
Position or index of bars

Modeling

Features --> Train Machine Learning Model

'etc.' 카테고리의 다른 글

PCA(Principal Component Analysis)란?  (0) 2023.01.01
Face images dataset  (0) 2023.01.01
[TDD] What is Test Driven Development?  (0) 2022.06.25
[IT Term.] MVVM  (0) 2022.01.26
[IT Term.] Database Transaction  (0) 2022.01.18
Comments