-
[Day35] 파이썬으로 이미지 처리 (OpenCV)AIFFEL Life 2020. 12. 15. 17:58
오늘은 파이썬으로 이미지를 다루는 방법을 배워봤습니다. 그 방법은 바로 OpenCV를 이용하는 것인데요. 이를 활용하여 이미지 처리를 쉽게 구현할 수 있습니다.
1. 이미지 서치
2. The CIFAR-10 dataset
www.cs.toronto.edu/~kriz/cifar.html
3. OpenCV-Python Tutorials
docs.opencv.org/master/d6/d00/tutorial_py_root.html
4. Changing Colorspaces
docs.opencv.org/master/df/d9d/tutorial_py_colorspaces.html
5. VideoCapture()
docs.opencv.org/4.3.0/d8/dfe/classcv_1_1VideoCapture.html#aabce0d83aa0da9af802455e8cf5fd181
6. read()
docs.opencv.org/4.3.0/d8/dfe/classcv_1_1VideoCapture.html#a473055e77dd7faa4d26d686226b292c1
7. cvtColor()
8. bitwise_and()
docs.opencv.org/3.4/d2/de8/group__core__array.html#ga60b4d04b251ba5eb1392c34425497e14
9. Histograms - 1 : Find, Plot, Analyze !!!
docs.opencv.org/master/d1/db7/tutorial_py_histogram_begins.html
10. Basic Image Manipulations in Python and OpenCV: Resizing (scaling), Rotating, and Cropping
11. Clever Girl: A Guide to Utilizing Color Histograms for Computer Vision and Image Search Engines
12. Hobbits and Histograms – A How-To Guide to Building Your First Image Search Engine in Python
'AIFFEL Life' 카테고리의 다른 글
[Day37] PCA (주성분 분석) (0) 2020.12.15 [Day36] 얼굴 표정 인식으로 이모티콘 보이는 웹 어플리케이션 만들기 (0) 2020.12.15 [Day35] 퍼셉트론과 활성함수 (0) 2020.12.15 [Day34] 하둡과 스파크를 알아보자 (0) 2020.12.15 [Day33] 나와 닮은 연예인 얼굴을 찾는 방법 (0) 2020.12.15