Binning of Samples / BaseConverter #1460
-
I took the Decimate class in BaseConverter.h and modified it to write a Binning class. My question is how shall I implement a main program that is using a class from the BaseConverter.h and applies it to a stream. The following code is not quite right:
Proposed extension of the BaseConverter.h:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Using binning as copy target, it should be
or using it as copy source it would be
Both should work, but I usually prefer the first option. |
Beta Was this translation helpful? Give feedback.
Using binning as copy target, it should be
or using it as copy source it would be