mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 11:21:39 +08:00
fixes #2662
This commit is contained in:
@@ -90,7 +90,7 @@ void lle(my_vector_of_vectors_t& indm, my_vector_of_vectors_t& samples, float ep
|
||||
Mat ptDotN(20, 1, DataType<float>::type), imd(20, 1, DataType<float>::type);
|
||||
Mat Cones(20, 1, DataType<float>::type), Cinv(20, 1, DataType<float>::type);
|
||||
float alpha, beta, lagrangeMult;
|
||||
Cones += 1;
|
||||
Cones = 1;
|
||||
|
||||
C = 0;
|
||||
rhs = 1;
|
||||
|
Reference in New Issue
Block a user