Skip to content

Commit

Permalink
Added example of new histogram equalization filter
Browse files Browse the repository at this point in the history
  • Loading branch information
amarcu5 committed Aug 23, 2014
1 parent be7898a commit a3505cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
case GPUIMAGE_HAZE: cell.textLabel.text = @"Haze"; break;
case GPUIMAGE_CHROMAKEYNONBLEND: cell.textLabel.text = @"Chroma key"; break;
case GPUIMAGE_HISTOGRAM: cell.textLabel.text = @"Histogram"; break;
case GPUIMAGE_HISTOGRAM_EQUALIZATION: cell.textLabel.text = @"Histogram Equalization"; break;
case GPUIMAGE_AVERAGECOLOR: cell.textLabel.text = @"Average color"; break;
case GPUIMAGE_LUMINOSITY: cell.textLabel.text = @"Luminosity"; break;
case GPUIMAGE_THRESHOLD: cell.textLabel.text = @"Threshold"; break;
Expand Down

0 comments on commit a3505cf

Please sign in to comment.