Merged
Merged
Conversation
syurkevi
changed the title
implements image moments
Image moments function
|
|
||
| #if AF_API_VERSION >=34 | ||
| typedef enum { | ||
| M00 = 0, |
| */ | ||
| 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 |
| void momentsOnImageTest(string pTestFile, string pImageFile, bool isColor) | ||
| { | ||
| if (noDoubleTests<double>()) return; | ||
| if (noImageIOTests()) return; |