9/02/2011

Simple Image Processing Tool / C++ Source(MFC, OpenCV) / 간단한 영상처리 툴

Created Date : 2008.10
Language : C++(MFC)
Tool : Visual C++ 6.0
Library & Utilized : OpenCV 1.0
Reference :  Image Processing Book, Learning OpenCV
etc. : -



When I teach Image Processing to undergraduate students,  this program is made for practicing programming.
This code includes simple image processing method.

ex) Image adding, reverse, Lookup Table making, Gamma adjusting, Image Zoom in/out, Rotation, Morphology, Histogram Drawing, Stretching, Laplacian, sovel, RGB, HSI, YCbCr..

The code may be useful to beginner studying image processing , MFC and OpenCV.


<source code>



If you have good idea or advanced opinion, please reply me. Thank you

(Please understand my bad english ability. If you point out my mistake, I would correct pleasurably. Thank you!!)---------------------------------------------------------------------------



간단한 영상 처리 소스
RAW 를 오픈하여
2영상 더하기, 역상계산, 룩업데이블 생성, 감마 조절
영상 축소, 영상확대, 영상 회전
모폴로지, 히스트그램 그리기, 스트레칭, 평활화
라플라시안, 평화화 소벨
을 처리함
또한 BMP 파일을 오픈하여 RGB, HSI, Ycbcr로 채널을 분리한다.
그리고 OpenCV를 이용하여
영상 밝기 조절, 크기 조절, 회전, 이진화, 팽창, 수축, 필터를 적용해 본다.

압축 파일에 소스, 이미지, 간략한 설명 문서가 있음



<source code>



좋은 의견이나 답변 남겨 주세요.

No comments:

Post a Comment