| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 |
Tags
- Encapusulation
- Filtering
- subpixel
- Class
- public
- mfc
- Android
- Unity
- file access
- memory
- flutter
- compare
- wpf
- parameter
- atmega328
- stream
- Contour
- SERIAL
- sensor
- Binary
- APP
- aduino
- UNO
- Pointer
- Gradient
- Read
- c++
- edge
- digitalRead
- detect
Archives
- Today
- Total
목록float (1)
폴크(FOLC)
# 8bit / 16bit / 24bit / 32bit 등의 여러가지 이미지 데이터 포멧이 있다. > CImage 형태 이용 > 8bit : 0 ~ 255까지의 값을 표현 ( Gray ) > 16bit : 0 ~ 65,535까지의 값을 표현 ( HQ Gray ) > 24bit : 0 ~ 16,777,215까지의 값을 표현 ( RGB ) > 32bit : 0 ~ 4,294,967,295까지의 값을 표현 ( RGBA ) # 소스 코드 const int src_sizex = src.GetWidth(); const int src_sizey = src.GetHeight(); const int src_pitch = abs(src.GetPitch()); const int src_bitpp = src.GetBPP();..
머신 비전/머신 비전 사용법 CPP
2021. 12. 26. 18:15