remoce selem_num

This commit is contained in:
Olivier Debeir
2012-10-12 17:19:38 +02:00
parent 35e2e60a9b
commit b9f016a7d2
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -93,7 +93,6 @@ char shift_x, char shift_y,int bitdepth):
cdef int max_se = srows*scols
cdef int n_se_n, n_se_s, n_se_e, n_se_w
cdef int selem_num = np.sum(selem != 0)
cdef int* histo = <int*>malloc(maxbin * sizeof(int))
cdef int* se_e_r = <int*>malloc(max_se * sizeof(int))
cdef int* se_e_c = <int*>malloc(max_se * sizeof(int))
-1
View File
@@ -94,7 +94,6 @@ char shift_x, char shift_y,int bitdepth, int s0, int s1):
cdef int max_se = srows*scols
cdef int n_se_n, n_se_s, n_se_e, n_se_w
cdef int selem_num = np.sum(selem != 0)
cdef int* histo = <int*>malloc(maxbin * sizeof(int))
cdef int* se_e_r = <int*>malloc(max_se * sizeof(int))
cdef int* se_e_c = <int*>malloc(max_se * sizeof(int))
-1
View File
@@ -90,7 +90,6 @@ char shift_x, char shift_y,int bitdepth, float p0, float p1):
cdef int max_se = srows*scols
cdef int n_se_n, n_se_s, n_se_e, n_se_w
cdef int selem_num = np.sum(selem != 0)
cdef int* histo = <int*>malloc(maxbin * sizeof(int))
cdef int* se_e_r = <int*>malloc(max_se * sizeof(int))
cdef int* se_e_c = <int*>malloc(max_se * sizeof(int))
-1
View File
@@ -83,7 +83,6 @@ char shift_x, char shift_y):
cdef int max_se = srows*scols
cdef int n_se_n, n_se_s, n_se_e, n_se_w
cdef int selem_num = np.sum(selem != 0)
cdef int* histo = <int*>malloc(256 * sizeof(int))
cdef int* se_e_r = <int*>malloc(max_se * sizeof(int))
cdef int* se_e_c = <int*>malloc(max_se * sizeof(int))
-1
View File
@@ -80,7 +80,6 @@ char shift_x, char shift_y, float p0, float p1):
cdef int max_se = srows*scols
cdef int n_se_n, n_se_s, n_se_e, n_se_w
cdef int selem_num = np.sum(selem != 0)
cdef int* histo = <int*>malloc(256 * sizeof(int))
cdef int* se_e_r = <int*>malloc(max_se * sizeof(int))
cdef int* se_e_c = <int*>malloc(max_se * sizeof(int))