mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-15 11:25:53 +08:00
update-mcp: Small fix.
Need _start and _end attributes for the MCP class. It worked for my own tests because I overloaded the MCP class.
This commit is contained in:
@@ -18,6 +18,8 @@ ctypedef cnp.int16_t OFFSETS_INDEX_T
|
||||
cdef class MCP:
|
||||
cdef heap.FastUpdateBinaryHeap costs_heap
|
||||
cdef object costs_shape
|
||||
cdef object _starts
|
||||
cdef object _ends
|
||||
cdef DIM_T dim
|
||||
cdef BOOL_T dirty
|
||||
cdef BOOL_T use_start_cost
|
||||
|
||||
Reference in New Issue
Block a user