eLynx SDK
v3.0.1 C++ image processing API reference |
#include <ResampleHelper.h>
Public Member Functions | |
ResampleHelper (uint32 iOldSize, uint32 iNewSize, EResampleFilter iFilter) | |
uint32 | GetContributorCount (uint32 iNewIndex) const |
uint32 | GetOldIndex (uint32 iNewIndex, uint32 iContributor) const |
double | GetWeight (uint32 iNewIndex, uint32 iContributor) const |
Definition at line 27 of file ResampleHelper.h.
eLynx::Math::ResampleHelper::ResampleHelper | ( | uint32 | iOldSize, | |
uint32 | iNewSize, | |||
EResampleFilter | iFilter | |||
) |
uint32 eLynx::Math::ResampleHelper::GetContributorCount | ( | uint32 | iNewIndex | ) | const |
uint32 eLynx::Math::ResampleHelper::GetOldIndex | ( | uint32 | iNewIndex, | |
uint32 | iContributor | |||
) | const |
double eLynx::Math::ResampleHelper::GetWeight | ( | uint32 | iNewIndex, | |
uint32 | iContributor | |||
) | const |