Lines Matching refs:channel_features
4150 channel_features[channel].angular_second_moment[direction]); \
4153 channel_features[channel].contrast[direction]); \
4156 channel_features[channel].contrast[direction]); \
4159 channel_features[channel].variance_sum_of_squares[direction]); \
4162 channel_features[channel].inverse_difference_moment[direction]); \
4165 channel_features[channel].sum_average[direction]); \
4168 channel_features[channel].sum_variance[direction]); \
4171 channel_features[channel].sum_entropy[direction]); \
4174 channel_features[channel].entropy[direction]); \
4177 channel_features[channel].difference_variance[direction]); \
4180 channel_features[channel].difference_entropy[direction]); \
4183 channel_features[channel].measure_of_correlation_1[direction]); \
4186 channel_features[channel].measure_of_correlation_2[direction]); \
4189 channel_features[channel].maximum_correlation_coefficient[direction]); \
4201 *channel_features; local
4278 channel_features=GetImageFeatures(image,distance,exception);
4279 if (channel_features == (ChannelFeatures *) NULL)
4294 channel_features=(ChannelFeatures *)
4295 RelinquishMagickMemory(channel_features);