JINSOL KIM
JINSOL KIM

Computer Vision for Autonomous Driving

Contact me

2023 © JINSOL KIM

  • ALL
  • Autonomous Driving
    Concept Optimal State Estimation Lidar Automotive
    Self-Driving Cars (Coursera)
  • Math
    Algorithm Problem Solving Linear Algebra Probability Calculus Game Theory
    Mathematics for machine learning (Coursera)
  • ML
    Concept Sklearn PRML(Pattern Recognition and Machine Learning)
    Question ETC
  • DL
    Concept PyTorch
    Deeplearning.ai Deeplearning.ai GAN ETC
  • Vision
    Concept Multiple View Geometry OpenCV
    Segmentation based on DL Depth Estimation based on DL Detection based on DL Optical Flow based on DL Multi Camera/View Fusion based on DL Vision Dataset
    CS231n First Principles of Computer Vision (Coursera)
    Signal and System ETC
  • Python
    Basic & Pandas & Numpy Django Django-RestFramework Crawling Embedded GUI
    ETC
  • C
    C Concept CPP Concept Linux ETC
  • ETC
    Business Database Computer Network Operational Research Review Dev ETC
opencv 관련 글 목차

opencv 관련 글 목차

2000, Jan 01    


opencv with python 기능


  • opencv python snippets
  • 임계값 검출 : threshold, adaptiveThreshold
  • 히스토그램 계산 : calcHist
  • 히스토그램 평활화 - equalizeHist
  • 코너점(Corner) 검출 - preCornerDetect
  • 코너점(Corner) 검출 - cornerEigenValsAndVecs
  • opencv 선형 칼만 필터



opencv with python use case


  • 마우스 클릭으로 ROI 영역 추출 하기
  • 마우스로 연속적으로 이미지에 점 찍기
  • 이미지를 이용하여 비디오를 만들기
  • 작은 이미지가 큰 이미지의 중심에 오도록 적용
  • 이미지에서 마우스 클릭 좌표값 추출하기
  • 이미지들 중에서 이미지 선택하기



opencv with c 기능


  • Visual Studio 프로젝트 opencv 세팅
  • 리눅스에서 이클립스로 opencv 사용하기



opencv with C use case


Twitter Facebook Google+
# vision # opencv