This commit is contained in:
Raphael Maenle 2018-01-20 20:07:55 +01:00
parent ea60145566
commit e3cec3295e
2 changed files with 1 additions and 2 deletions

View File

@ -612,7 +612,7 @@ vector<Point> analyseParts::findCorners(vector<Point> contour, Point center){
line(drawing,Point(0,center.y-dist),Point((IMG_SIZE/2),center.y-dist),Scalar(255,0,255),3,8);
circle(drawing,quad_contour[3][max_idx],5,Scalar(50,100,255),5,8);
if(DISPLAY) imshow("draw",drawing);
return corners;
return corners;
}
unsigned char analyseParts::analyseContour(vector<Point> corners, vector<Point> contour) {

View File

@ -6,7 +6,6 @@ bool AbstractionLayer_PoempelPosition::PreProcessing(coor mySize, const vector<
//get layer information here
cout << "Abstraction Poempel Position Preprocessing... " << flush;
InitialiseConstraintMatrixSize(mySize.col, mySize.row);
cout << "Done" << endl;