블로그 이미지
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

2008. 11. 14. 21:09 Computer Vision

List of computer vision conferences
http://en.wikipedia.org/wiki/ICCV

Calls For Papers on Computer Vision
http://www.wikicfp.com/cfp/call?conference=computer%20vision

ICCV (International Conference on Computer Vision)

CVPR (Computer Vision and Pattern Recognition)
http://www.cvpr.org/

IEEE (the Institute of Electrical and Electronics Engineers, Inc.)
http://www.ieee.org

Springer
http://www.springer.com/

ECCV (European Conference on Computer Vision)

ACCV (Asian Conference on Computer Vision)

Image Processing
http://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=83

PAMI (IEEE Xplore Pattern Analysis and Machine Intelligence, IEEE Transactions on)
http://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=34

LNCS (Lecture Notes in Computer Science)
http://www.springerlink.com/content/105633/
http://www.springer.com/computer/lncs?SGWID=0-164-0-0-0

posted by maetel
2008. 9. 15. 12:29 Computer Vision

'Computer Vision' 카테고리의 다른 글

convex optimization  (0) 2008.11.28
papers  (0) 2008.11.14
[박용문] Digital Image Processing #5  (0) 2008.07.21
[박용문] Digital Image Processing #4  (0) 2008.07.17
[박용문] Digital Image Processing #3  (0) 2008.07.17
posted by maetel
2008. 7. 21. 16:25 Computer Vision
2008-07-18 쇠 @가브리엘 507







'Computer Vision' 카테고리의 다른 글

papers  (0) 2008.11.14
2008 fall courses  (0) 2008.09.15
[박용문] Digital Image Processing #4  (0) 2008.07.17
[박용문] Digital Image Processing #3  (0) 2008.07.17
[박용문] Digital Image Processing #2  (0) 2008.07.15
posted by maetel
2008. 7. 17. 22:24 Computer Vision
2008-07-17 나무 @가브리엘 507




Assignment
3-1. Histogram Specification

ref.
http://en.wikipedia.org/wiki/Inverse_matrix
http://demonstrations.wolfram.com/33MatrixExplorer/


3-2. Morphing Images


'Computer Vision' 카테고리의 다른 글

2008 fall courses  (0) 2008.09.15
[박용문] Digital Image Processing #5  (0) 2008.07.21
[박용문] Digital Image Processing #3  (0) 2008.07.17
[박용문] Digital Image Processing #2  (0) 2008.07.15
[박용문] Digital Image Processing #1  (0) 2008.07.14
posted by maetel
2008. 7. 17. 20:23 Computer Vision
2008-07-16 물 @가브리엘 507


'Computer Vision' 카테고리의 다른 글

2008 fall courses  (0) 2008.09.15
[박용문] Digital Image Processing #5  (0) 2008.07.21
[박용문] Digital Image Processing #4  (0) 2008.07.17
[박용문] Digital Image Processing #2  (0) 2008.07.15
[박용문] Digital Image Processing #1  (0) 2008.07.14
posted by maetel
2008. 7. 15. 20:47 Computer Vision
2008-07-15 불 @가브리엘 706


Point Processing

Histogram

밝기의 차이가 커지면 영상의 선명도가 증가한다.

Clamping 클램핑 기법

Wraping 기법

Intensity Transform 명암 변환
Null Transform
Negative Transform

Gamma Correction

Intensity Contrast Transform:
Intensity Contrast Stretch
Intensity Contrast Compress

Posterizing
Binarization
범위 강조 변환


Convolution Technique 회선 기법
Convolution Processing 회선 처리

Embossing
Blurring (Low Pass Filter)
Sharpening (High Pass Filter)
Edge Detection
잡음 제거



'Computer Vision' 카테고리의 다른 글

2008 fall courses  (0) 2008.09.15
[박용문] Digital Image Processing #5  (0) 2008.07.21
[박용문] Digital Image Processing #4  (0) 2008.07.17
[박용문] Digital Image Processing #3  (0) 2008.07.17
[박용문] Digital Image Processing #1  (0) 2008.07.14
posted by maetel
2008. 7. 14. 20:34 Computer Vision
2008-07-14 달 @가브리엘 706


Image Processing < signal processing

geometric transform
enhancement 화질 개선
restoration 복원
compression 데이터 압축
object recognition 객체 인식


memset()

chromaticity 색도 = 색상 + 채도

contrast = (I_max - I_min) / (I_max + I_min)

인간의 지각 작용이 단순한 명도보다 명도의 대비에 더 민감하다.

Color Models:
RGB - additive system
CMY(K) - subtractive system
HSI
YCrCb - JPEG, MPEG
YIQ - NTSC
YUV - PAL

signal - analog & digital

digitalizing:
sampling
quantization
coding step 부호화

Picture Element = Pixel = Pel

Resolution - Spatial & Intensity(Brightness)

표본화(sampling)와 양자화(quantization)로 결정하는 해상도(resolution)는 컬러 요소 세 개의 명도값(intensity)에 따라 달라진다.

Binary Image - 지문, 팩스, 문자 영상
Gray-Level Image - 디지털 영상 처리의 기본
Color Image - 삼원색(RGB)



Q1. calloc이 malloc과 어떻게 다른 거야?


'Computer Vision' 카테고리의 다른 글

2008 fall courses  (0) 2008.09.15
[박용문] Digital Image Processing #5  (0) 2008.07.21
[박용문] Digital Image Processing #4  (0) 2008.07.17
[박용문] Digital Image Processing #3  (0) 2008.07.17
[박용문] Digital Image Processing #2  (0) 2008.07.15
posted by maetel