Exemplo n.º 1
0
Arquivo: VGG.cs Projeto: vinchu/emgucv
 public VGG(
     int desc, float isigma,
     bool imgNormalize, bool useScaleOrientation,
     float scaleFactor, bool dscNormalize)
 {
     _ptr = ContribInvoke.cveVGGCreate(desc, isigma, imgNormalize, useScaleOrientation, scaleFactor, dscNormalize,
                                       ref _feature2D);
 }