Statistics
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
Feeds
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
answerQuestion
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
answerQuestion
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
answersQuestion
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
