def __init__(self, orientations=5, pixels_per_cell=(8, 8), cells_per_block=(3, 3), resize=96):
self.transform = PrepCombiner([BWTransform(), ResizeTransform(resize)])
self.orientations = orientations
self.pixels_per_cell = pixels_per_cell
self.cells_per_block = cells_per_block
# Process the hog feature
评论列表
文章目录