목록기타/scrape (4)
옆히
이미지 샘플링(sampling)과 양자화(quantization) :: Learn Again! 러너게인 (tistory.com) 이미지 샘플링(sampling)과 양자화(quantization) 앞선 포스팅에서 우리는 이미지를 획득하는 다양한 방법에 대해 배웠다. 그러나 이렇게 다양한 이미지 획득 방법들의 최종 목적은 같다. 바로 센싱된 데이터들로부터 디지털 이미지를 만들어내 twlab.tistory.com 계조주기 그라데이션 영역을 계단함수처럼 나눠서 정수화
https://supermemi.tistory.com/entry/c%EC%96%B8%EC%96%B4-fprintfstderr-error-%EC%97%90-%EB%8C%80%ED%95%98%EC%97%AC [c언어] fprintf(stderr, "error!"); 에 대하여. printf() 함수는 모니터 즉 콘솔창에 값이 출력된다. 그렇다면, fprintf() 함수는 언제 쓸까? 1. 파일에 작성. fprintf()는 File print의 약자 이다. printf의 사용에 file의 개념만 추가된 것이다. 파일을 열어 supermemi.tistory.com
https://itrum.tistory.com/137 프로그레시브 인터레이스 차이,비교,필드설정,인터레이스이유,줄줄이화면깨짐,인터레이스노이 ● '인터레이스(비월주사,interlaced scan), 프로그레시브(순차주사,progressive scan)' 비교, 차이 장단점.과거에 동영상을 제작하거나 촬영할때에는 화면 주사 방식을 설정했습니다. 프리미어 시퀀스 설 itrum.tistory.com interlaced 섞어 짜여진 interpolation 보간법
출처 https://chicio.medium.com/how-to-calculate-the-reflection-vector-7f8cab12dc42 In this post I will talk about reflection vector used in some lighting models, for example the Phong reflection model. I will show you how this vector is calculated. In a previous post I talked about the Phong lighting model. I described all the different components contained inside it and how they try to describe a..