Skip to content

Commit

Permalink
rename the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
isikdogan committed May 6, 2016
1 parent d572530 commit 7574e3d
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

import cv2
from cne import singularity_index, delineate, preprocess, georef, visualization
from rivamap import singularity_index, delineate, preprocess, georef, visualization

#You can download the example images from AWS:
#http://landsat-pds.s3.amazonaws.com/L8/138/045/LC81380452015067LGN00/LC81380452015067LGN00_B3.TIF
Expand Down
2 changes: 1 addition & 1 deletion examples/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"outputs": [],
"source": [
"import cv2\n",
"from cne import preprocess, singularity_index, delineate, georef, visualization"
"from rivamap import preprocess, singularity_index, delineate, georef, visualization"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
import glob
import cv2
import numpy as np
from cne import singularity_index, delineate, preprocess, georef
from rivamap import singularity_index, delineate, preprocess, georef
from multiprocessing import Process
import time
import zipfile
import ntpath

# Reads images from base_dir and saves the results to save_dir
base_dir = "/home/leo/landsat_1x1_new/"
save_dir = "/home/leo/cne_output/"
save_dir = "/home/leo/rivamap_output/"
landsat_images = glob.glob(base_dir + '*.zip')

def chunks(l, n):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cne/delineate.py → rivamap/delineate.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import numpy as np
from scipy.ndimage import sum as ndsum
from scipy.ndimage import label as ndlabel
from cne import preprocess
from rivamap import preprocess

def extractCenterlines(orient, psi):
""" Uses the previously computed singularity index response (psi)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7574e3d

Please sign in to comment.