photo

buen yson


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
123,975
of 301,428

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

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


how to crop the binary image from the point of the centroid of an image to some extent in real time?
i tried using imcrop but the video wont run. i also tried using this code d=15; %cropping radius cropped = f(x0-d:x0+...

9 years ago | 1 answer | 0

1

answer

Question


how to create a database to be used in sign language recognition?
i guess this is what people call the training set, how do i do this? do i have to convert frames to image files?

13 years ago | 1 answer | 0

1

answer

Question


how to track blobs and set a specific dimension for analysis?
good day! im currently on a project that tracks certain colored objects in real time, and extract its data for further process....

13 years ago | 0 answers | 0

0

answers

Question


how to count for whitespace symbol occurrences in a .txt file?
i found a way to read the .txt file and count the symbols using this code: v=textread('FF7.m','%c'); count=length(strfind(v,...

13 years ago | 2 answers | 0

2

answers