BS. Janghwan Kim
  • About Me
  • Algorithm
    Baekjoon Programmers
  • Dev
    C++ C# cuda Linux Docker MFC WPF Opencv ETC
  • Project
  • ETC
  • Github
  • Search
Navigation bar avatar
✕

    opencv


    This is my workspace

    opencv(c++) 19. 직사각형 검출 알고리즘 (python/MFC 환경 포함)

    Mat, cvtColor, GaussianBlur, Canny, findContours, approxPolyDP, drawContours, detectRectangle, mfc

    Posted on February 17, 2023

    opencv c++ 직사각형 검출 알고리즘 [Read More]
    Tags: opencv, Mat, cvtColor, GaussianBlur, Canny, findContours, approxPolyDP, drawContours, detectRectangle

    opencv(c++) 18. 이미지에 선 그리기 line()

    이미지에 직선 그리기

    Posted on November 21, 2022

    opencv c++ line() 함수를 이용한 선 그리기 [Read More]
    Tags: opencv, opencv강좌, c++, line(), line, drawline, image

    opencv(c++) 17. 이미지 복사 copyTo()

    이미지 복사 개념 이해하기. copyTo()

    Posted on November 10, 2022

    opencv c++ copyTo() 함수를 이용한 이미지 복사 [Read More]
    Tags: opencv, opencv강좌, c++, copyTo(), copyTo, imagecopy, image

    opencv(c++) 16. High Pass Filters (HPF)

    High Pass Filter로 노이즈 제거

    Posted on October 13, 2022

    opencv c++ High Pass Filters를 이용하여 노이즈를 제거하자. [Read More]
    Tags: opencv, c++, high pass filter, HPF, 고주파 통과 필터, 라플라시안, 라플라시안-가우시간, sobel

    opencv(c++) 15. Low Pass Filters (LPF)

    Low Pass Filter로 노이즈 제거

    Posted on January 17, 2022

    opencv c++ Low Pass Filters를 이용하여 노이즈를 제거하자. [Read More]
    Tags: opencv, c++, vs, visual studio, low pass filter, LPF

    opencv(c++) 14. Image Resizing

    이미지 사이즈 변경, resize()

    Posted on January 14, 2022

    opencv c++ Resize the Image (이미지 사이즈 변경) [Read More]
    Tags: opencv, c++, vs, visual studio, resize, image

    opencv(c++) 13. Edge Detection

    경계선 검출 (이미지)

    Posted on January 13, 2022

    opencv c++ Edge Detection (이미지로부터 경계선 검출) [Read More]
    Tags: opencv, c++, vs, visual studio, morphology, opening, closing

    opencv(c++) 12. 모폴로지(Morphology) 기법(erode, dilate)

    모폴로지 기법 (erode, dilate)

    Posted on January 12, 2022

    opencv c++ 모폴로지(Morphology) 기법을 이용하여 물체를 명확하게 보기 [Read More]
    Tags: opencv, c++, vs, visual studio, Threshold, Binary Image

    opencv(c++) 11. Double Threshold (Binary Image)

    이중 임계값 처리, inRange()

    Posted on January 12, 2022

    opencv c++ double Threshold(이중 임계값 처리)를 통한 이미지 이진화 [Read More]
    Tags: opencv, c++, vs, visual studio, Threshold, Binary Image

    opencv(c++) 10. Threshold (Binary Image)

    임계값 처리로 이미지의 이진화

    Posted on January 12, 2022

    opencv c++ 임계값 처리(Threshold)로 이미지 이진화(Binary Image) [Read More]
    Tags: opencv, c++, vs, visual studio, Threshold, Binary Image

    opencv(c++) 9. 노이즈 제거 (가우시안 필터)

    가우시안 필터 (Gaussian Filter)

    Posted on January 11, 2022

    opencv c++ 가우시안 필터를 활용한 노이즈 제거 [Read More]
    Tags: opencv, c++, vs, visual studio, Noise Removal, Gaussian Filter, Gaussian Blur

    opencv(c++) 8. 노이즈 제거 (평균 필터)

    평균 필터 (Average Filter)

    Posted on January 11, 2022

    opencv c++ 평균 필터를 활용한 노이즈 제거 [Read More]
    Tags: opencv, c++, vs, visual studio, Noise Removal, Average Filter

    opencv(c++) 7. 히스토그램을 통한 이미지 밝기 조절

    히스토크램을 이용하여 이미지의 밝기를 조절해보자

    Posted on January 11, 2022

    opencv c++ 히스토그램을 이용하여 이미지 밝기 조절 [Read More]
    Tags: opencv, c++, vs, visual studio, histogram, image

    opencv(c++) 6. 이미지 밝기 조절

    사칙 연산을 통한 이미지 밝기 조절

    Posted on January 11, 2022

    opencv c++ 동영상 파일 불러오기 [Read More]
    Tags: opencv, c++, vs, visual studio, image

    opencv(c++) 5. VideoCapture() 동영상 파일 불러오기

    VideoCapture() 비디오 캡쳐

    Posted on January 10, 2022

    opencv c++ 동영상 파일 불러오기 [Read More]
    Tags: opencv, c++, vs, visual studio, VideoCapture

    opencv(c++) 4. VideoCapture() 실시간 웹캠 영상

    VideoCapture() 비디오 캡쳐

    Posted on January 10, 2022

    opencv c++ 실시간 웹캠 영상 불러오기 [Read More]
    Tags: opencv, c++, vs, visual studio, VideoCapture

    opencv(c++) 3. Grayscale 변환에 대한 고찰

    imread(), imshow()

    Posted on January 10, 2022

    opencv(c++) RGB 값의 변경을 통해 Grayscale 표현 [Read More]
    Tags: opencv, c++, vs, visual studio, grayscale

    opencv(c++) 2. 이미지 변환 (컬러 -> 흑백)

    imread(), imshow()

    Posted on January 10, 2022

    opencv(c++) 이미지 변환하기 (컬러에서 흑백) [Read More]
    Tags: opencv, c++, vs, visual studio, imread, imshow

    opencv(c++) 1. 이미지 불러와서 띄우기

    imread(), imshow()

    Posted on January 10, 2022

    opencv(c++) 이미지 불러와서 띄우기 [Read More]
    Tags: opencv, c++, vs, visual studio, imread, imshow

    opencv(c++) 0. 설치 및 초기설정

    visual studio를 활용하여 c++로 opencv 시작해보자.

    Posted on January 10, 2022

    OpenCV (Open Source Computer Vision) [Read More]
    Tags: opencv, c++, vs, visual studio
    • RSS
    • Email me
    • GitHub
    • Instagram

    Janghwan Kim  •  2025