//mfc atl CString 과 WTL CString 간에 충돌을 위해 아래같이 매크로 처리를 한다.
//#ifdef _AFX_ //MFC 경우.
#ifndef _WTL_NO_CSTRING
#define _WTL_NO_CSTRING 1
#endif // _WTL_NO_CSTRING
#define _CSTRING_NS
#ifend
//mfc atl CString 과 WTL CString 간에 충돌을 위해 아래같이 매크로 처리를 한다.
//#ifdef _AFX_ //MFC 경우.
#ifndef _WTL_NO_CSTRING
#define _WTL_NO_CSTRING 1
#endif // _WTL_NO_CSTRING
#define _CSTRING_NS
#ifend
http://www.winsocketdotnetworkprogramming.com/winsock2programming/winsock2advancedotherprotocol4j.html : 블루투스 디바이스 쿼리.
https://code.msdn.microsoft.com/windowsdesktop/Bluetooth-Connection-e3263296 - MSDN 블루투스 - WIN8 이상에서만.... ><?? 확인 안해봄.
https://msdn.microsoft.com/ko-kr/library/windows/desktop/aa362928(v=vs.85).aspx - Bluetooth Programming with Windows Sockets
https://www.codeproject.com/Articles/252882/Bluetooth-Server-Programming-on-Windows - 코드 프로젝트.
기타 예제
별첨부록:
10장 Image Segmentation
The Marr-Hildreth edge detector [pdf]
Theory of Edge Detection - Marr-Hildreth 논문 [pdf]
비극대 억제(nonmaxima suppression) [pdf, 41 page]
Canny Edge detect - nonmaxima suppression [★★★]
Local Processing Methods [pdf]
Watershed (Image processing) [wikipedia]
Accumulative Difference Image [dip]
11장 Representation and Description
동시발생매트릭스(Co-Occurrence matrix)
Mean vector and Covariance matrices [★★★]
주성분분석(Principal Component Analysis) [wiki]
Principal Components Analysis tutorial - 1 [pdf, ★★★★★]
Principal Components Analysis tutorial - 2 [pdf, ★★]
12장 Object Recognition