주요 콘텐츠

시각적 인식

머신러닝과 딥러닝을 사용한 차선 경계 검출, 보행자 검출, 차량 검출, 기타 객체 검출

머신러닝 기법과 딥러닝 기법을 사용하여 객체를 검출할 수 있습니다. RANSAC(random sample consensus) 알고리즘을 사용하여 포물선 차선 경계나 3차 차선 경계를 분할, 검출, 모델링할 수도 있습니다. 객체를 검출한 후에는 Automated Driving Toolbox™ 함수를 사용하여 검출을 평가하고 시각화합니다.

함수

모두 확장

peopleDetectorACFDetect people using aggregate channel features
vehicleDetectorACFLoad vehicle detector using aggregate channel features
acfObjectDetectorDetect objects using aggregate channel features
configureDetectorMonoCameraConfigure object detector for using calibrated monocular camera
acfObjectDetectorMonoCameraDetect objects in monocular camera using aggregate channel features
trainACFObjectDetectorTrain ACF object detector
objectDetectorTrainingDataCreate training data for an object detector
vision.PeopleDetector(Removed) Detect upright people using HOG features
vision.CascadeObjectDetectorDetect objects using the Viola-Jones algorithm
trainCascadeObjectDetectorTrain cascade object detector model
vehicleDetectorFasterRCNNDetect vehicles using Faster R-CNN
configureDetectorMonoCameraConfigure object detector for using calibrated monocular camera
fastRCNNObjectDetectorMonoCamera Detect objects in monocular camera using Fast R-CNN deep learning detector
fasterRCNNObjectDetectorMonoCameraDetect objects in monocular camera using Faster R-CNN deep learning detector
ssdObjectDetectorMonoCameraDetect objects in monocular camera using SSD deep learning detector
yolov2ObjectDetectorMonoCameraDetect objects in monocular camera using YOLO v2 deep learning detector
yolov3ObjectDetectorMonoCameraDetect objects in monocular camera using YOLO v3 deep learning detector (R2023a 이후)
yolov4ObjectDetectorMonoCameraDetect objects in monocular camera using YOLO v4 deep learning detector (R2022a 이후)
vehicleDetectorYOLOv2Detect vehicles using YOLO v2 Network
trainYOLOv2ObjectDetectorTrain YOLO v2 object detector
objectDetectorTrainingDataCreate training data for an object detector
segmentLaneMarkerRidgeDetect lanes in a grayscale intensity image
findParabolicLaneBoundariesFind boundaries using parabolic model
parabolicLaneBoundaryParabolic lane boundary model
findCubicLaneBoundariesFind boundaries using cubic model
cubicLaneBoundaryCubic lane boundary model
computeBoundaryModelObtain y-coordinates of lane boundaries given x-coordinates
insertLaneBoundaryInsert lane boundary into image
fitPolynomialRANSACFit polynomial to points using RANSAC
ransac잡음 있는 데이터에 모델 피팅
evaluateObjectDetectionEvaluate object detection data set against ground truth (R2023b 이후)
evaluateLaneBoundariesEvaluate lane boundary models against ground truth
insertText영상 또는 비디오에 텍스트 삽입
insertShape영상 또는 비디오에 형태 삽입
insertMarker영상 또는 비디오에 마커 삽입
insertLaneBoundaryInsert lane boundary into image
insertObjectAnnotation트루컬러 또는 회색조 영상 또는 비디오에 주석 추가
vision.DeployableVideoPlayerDisplay video
vision.VideoPlayerPlay video or display image

추천 예제