본문 바로가기
반응형

분류 전체보기314

수화 인식 Project - [3일차] 손 인식하기(openCV) 1, 2일차는 openCV에 대해 공부 및 따로 게시글을 작성하지 않았습니다. import cv2 import numpy as np def cont(): try: cap=cv2.VideoCapture(0) except: print('camera_errro') return while True: ret, frame = cap.read() if not ret: print('camera2_error') break dst = frame.copy() test = cv2.cvtColor(frame, cv2.COLOR_BGR2YCrCb) mask_hand = cv2.inRange(test, np.array([0,133,77]),np.array([255,173,127])) #test = cv2.cvtColor(frame.. 2020. 2. 2.
내가 공부하고 싶은 목록 및 관련 사이트 모두를 위한 AI https://ko.coursera.org/learn/ai-for-everyone 모두를 위한 AI | Coursera Learn 모두를 위한 AI from deeplearning.ai. AI is not only for engineers. If you want your organization to become better at using AI, this is the course to tell everyone--especially your non-technical colleagues--to take. In this course, you will ... ko.coursera.org 영상처리와 패턴인식 http://www.kmooc.kr/courses/course-v1:SMUk+FD_SMU.. 2020. 2. 2.
무료 인강 사이트 모음(무료 프로그래밍 인강 등) 무료 학습 인강 사이트 http://www.kmooc.kr/ | K-MOOC 닫기 강좌 정보 Excel www.kmooc.kr 무료 컴퓨터 프로그래밍 가르쳐 주는 사이트 https://progate.com/ Progate | Learn to code, learn to be creative. Progate is an online platform to learn programming. Learn to build your own apps and services. progate.com https://ko.khanacademy.org/ 칸아카데미 | 무료 온라인 강의, 수업 및 연습문제 무엇이든 배울 수 있습니다. 모든 코스와 레벨에서 전문가가 직접 만든 수업 자료들을 사용합니다. 무료로 언제든 즐기세요. ko... 2020. 2. 2.
유용한 사이트 모음(무료 일러스트, 이미지, 아이콘 등등) 아이콘 무료 사이트 http://sourcetree.kr/ 소스트리,무료 디자인소스 정보 sourcetree.kr https://thenounproject.com/ Noun Project Creating, Sharing and Celebrating the World's Visual Language. thenounproject.com https://www.flaticon.com/ Flaticon, the largest database of free vector icons Download all icons in SVG, PSD, PNG, EPS format or as webfonts www.flaticon.com 무료 이미지 사이트 https://pixabay.com/ 무료 일러스트 사이트 https://w.. 2020. 2. 2.
반응형