opencv c++ 직사각형 검출 알고리즘
[Read More]
opencv(c++) 18. 이미지에 선 그리기 line()
이미지에 직선 그리기
opencv c++ line() 함수를 이용한 선 그리기
[Read More]
opencv(c++) 17. 이미지 복사 copyTo()
이미지 복사 개념 이해하기. copyTo()
opencv c++ copyTo() 함수를 이용한 이미지 복사
[Read More]
opencv(c++) 16. High Pass Filters (HPF)
High Pass Filter로 노이즈 제거
opencv c++ High Pass Filters를 이용하여 노이즈를 제거하자.
[Read More]
opencv(c++) 15. Low Pass Filters (LPF)
Low Pass Filter로 노이즈 제거
opencv c++ Low Pass Filters를 이용하여 노이즈를 제거하자.
[Read More]
opencv(c++) 14. Image Resizing
이미지 사이즈 변경, resize()
opencv c++ Resize the Image (이미지 사이즈 변경)
[Read More]
opencv(c++) 13. Edge Detection
경계선 검출 (이미지)
opencv c++ Edge Detection (이미지로부터 경계선 검출)
[Read More]
opencv(c++) 12. 모폴로지(Morphology) 기법(erode, dilate)
모폴로지 기법 (erode, dilate)
opencv c++ 모폴로지(Morphology) 기법을 이용하여 물체를 명확하게 보기
[Read More]
opencv(c++) 11. Double Threshold (Binary Image)
이중 임계값 처리, inRange()
opencv c++ double Threshold(이중 임계값 처리)를 통한 이미지 이진화
[Read More]
opencv(c++) 10. Threshold (Binary Image)
임계값 처리로 이미지의 이진화
opencv c++ 임계값 처리(Threshold)로 이미지 이진화(Binary Image)
[Read More]
opencv(c++) 9. 노이즈 제거 (가우시안 필터)
가우시안 필터 (Gaussian Filter)
opencv c++ 가우시안 필터를 활용한 노이즈 제거
[Read More]
opencv(c++) 8. 노이즈 제거 (평균 필터)
평균 필터 (Average Filter)
opencv c++ 평균 필터를 활용한 노이즈 제거
[Read More]
opencv(c++) 7. 히스토그램을 통한 이미지 밝기 조절
히스토크램을 이용하여 이미지의 밝기를 조절해보자
opencv c++ 히스토그램을 이용하여 이미지 밝기 조절
[Read More]
opencv(c++) 6. 이미지 밝기 조절
사칙 연산을 통한 이미지 밝기 조절
opencv c++ 동영상 파일 불러오기
[Read More]
opencv(c++) 5. VideoCapture() 동영상 파일 불러오기
VideoCapture() 비디오 캡쳐
opencv c++ 동영상 파일 불러오기
[Read More]
opencv(c++) 4. VideoCapture() 실시간 웹캠 영상
VideoCapture() 비디오 캡쳐
opencv c++ 실시간 웹캠 영상 불러오기
[Read More]
opencv(c++) 3. Grayscale 변환에 대한 고찰
imread(), imshow()
opencv(c++) RGB 값의 변경을 통해 Grayscale 표현
[Read More]
opencv(c++) 2. 이미지 변환 (컬러 -> 흑백)
imread(), imshow()
opencv(c++) 이미지 변환하기 (컬러에서 흑백)
[Read More]
opencv(c++) 1. 이미지 불러와서 띄우기
imread(), imshow()
opencv(c++) 이미지 불러와서 띄우기
[Read More]
opencv(c++) 0. 설치 및 초기설정
visual studio를 활용하여 c++로 opencv 시작해보자.
OpenCV (Open Source Computer Vision)
[Read More]