블로그 이미지
Leeway is... the freedom that someone has to take the action they want to or to change their plans.
maetel

Notice

Recent Post

Recent Comment

Recent Trackback

Archive

calendar

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
  • total
  • today
  • yesterday

Category

2009. 1. 22. 19:11 Computer Vision
2009-01-22 나무 1시 @G705

ref. 세종대 디지털 컨텐츠학과 박상일 교수 - 멀티미디어 프로그래밍 2강: 강의자료


image file - header 정보 + data

IPlImage
format 확인하여 처리

char * imageData
data [width*height]
실제 pixel intensities를 저장하는 memory를 지시

int nChannels
RGB (컬러) -> 3, Gray (흑백) -> 1

int alphaChannel
openCV에서는 지원하지 않음

int depth
8 bit -> 2^8 = 256
1 bit -> 2^1 = 2

image 좌표계 원점 - windows에서는 좌상, Linux와 OpenGL에서는 좌하

CVScalar
returning double

callback 함수
do{ }while( ) 부분

GUI - event (행위) 중심 -> procedural programming


posted by maetel