Compile fix

This commit is contained in:
AlexeyAB
2018-03-04 18:15:56 +03:00
parent 74f98da211
commit 48586c8d4d

View File

@ -972,7 +972,7 @@ void calc_anchors(char *datacfg, int num_of_clusters, int final_width, int final
cvReleaseMat(&labels);
}
#else
void calc_anchors(char *datacfg, int num_of_clusters, int final_width, int final_height) {
void calc_anchors(char *datacfg, int num_of_clusters, int final_width, int final_height, int show) {
printf(" k-means++ can't be used without OpenCV, because there is used cvKMeans2 implementation \n");
}
#endif // OPENCV