示例#1
0
		public FeatureOccurrence(FeatureWrapper feature, int left, int top){
			this.left = left;
			this.top = top;
			this.FeatureWrapper = feature;
		}
示例#2
0
 public FeatureOccurrence(FeatureWrapper feature, int left, int top)
 {
     this.left           = left;
     this.top            = top;
     this.FeatureWrapper = feature;
 }