OpenCV Notion
OpenCV Usage
[5.1.4] 트랙바를 이용한 영상의 밝기 조절
『OpenCV 4로 배우는 컴퓨터 비전과 머신 러닝』(길벗, 2019) 책의 5.1.4절 트랙바를 이용한 영상의 밝기 조절 강의 동영상입니다. 영상 출력 창에 트랙바를 붙여서 프로그램 실행 중에 사용자가 밝기 조절 값을 선택할 수 있는 예제 프로그램 작성 방법을 설명합니다. 더불어 4.3.3절에서 설명하는 기본적인 트랙바 사용 방법도 함께 설명합니다.
https://www.youtube.com/watch?v=znXuTOLs-4c&list=PLr4Kym6mXRgJhObgeJQyBk2ZJ3FXGJK_a&index=6
![[5.1.4] 트랙바를 이용한 영상의 밝기 조절](https://i.ytimg.com/vi/znXuTOLs-4c/hqdefault.jpg)
bsdnoobz/opencv-code
You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window. Reload to refresh your session. Reload to refresh your session.
https://github.com/bsdnoobz/opencv-code/blob/master/eye-tracking.cpp
adamian98/pulse
Code accompanying CVPR'20 paper of the same title. Paper link: https://arxiv.org/abs/2003.03808 We have noticed a lot of concern that PULSE will be used to identify individuals whose faces have been blurred out. We want to emphasize that this is impossible - PULSE makes imaginary faces of people who do not exist, which should not be confused for real people.
https://github.com/adamian98/pulse

Seonglae Cho