์์ธ๋ํ๊ต ๋ํ์์์ ์ธ๊ณต์ง๋ฅ์ ๊ณต๋ถํ๊ณ ์์ต๋๋ค.
Courses
Reviews
south4209427
ยท
[AI Practice] Understanding Diffusion Models through Prompt-to-prompt Paper Implementation[AI Practice] Understanding Diffusion Models through Prompt-to-prompt Paper Implementation- Business card recognition function implementation course using OpenCV
- Business card recognition function implementation course using OpenCV
- Business card recognition function implementation course using OpenCV
- Business card recognition function implementation course using OpenCV
Posts
Q&A
# (์ฐธ๊ณ ) OpenCV - ์ด๋ฏธ์ง์์ ํ ์คํธ ์์ญ๋ง ์ฐพ์๋ด๊ธฐ
์ ๋ณด๊ฐ ๋ถ์กฑํด์ ์ ํํ ํด๊ฒฐํด ๋๋ฆฌ๊ธฐ ์ด๋ ค์ด์ ์ํด ๋ถํ๋๋ฆฝ๋๋ค. python๊ณผ opencv ๋ฒ์ ์ ๋ฐ๋ผ์ ๋ฌธ๋ฒ๊ณผ ํจ์ ์ ์๊ฐ ๋ฌ๋ผ์ง ์ ์์ต๋๋ค. ๋ฐ๋ผ์ ๊ฐ์์๋ฃ์ ์ ๊ณต๋ ์ค์ต์ค๋น์ค๋ช ์๋ฅผ ์ฐธ๊ณ ํ์ฌ anaconda ํ๊ฒฝ์์ ์คํํ์๊ธฐ๋ฅผ ๊ถ์ฅ๋๋ฆฝ๋๋ค.
- 1
- 2
- 336
Q&A
๊ฐ์์ต์ข ์์ฑ๋ณธ์์ค์ฝ๋๋ฅผ์ ๊ณตํด์ฃผ์ค์์์๊น์
๋ง์ํด ์ฃผ์ ์์ค์ฝ๋๋ pdf๋ฅผ ๋ณด๊ณ ๋ณต๊ตฌํ ํ์ ์์ด ๊ฐ์์๋ฃ์ opencv-python-example.ipynb ํ์ผ ๋ด๋ถ์ ์ ๊ณต๋์ด ์์ต๋๋ค. ํ์ธ๋ถํ๋๋ฆฝ๋๋ค.
- 0
- 3
- 327
Q&A
๋ผ์ฆ๋ฒ ๋ฆฌํ์ด(๋ผ์ฆ๋น์) Python2.7 OpenCV-3.4.3 ํ๊ฒฝ์์ ์์ ํ๋ก๊ทธ๋จ ์ฌ์ฉ.
if ๋ค์์ ๋์ด์ฐ๊ธฐ๊ฐ ์์ด์ syntax ์๋ฌ๊ฐ ์๊ธด ๊ฒ์ผ๋ก ๋ณด์ ๋๋ค.
- 0
- 1
- 412
Q&A
๋ฐ์ค ํด๋ฆญํ๊ณ Ctrl + return ๋ฒํผ ํด๋ฆญ ์ ๋ฉ์์ง
python3 ํ๊ฒฝ์์ python2 ์ฝ๋๋ฅผ ์คํํ์ ๊ฒ์ผ๋ก ๋ณด์ ๋๋ค. python3 ์ฝ๋๋ฅผ ์คํํด ๋ณด์๊ธธ ์ ์๋๋ฆฝ๋๋ค.
- 0
- 1
- 238
Q&A
๊ฐ์์ต์ข ์์ฑ๋ณธ์์ค์ฝ๋๋ฅผ์ ๊ณตํด์ฃผ์ค์์์๊น์
์๋ ํ์ธ์. ๊ฐ์๋ด์ฉ์ ๋ชจ๋ ์ ๊ณต๋ ์์ค์ฝ๋ ๊ธฐ๋ฐ์ ๋๋ค. ์ด๋ ๋ถ๋ถ์ด ์๋์ง ์๋ ค์ฃผ์๋ฉด ํ์ธํ๊ณ ๋ต๋ณ ๋๋ฆฌ๋๋ก ํ๊ฒ ์ต๋๋ค!
- 0
- 3
- 327
Q&A
ValueError๊ฐ ๋น๋๋ค.
opencv 2.x๋ฒ์ ์ด ์๋๋ผ opencv3.x๋ฒ์ ์ด ์ค์น๋์ ๊ฒ ๊ฐ์ต๋๋ค. opencv3.x๋ฒ์ ์์๋ valueerror๊ฐ ๋ฌ 12๋ฒ์งธ ๋ผ์ธ์ ์๋์ ๊ฐ์ด ์์ ํ์๋ฉด ๋ ๊ฒ์ผ๋ก ๋ณด์ ๋๋ค. images, contours, hierachy = cv2.findContours(edge, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)
- 0
- 1
- 409