|
|
|
@ -54,9 +54,8 @@ public class HelloWorld {
|
|
|
|
|
// }
|
|
|
|
|
// templeConfig.boxStudy();//边框聚类
|
|
|
|
|
// //精准模式在全部学习结束的时候一定要使用此方法,速度模式不要调用此方法
|
|
|
|
|
// templeConfig.startLvq();//原型向量量化
|
|
|
|
|
//templeConfig.boxStudy();//边框回归
|
|
|
|
|
//templeConfig.clustering();//进行聚类
|
|
|
|
|
templeConfig.startLvq();//原型向量量化
|
|
|
|
|
templeConfig.boxStudy();//边框回归
|
|
|
|
|
for (int j = 1; j < 2; j++) {
|
|
|
|
|
Matrix right = picture.getImageMatrixByLocal("/Users/lidapeng/Desktop/myDocment/c/c" + j + ".png");
|
|
|
|
|
Map<Integer, List<FrameBody>> map = operation.lookWithPosition(right, j);
|
|
|
|
|