syurkevi · GitHub

Merged

Merged

Conversation

@syurkevi syurkevi changed the title implements image moments Image moments function

Jun 7, 2016

#if AF_API_VERSION >=34
typedef enum {
M00 = 0,

@syurkevi

*/
AFAPI af_err af_rgb2ycbcr(af_array* out, const af_array in, const af_ycc_std standard);
#endif

\ingroup image_func_moments
*/
AFAPI void moments(double* out, const array& in, const af_moment_type moment);
#endif

@syurkevi

optimize loops in kernels. dynamically-sized shared memory. varname corrections

@syurkevi

…mage_moments_devel

@syurkevi

void momentsOnImageTest(string pTestFile, string pImageFile, bool isColor)
{
if (noDoubleTests<double>()) return;
if (noImageIOTests()) return;

@syurkevi

@pavanky

Read the original on github.com ↗