Main Page
Namespaces
Classes
Files
File List
Classes
|
Namespaces
|
Functions
|
Variables
recognize_3d.py File Reference
Go to the source code of this file.
Classes
class
trf_learn.recognize_3d.DataScale
class
trf_learn.recognize_3d.FiducialPicker
class
trf_learn.recognize_3d.ImagePublisher
class
trf_learn.recognize_3d.InterestPointDataset
class
trf_learn.recognize_3d.NarrowTextureFeatureExtractor
class
trf_learn.recognize_3d.PCAIntensities
class
trf_learn.recognize_3d.Recognize3DParam
class
trf_learn.recognize_3d.ScanLabeler
class
trf_learn.recognize_3d.SVM
class
trf_learn.recognize_3d.SVMPCA_ActiveLearner
Namespaces
namespace
trf_learn::recognize_3d
Functions
def
trf_learn::recognize_3d.confusion_matrix
def
trf_learn::recognize_3d.dataset_to_libsvm
def
trf_learn::recognize_3d.draw_dataset
def
trf_learn::recognize_3d.draw_labeled_points
def
trf_learn::recognize_3d.draw_points
def
trf_learn::recognize_3d.find_max_in_density
def
trf_learn::recognize_3d.insert_folder_name
def
trf_learn::recognize_3d.instance_to_image
def
trf_learn::recognize_3d.instances_to_image
def
trf_learn::recognize_3d.inverse_indices
def
trf_learn::recognize_3d.load_data_from_file2
def
trf_learn::recognize_3d.make_point_exclusion_test_set
def
trf_learn::recognize_3d.preprocess_data_in_dir
def
trf_learn::recognize_3d.preprocess_scan_extract_features
def
trf_learn::recognize_3d.separate_by_labels
Variables
tuple
trf_learn::recognize_3d.current_scan_pred
= InterestPointDataset(xs,
results
, locs2d, locs3d,
None
)
tuple
trf_learn::recognize_3d.dataset
=
ut.load_pickle
(
fname
)
string
trf_learn::recognize_3d.dest
= '
mode
'
list
trf_learn::recognize_3d.dset
=
locations
['
data
']
tuple
trf_learn::recognize_3d.fname
= raw_input('pick
a
file
name
')
tuple
trf_learn::recognize_3d.fp
= FiducialPicker(
args
[0])
tuple
trf_learn::recognize_3d.fpfh
= rospy.ServiceProxy('
fpfh
', fsrv.FPFHCalc)
string
trf_learn::recognize_3d.help
= 'fiducialpicker, preprocess, or
label
'
tuple
trf_learn::recognize_3d.histogram
= np.matrix(res.hist.histograms)
tuple
trf_learn::recognize_3d.img
= cv.CloneMat(cdisp['cv'])
tuple
trf_learn::recognize_3d.ip
= ImagePublisher('active_learn')
list
trf_learn::recognize_3d.keys
=
locations
['
data
']
tuple
trf_learn::recognize_3d.kfe
= KinectFeatureExtractor()
tuple
trf_learn::recognize_3d.learner
= SVMPCA_ActiveLearner(use_pca=
True
)
tuple
trf_learn::recognize_3d.locations
=
ut.load_pickle
(
opt.locations
)
trf_learn::recognize_3d.mode
=
opt.mode
tuple
trf_learn::recognize_3d.neg_to_pos_ratio
= float(
nneg
)
int
trf_learn::recognize_3d.NEGATIVE
= 0
tuple
trf_learn::recognize_3d.nneg
=
np.sum
(
dataset.outputs
==
NEGATIVE
)
tuple
trf_learn::recognize_3d.npos
=
np.sum
(
dataset.outputs
==
POSITIVE
)
tuple
trf_learn::recognize_3d.p
= optparse.OptionParser()
tuple
trf_learn::recognize_3d.picked_i
= int(raw_input('pick
a
key
to use'))
tuple
trf_learn::recognize_3d.points3d
= np.matrix(
res.hist.points3d
)
float
trf_learn::recognize_3d.POSITIVE
= 1.0
tuple
trf_learn::recognize_3d.req
= fsrv.FPFHCalcRequest()
tuple
trf_learn::recognize_3d.res
=
fpfh
(
req
)
tuple
trf_learn::recognize_3d.results
= np.matrix(learner.classify(sdset))
tuple
trf_learn::recognize_3d.s
list
trf_learn::recognize_3d.seed_dset
=
keys
[
i
]
trf_learn::recognize_3d.trained
=
False
float
trf_learn::recognize_3d.UNLABELED
= 2.0
string
trf_learn::recognize_3d.weight_balance
= ' -w0 1 -w1 %.2f'
trf_learn
Author(s): Hai Nguyen (hai@gatech.edu) Advisor: Prof. Charlie Kemp, Lab: Healthcare Robotics Lab at Georgia Tech
autogenerated on Wed Nov 27 2013 11:47:18