[BEGINNER] How to create an object ?
이전 댓글 표시
Hi everyone,for my engineering school, i have to create an object with around 1000 points. So friends created house or animal, but I don't know how to create any object on Matlab , can you help me please?
답변 (1개)
Image Analyst
2017년 11월 20일
편집: Image Analyst
2017년 11월 20일
How about this:
myObject = ones(480, 640, 'uint8');
How about that? Does that work for you? If not, why not? Be more specific.
Or see my attached demo and see my Image Segmentation Tutorial https://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862&sort=downloads_desc
Also see this:
카테고리
도움말 센터 및 File Exchange에서 Marine and Underwater Vehicles에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!