전체 글25 MFC Document/View 구조 없이 FormView 사용하기 1. Create a new project -> MFC App 2. 이름은 적당히 알아서, 잘 3. Application Type -> Single Document로 변경한다. Document/View architecture support 체크해제한다. 그대로 Finish를 눌러서 프로젝트 생성을 해도 되고, 나머지 옵션들 선택/해제 후 프로젝트 생성한다. 4. ChildView 삭제 5. FORMVIEW 리소스 추가 6. 리소스에 추가한 FORMVIEW에 대한 클래스를 추가한다. CFormView 클래스를 기본 클래스로 하는 클래스를 추가한다. 이름은 적당히, 잘. 여기서는 CMainView로 만들었다. 7. CMainView의 생성자를 public으로 변경한다. 8. MainFrm.h에 MainVie.. 2023. 4. 10. 스테레오 매칭을 사용한 깊이 추정 https://learnopencv.com/depth-estimation-using-stereo-matching/ Depth Estimation Using Stereo Matching | LearnOpenCV # Depth estimation is a critical task for autonomous driving. It's necessary to estimate the distance to cars, pedestrians, bicycles, animals, and obstacles.The popular way to estimate depth is LiDAR. However, the hardware price is high, LiDAR is sensitive t learnopencv.com 위 글을 구.. 2023. 4. 10. 렌즈 왜곡 이해하기 https://learnopencv.com/understanding-lens-distortion/ Understanding Lens Distortion | LearnOpenCV # In a previous post, we went over the geometry of image formation and learned how a point in 3D gets projected on to the image plane of a camera. The model we used was based on the pinhole camera model. The only time you use a pinhole camera is probably dur learnopencv.com 위 글을 구글 번역기로 돌린 결과물 렌즈 왜.. 2023. 4. 10. 이미지 형성의 기하학 https://learnopencv.com/geometry-of-image-formation/ Geometry of Image Formation | LearnOpenCV # In this post, we will explain the image formation from a geometrical point of view. Specifically, we will cover the math behind how a point in 3D gets projected on the image plane. This post is written with beginners in mind but it is mathematical in natur learnopencv.com 위 글을 구글 번역기로 돌린 결과물 이미지 형성의 .. 2023. 4. 10. OpenCV를 사용한 카메라 보정 https://learnopencv.com/camera-calibration-using-opencv/ Camera Calibration using OpenCV | LearnOpenCV # A step by step tutorial for calibrating a camera using OpenCV with code shared in C++ and Python. You will also understand the significance of various steps. learnopencv.com 위의 글을 구글 번역기로 돌린 결과물 OpenCV를 사용한 카메라 보정 카메라는 시각 센서로 사용될 때 로봇, 감시, 우주 탐사, 소셜 미디어, 산업 자동화 및 엔터테인먼트 산업과 같은 여러 영역의 필수적인 부분입.. 2023. 4. 10. 스테레오 카메라 및 OpenCV(Python/C++)를 사용한 깊이 추정 https://learnopencv.com/depth-perception-using-stereo-camera-python-c/ Stereo Camera Depth Estimation With OpenCV (Python/C++) Stereo Camera Depth Estimation with OpenCV- Disparity map for rectified stereo image pair, depth map from disparity map-Bonus code for obstacle avoidance system learnopencv.com 위 글을 구글 번역기로 돌린 결과물 스테레오 카메라 및 OpenCV(Python/C++)를 사용한 깊이 추정 로봇이 어떻게 자율적으로 탐색하고, 다른 물체를 잡거나, 움.. 2023. 4. 10. 이전 1 2 3 4 5 다음