Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

03%20machine%20learning/03.02.01%20%EC%9D%B4%EB%AF%B8%EC%A7%80%20%EC%B2%98%EB%A6%AC%20%EA%B8%B0%EC%B4%88 #81

Open
utterances-bot opened this issue Oct 13, 2023 · 2 comments

Comments

@utterances-bot
Copy link

이미지 처리 기초 — 데이터 사이언스 스쿨

https://datascienceschool.net/03%20machine%20learning/03.02.01%20%EC%9D%B4%EB%AF%B8%EC%A7%80%20%EC%B2%98%EB%A6%AC%20%EA%B8%B0%EC%B4%88.html

Copy link

import scipy as sp
from scipy import misc

"face" 함수가 삭제되었으므로 이미지를 다른 방법으로 가져와야 합니다.

예를 들어, 다음과 같이 이미지를 직접 로드할 수 있습니다.

img_gray = sp.misc.ascent()
img_gray.shape

Copy link

이미지는 데이타 이기도 하지만, 파동(signal) 이기도 하고 graph 이기도 합니다.

홍릉과학출판사, "딥러닝을 위한 푸리에 영상처리"
http://hongpub.co.kr/shop/item.php?it_id=1679017270

추천 드립니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants