Add example script for CenSurE

This commit is contained in:
Johannes Schönberger
2013-11-30 18:25:56 +01:00
parent 0b34d01472
commit 9871ed704f
3 changed files with 41 additions and 4 deletions
-2
View File
@@ -18,13 +18,11 @@ the BRIEF method and provides rotation and scale-invariance, see
`skimage.feature.ORB`.
"""
import numpy as np
from skimage import data
from skimage import transform as tf
from skimage.feature import (match_descriptors, corner_peaks, corner_harris,
plot_matches, BRIEF)
from skimage.color import rgb2gray
from skimage import img_as_float
import matplotlib.pyplot as plt