All posts by year

Showing everything matching: clear

2024

Simple Net

10 Nov 2024
AI DeepLearning Anormaly Detection

Anormaly Detection?

More...

OpenGL Image Viewer

02 Nov 2024
3D OpenGL Image Viewer

OpenGL이란?

More...

UVW Stage

05 Oct 2024
UVW Stage Control

UVW Stage란

More...

VTK 이론

08 Sep 2024
VTK 3D Visualize

VTK의 기본 객체

More...

SIMD

01 Sep 2024
SIMD Palellel Processing

SIMD란

More...

SpdLog

24 Aug 2024
lib log

Logging system

More...

회전 공식 및 직선의 기울기

18 Aug 2024
Math Fitting

회전 공식

More...

3점을 지나는 원의 방정식

17 Aug 2024
Math Fitting

원의 방정식

중심이 \(\textcolor{Black}{(x_c,y_c)}\) 이고, 반지름이 R인 원의 방정식은

More...

CUDA

16 Jan 2024
CUDA Book

CUDA Memory

More...
2021

이동과 회전에 불변한 특징점

11 Mar 2021
Image Processing Image Feature Book Moravec Harris Corner

모라벡(Moravec) 알고리즘
  • 제곱차의 합 SSD(sum of squard difference)
More...
2020

Canny Edge

25 Nov 2020
ImageProcessing Book Edge

Canny가 제시한 좋은 에지 알고리즘이 갖추어야할 세가지

More...

엣지검출의 기초

24 Nov 2020
ImageProcessing Book Edge

엣지 검출은 미분.

More...
2018

OpenCL C

27 Dec 2018
Palellel Processing GPGPU Book

개요

OpenCL C에 대한 정리.

More...

Blob Algorithm

19 Nov 2018
Image Processing Visual C++ Book

개요

‘Visual C++ 영상 처리 프로그래밍’에 있는 레이블링(블롭) 알고리즘을 정리한다.

More...

IOCP (Input Output Completion Port)

08 Jan 2018
TCP/IP C++ Book

개요

TCP/IP 공부를 하면 크게는 동기 통신 이후 비동기 통신을 배우는 그 다음이 윈도우는 IOCP, 리눅스는 epoll이다. 간단히 말해 통신자체는 비동기로 수행을 하고(Non-Blocked), 결과확인을 IO쓰레드에서 전담한다는 것이다.

More...