Exemplo n.º 1
0
 public BoostDesc(int desc, bool useScaleOrientation, float scalefactor)
 {
     _ptr = ContribInvoke.cveBoostDescCreate(desc, useScaleOrientation, scalefactor, ref _feature2D);
 }