Saving unsuccessful separable filtering code

This commit is contained in:
Steven Robertson
2011-05-05 10:40:22 -04:00
parent 1aafe4a93c
commit fac6f838a4
3 changed files with 133 additions and 3 deletions

View File

@ -112,6 +112,9 @@ class Features(object):
self.width = genomes[0].width
self.height = genomes[0].height
self.acc_width = genomes[0].width
self.acc_height = genomes[0].height
self.acc_stride = genomes[0].width
class XFormFeatures(object):
def __init__(self, xforms, xform_id):