@@ -458,7 +458,6 @@ int Classify::PruneClasses(const INT_TEMPLATES_STRUCT* int_templates,
458
458
* Globals:
459
459
* - local_matcher_multiplier_ Normalization factor multiplier
460
460
* param ClassTemplate Prototypes & tables for a class
461
- * param BlobLength Length of unormalized blob
462
461
* param NumFeatures Number of features in blob
463
462
* param Features Array of features
464
463
* param NormalizationFactor Fudge factor from blob normalization process
@@ -537,7 +536,6 @@ void IntegerMatcher::Match(INT_CLASS ClassTemplate,
537
536
* param ClassTemplate Prototypes & tables for a class
538
537
* param ProtoMask AND Mask for proto word
539
538
* param ConfigMask AND Mask for config word
540
- * param BlobLength Length of unormalized blob
541
539
* param NumFeatures Number of features in blob
542
540
* param Features Array of features
543
541
* param ProtoArray Array of good protos
@@ -549,7 +547,6 @@ int IntegerMatcher::FindGoodProtos(
549
547
INT_CLASS ClassTemplate,
550
548
BIT_VECTOR ProtoMask,
551
549
BIT_VECTOR ConfigMask,
552
- uint16_t BlobLength,
553
550
int16_t NumFeatures,
554
551
INT_FEATURE_ARRAY Features,
555
552
PROTO_ID *ProtoArray,
@@ -606,7 +603,6 @@ int IntegerMatcher::FindGoodProtos(
606
603
* @param ClassTemplate Prototypes & tables for a class
607
604
* @param ProtoMask AND Mask for proto word
608
605
* @param ConfigMask AND Mask for config word
609
- * @param BlobLength Length of unormalized blob
610
606
* @param NumFeatures Number of features in blob
611
607
* @param Features Array of features
612
608
* @param FeatureArray Array of bad features
@@ -618,7 +614,6 @@ int IntegerMatcher::FindBadFeatures(
618
614
INT_CLASS ClassTemplate,
619
615
BIT_VECTOR ProtoMask,
620
616
BIT_VECTOR ConfigMask,
621
- uint16_t BlobLength,
622
617
int16_t NumFeatures,
623
618
INT_FEATURE_ARRAY Features,
624
619
FEATURE_ID *FeatureArray,
0 commit comments