Renamed _construct.pyx to _build_rag.pyx and some code corrections

This commit is contained in:
Vighnesh Birodkar
2014-06-19 02:50:25 +05:30
parent 53318c44df
commit 2a7ec3afd4
5 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import networkx as nx
from skimage import util
from ._construct import construct_rag_meancolor_2d
from ._construct import construct_rag_meancolor_3d
from ._build_rag import construct_rag_meancolor_2d
from ._build_rag import construct_rag_meancolor_3d
class RAG(nx.Graph):