photo

shamika sanjeewani


Last seen: 6 years ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
227,606
of 301,428

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,271

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,497

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

  • Thankful Level 1

View badges

Feeds

View by

Question


hello.. Im trying to read the digital output values of IR line following sensor in matlab,which is connected to arduino UNO board. but it is not working. can somebody help me to solve this out,please
this is the matlab code I used. delete(instrfind({'Port'},{'COM5'})); s = serial('COM5', 'BaudRate', 9600); fopen(s); a=fsca...

9 years ago | 0 answers | 0

0

answers

Question


hi, I need to get the X,Y coordinates of white pixels area. can anyone help me to do this,please
this is the code I used. I1 = imread('try.jpg'); % read image ID1 = im2double(I1); % convert to double ...

9 years ago | 3 answers | 0

3

answers

Question


I want to draw a bounding around the white area and calculate the white area of this image after thresholding. please help me to do this.
this is the code I used. I1 = imread('try.jpg'); % read image ID1 = im2double(I1); % convert to double IDG1 =...

9 years ago | 0 answers | 0

0

answers

Question


I need to detect the stamp on the envelope and I need to transfer the that data to arduino MEGA board without input commands. please help me to do this.
here is the matlab code for detecting the stamp on the envelope. I = imread('xy.jpg'); I = rgb2ind (I,colorcube(150)); ...

9 years ago | 1 answer | 0

1

answer

Question


I'm new to matlab image processing. i need to recognize an envelope from the white back ground and i want recognize the stamp on the envelope too by using color variation. please can you help me to do this?
i did only this. a=imread('xyz.jpg'); imshow(a); d=impixel(a); a=imread('xyz.jpg'); a_gray = rgb2gray(a); figure, imshow(a...

10 years ago | 0 answers | 0

0

answers