You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Compile-time firewall preventing cryptic void deduction errors on unsupported raw types
6188
+
static_assert(!std::same_as<ScalarT, ScalarT>, "The underlying channel type of the multi-channel image is not supported by difference_of_gaussian or im2double.");
6189
+
}
6183
6190
};
6184
6191
using MultiChannelDiffT = decltype(apply_each(input, deduce_type_lambda));
static_assert(!std::same_as<ScalarT, ScalarT>, "The underlying channel type of the multi-channel image is not supported by difference_of_gaussian or im2double.");
0 commit comments