How can i pass 'MinSize' and 'MaxSize' name-value pairs into the object's constructor?
Show older comments
I am using cascade object detector, and i want to pass a minsize and maxsize but i don't know how to implement it in my matlab code
For minsize For h=w=20
[ h w]=MinSize(I) MinSize(h/4, w/4)=x MinSize[x x]
And for max
MaxSIze(h,w)=y MaxSize[y y]
4 Comments
Geoff Hayes
on 13 Jun 2014
Misrak Seifu
on 13 Jun 2014
Edited: Misrak Seifu
on 13 Jun 2014
Geoff Hayes
on 13 Jun 2014
What have you attempted so far? What do you want h and w to vary between?
Misrak Seifu
on 13 Jun 2014
Accepted Answer
More Answers (0)
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!