Color Follower Robot

버전 1.2.0.0 (2.77 KB) 작성자: Tejas Varunjikar
Code detects the red object in the image captured by webcam and communicates with micro-controller
다운로드 수: 3.1K
업데이트 날짜: 2010/5/16

라이선스 보기

I had written this code for my mechatronics course project: Color Following Robot/Image Processing Robot. It follows object of any particular color (red in this case).
1) The robot (RC car) has a webcam mounted on top of it which captures images continuously. (Image Acquisition Toolbox)
2) Image processing toolbox helps to process these images to detect red pixels in the image. It finds area and centroid position of red object.
3) External Interfaces feature helps to set up a serial port object which send appropriate output to the microcontroller (PIC16F690 in this case) which controls RC servo & DC motor.
4) C code for PIC microcontroller available upon the request.
5) This code can be helpful to people who want to use image processing/ serial port communication for their projects.

Cheers,
Tejas

인용 양식

Tejas Varunjikar (2026). Color Follower Robot (https://kr.mathworks.com/matlabcentral/fileexchange/27422-color-follower-robot), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Motion Detection에 대해 자세히 알아보기
커뮤니티
 Power Electronics Control 커뮤니티에 더 많은 파일이 있습니다
버전 게시됨 릴리스 정보
1.3.0.0

Added an image (flowchart), file remains same.

1.2.0.0

none

1.0.0.0