You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Doc_BoxAlgorithm_FeatureAggregator.dox-part 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /**
  2. * \page BoxAlgorithm_FeatureAggregator Feature aggregator
  3. __________________________________________________________________
  4. Detailed description
  5. __________________________________________________________________
  6. * |OVP_DocBegin_BoxAlgorithm_FeatureAggregator_Description|
  7. * This plugins aggregates the features it receives on its inputs
  8. * into a feature vector that can be used for classification.
  9. * |OVP_DocEnd_BoxAlgorithm_FeatureAggregator_Description|
  10. __________________________________________________________________
  11. Inputs description
  12. __________________________________________________________________
  13. * |OVP_DocBegin_BoxAlgorithm_FeatureAggregator_Inputs|
  14. * |OVP_DocEnd_BoxAlgorithm_FeatureAggregator_Inputs|
  15. * |OVP_DocBegin_BoxAlgorithm_FeatureAggregator_Input1|
  16. * A stream of matrices containing features.
  17. * |OVP_DocEnd_BoxAlgorithm_FeatureAggregator_Input1|
  18. * |OVP_DocBegin_BoxAlgorithm_FeatureAggregator_Input2|
  19. * A stream of matrices containing features.
  20. * |OVP_DocEnd_BoxAlgorithm_FeatureAggregator_Input2|
  21. __________________________________________________________________
  22. Outputs description
  23. __________________________________________________________________
  24. * |OVP_DocBegin_BoxAlgorithm_FeatureAggregator_Outputs|
  25. * |OVP_DocEnd_BoxAlgorithm_FeatureAggregator_Outputs|
  26. * |OVP_DocBegin_BoxAlgorithm_FeatureAggregator_Output1|
  27. * A stream of feature vectors made by aggregating incoming features.
  28. * |OVP_DocEnd_BoxAlgorithm_FeatureAggregator_Output1|
  29. __________________________________________________________________
  30. Examples description
  31. __________________________________________________________________
  32. * |OVP_DocBegin_BoxAlgorithm_FeatureAggregator_Examples|
  33. * |OVP_DocEnd_BoxAlgorithm_FeatureAggregator_Examples|
  34. __________________________________________________________________
  35. Miscellaneous description
  36. __________________________________________________________________
  37. * |OVP_DocBegin_BoxAlgorithm_FeatureAggregator_Miscellaneous|
  38. * |OVP_DocEnd_BoxAlgorithm_FeatureAggregator_Miscellaneous|
  39. */