I am using webcam to take image and recognizing faces after processing I want to preview the live image with the person's name. How I should write on the specific point on the preview window?
조회 수: 2 (최근 30일)
이전 댓글 표시
cam=webcam;
while true snap=snapshot(cam); imshow(snap) end
I should perform the processing with the snap and add the person's name at specific point and show the processed version.
댓글 수: 0
답변 (1개)
Vidip
2024년 4월 12일
To process the snapshot from your webcam feed, add a person's name at a specific point on the image, and display the processed version, you can use ‘insertText’ function as it inserts a text into the truecolor or grayscale image.
For more information, you can refer to the documentation link below:
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!