Libvje / refactor : complexthreshold

* w = frame->w
This commit is contained in:
[d.j.a.y] Jerome Blanchi
2016-05-07 13:30:50 +02:00
parent e327396770
commit 8825e22c7b
4 changed files with 9 additions and 11 deletions

View File

@@ -21,7 +21,6 @@
#ifndef COMPLEXTHRESHOLD_H
#define COMPLEXTHRESHOLD_H
vj_effect *complexthreshold_init();
void complexthreshold_apply(VJFrame *frame, VJFrame *frame2, int width,
int height, int i_angle, int red, int green,
int blue, int level, int threshold);
void complexthreshold_apply(VJFrame *frame, VJFrame *frame2, int i_angle,
int red, int green, int blue, int level, int threshold);
#endif