etc.
What is Processing an Image (Information Extraction)
hotamul
2023. 1. 1. 11:30
Skill of extraction information from data is called Data Science
Data Preprocessing
- Transforming the data into structured
[Python] image 파일 numpy.ndarray로 불러오기 - Resize (Bring the all image into same shape/size)
ex) all the images to 10 x 10
[Python] OpenCV로 image size 조절하기 - 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