Community Profile

photo

Dan


MOD

Active since 2014

Statistics

All
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Revival Level 1
  • First Answer

View badges

Content Feed

View by

Answered
Sliding window minimum and maximum filter
function [minVals,maxVals] = minmaxfilt1(vector,nhoodSz) vector = vector(:); if nhoodSz < 3 || ~floor(mod(nhoodSz,2)) ...

7 years ago | 0

Submitted


ECC registration 100x faster
A much much faster and almost as accurate version of the ecc algorithm

7 years ago | 5 downloads |

Answered
comparing two tables or datasets
isequaln(table1 ,table2) possibly your error derives from the fact that if there are nans isequal will show false.

7 years ago | 0

Answered
How to get detectPeopleACF function in matlab R2013a version?
<https://github.com/pdollar/toolbox/blob/master/detector/acfReadme.m>

7 years ago | 0

Answered
where i can find source code of "detectPeopleACF"
https://github.com/pdollar/toolbox/blob/master/detector/acfReadme.m

7 years ago | 0

Answered
Predictions using NARX Network
excellent explanation : http://www.mathworks.com/matlabcentral/answers/14970-neural-network-multi-step-ahead-prediction

7 years ago | 0

Answered
serial classification of timeseries "phases" with neural network
You may wish to consider lstm's ( long short term memory networks ( or recurrent nn's in general ) . https://github.com/yechen...

7 years ago | 1

Question


How to mathematically obtain camera trace path from video
I have an aerial video of some (approximately flat) view (no depth maps required). I want to obtain the shape of the ground p...

8 years ago | 0 answers | 0

0

answers

Answered
Do you speak Matlab ? GazeAlyze toolbox problem [Help]
I assume this is not longer a concern to this fella - but I solved a similar problem for myself and I think someone someday will...

8 years ago | 1

Submitted


calculate blur kernel from original and blurry images
deconvolution, deblur, fast, ransac, blur kernel

8 years ago | 3 downloads |

Thumbnail

Question


setting bounds for transformation parameters in registration
Hi all, I want to see if anyone knows if there is a way to set a boundary for the transformation parameters in imregister() or ...

9 years ago | 0 answers | 1

0

answers

Question


how can I use imregister() about the center of an image
Straight to the point : *Can anyone tell me 1) How I can convert the transformation matrix about the top left corner to the t...

9 years ago | 1 answer | 0

1

answer