Background Subtract (Rolling Ball)
Posted: 2011-05-24T03:41:38-07:00
Hello,
I need and image processing library that has the following algorithms that will run in a .NET/C# environment.
* Background Subtraction (Rolling Ball method)
* Sharpen
* Template Matching (using Normalised Cross Correlation Coefficients method)
Unfortunately I haven't been able to find a library that has all these algorithms
I believe there is a C# interface for IM
I believe that Sharpen is available in IM
I believe that compare has a metric option with NCC. Is that the same as NCCC ??
The biggest hurdle seems to be Background Subtraction using the Rolling Ball method
Does this exist in IM anywhere ??
Does anyone know if there is an alternative algorithm that will provide similar results ??
Many thanks for any assistance.
Cheers, Brendan.
I need and image processing library that has the following algorithms that will run in a .NET/C# environment.
* Background Subtraction (Rolling Ball method)
* Sharpen
* Template Matching (using Normalised Cross Correlation Coefficients method)
Unfortunately I haven't been able to find a library that has all these algorithms
I believe there is a C# interface for IM
I believe that Sharpen is available in IM
I believe that compare has a metric option with NCC. Is that the same as NCCC ??
The biggest hurdle seems to be Background Subtraction using the Rolling Ball method
Does this exist in IM anywhere ??
Does anyone know if there is an alternative algorithm that will provide similar results ??
Many thanks for any assistance.
Cheers, Brendan.