从树的图像中提取特征.
将特征降至二维向量并在该空间可视化数据集.
xy = DimensionReduce[features, 2];
ListPlot[List /@ xy, PlotMarkers -> (Image[#, ImageSize -> 50] & /@ tree), ImageSize -> 500]