photo

Ain Syahid


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
245,639
of 301,440

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


from this code, it is can detect an image but why webcam cannot capture only the shape that I need on conveyer belt?
% Find certain shapes in an image based on their shape. clc; % Clear the command window. close all; % Close all figures (e...

9 years ago | 0 answers | 0

0

answers

Question


Hi,,anyone can help me. I problem on how to set the range of circularities for each type of shape and how to make the video only capture the image if there an shape on surface, not everytime it take pictures?
% Find certain shapes in an image based on their shape. clc; % Clear the command window. close all; % Close all figures (e...

9 years ago | 0 answers | 0

0

answers

Question


How to compare reference image in existence folder with an image that need to be taken from webcam in MATLAB?
% Demo to find certain shapes in an image based on their shape. clc; % Clear the command window. close all; % Close ...

9 years ago | 0 answers | 0

0

answers

Question


why I cannot detect type of shape on conveyer belt?
function W = Classify(ImageFile) imaqhwinfo cam=imaqhwinfo; cam.InstalledAdaptors vid=videoinput('winvideo',1); preview...

9 years ago | 0 answers | 0

0

answers