일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- digitalRead
- Contour
- flutter
- Android
- wpf
- file access
- APP
- Barcode
- length
- Encapusulation
- compare
- public
- Unity
- UNO
- Class
- Binary
- inheritance
- stream
- SERIAL
- atmega328
- preprocessing
- parameter
- java
- Read
- Pointer
- mfc
- aduino
- memory
- sensor
- Overloading
Archives
- Today
- Total
목록GRAY (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