GaussKernel
Description
Possible dimensions of gaussian kernel used to smooth image.
namespace GaussKernel
{
enum Type
{
_3x3,
_5x5,
_7x7,
_9x9,
_11x11
};
}
Possible dimensions of gaussian kernel used to smooth image.
namespace GaussKernel
{
enum Type
{
_3x3,
_5x5,
_7x7,
_9x9,
_11x11
};
}