Searched refs:cooccurrence (Results 1 – 1 of 1) sorted by relevance
638 **cooccurrence, in GetImageFeatures() local781 cooccurrence=(ChannelStatistics **) AcquireQuantumMemory(number_grays, in GetImageFeatures()782 sizeof(*cooccurrence)); in GetImageFeatures()791 if ((cooccurrence == (ChannelStatistics **) NULL) || in GetImageFeatures()812 if (cooccurrence != (ChannelStatistics **) NULL) in GetImageFeatures()815 cooccurrence[i]=(ChannelStatistics *) in GetImageFeatures()816 RelinquishMagickMemory(cooccurrence[i]); in GetImageFeatures()817 cooccurrence=(ChannelStatistics **) RelinquishMagickMemory( in GetImageFeatures()818 cooccurrence); in GetImageFeatures()843 cooccurrence[i]=(ChannelStatistics *) AcquireQuantumMemory(number_grays, in GetImageFeatures()[all …]