Benjamin Dempsey
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
260,785
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Area, pixel to metre conversion
I have an image which i have opened in matlab, i found the area of that image in pixels. I know each pixels dimensions by having...
8 years ago | 2 answers | 0
2
answersQuestion
how would i track the speed of the centroid of the moving objects?
function multiObjectTracking() obj = setupSystemObjects(); tracks = initializeTracks(); % Create an empty array of track...
9 years ago | 4 answers | 0
4
answersQuestion
Calculating the speed of moving object
I would like to calculate the speed of moving object, i used the code below as a help to track object. How would i calculate th...
9 years ago | 1 answer | 0
1
answerQuestion
I have some code that detects objects in a video (the video is of a lava lamp). I would like to measure the velocity of the bubbles using the centroid.
I'm assuming i will need to work out how far they move per frame but I'm struggling to work out how to do this as i am a beginne...
9 years ago | 1 answer | 0
1
answerQuestion
convert frames into video. Previous code i took frames from video, edited them and now i want to put them back. I got code from previous answer but it isnt working. Thanks
% Make an avi movie from a collection of PNG images in a folder. % Specify the folder. myFolder = 'C:\Users\bende\Docume...
9 years ago | 1 answer | 0
1
answerQuestion
Read and edit image frames saved in a fodler
Below is the code i used but it is only changing one image and i want them all changed and saved in a sepereate folder ...
9 years ago | 1 answer | 0