예제 #1
0
 public boolean testCandidate(SkinCache cache) {
   double v = cache.getFeatureValue(skinindex);
   return v < this.getThreshold();
 }
예제 #2
0
 public double getFeatureValue(SkinCache cache) {
   return cache.getFeatureValue(skinindex);
 }