diff --git a/full/src/params/get_params.m b/full/src/params/get_params.m new file mode 100644 index 0000000..3cd55c5 --- /dev/null +++ b/full/src/params/get_params.m @@ -0,0 +1,19 @@ +% ------------------------------------------------------------------------ +% Copyright (C) +% Universitat Politecnica de Catalunya BarcelonaTech (UPC) - Spain +% University of California Berkeley (UCB) - USA +% +% Jordi Pont-Tuset +% Pablo Arbelaez +% June 2014 +% ------------------------------------------------------------------------ +% This file is part of the MCG package presented in: +% Arbelaez P, Pont-Tuset J, Barron J, Marques F, Malik J, +% "Multiscale Combinatorial Grouping," +% Computer Vision and Pattern Recognition (CVPR) 2014. +% Please consider citing the paper if you use this code. +% ------------------------------------------------------------------------ +function params = get_params() + params = sf_mUCM_multi_3sc_u_4r_12k_params; +end +