Skip to content

Commit 1f5aaad

Browse files
committed
imlib/filter: Vectorize morph() kernel.
1 parent 1a6ea45 commit 1f5aaad

File tree

4 files changed

+191
-425
lines changed

4 files changed

+191
-425
lines changed

src/omv/imlib/edge.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ typedef struct gvec {
2121
} gvec_t;
2222

2323
void imlib_edge_simple(image_t *src, rectangle_t *roi, int low_thresh, int high_thresh) {
24-
imlib_morph(src, 1, kernel_high_pass_3, 1.0f, 0.0f, false, 0, false, NULL);
24+
imlib_morph(src, 1, kernel_high_pass_3, 1, false, 0, false, NULL);
2525
list_t thresholds;
2626
list_init(&thresholds, sizeof(color_thresholds_list_lnk_data_t));
2727
color_thresholds_list_lnk_data_t lnk_data;

0 commit comments

Comments
 (0)