mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
Fix Warning
This commit is contained in:
parent
ac7d5c3b7d
commit
23263df56b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user