Fix Warning

This commit is contained in:
St4rgazer777 2024-07-16 13:11:10 +08:00
parent ac7d5c3b7d
commit 23263df56b

View File

@ -11,7 +11,7 @@
namespace cv{
SpectralCluster::SpectralCluster() {
pImpl = makePtr<Impl>(0.1, 0.05);
pImpl = makePtr<Impl>(0.1f, 0.05f);
}
SpectralCluster::SpectralCluster(float delta_val, float eta_val) {