27#ifndef HUGIN_WXPLATFORM_H
28#define HUGIN_WXPLATFORM_H
42 for (
size_t i = 0;
i < len;
i++) {
48 if (
idx != str::npos) {
53 }
while (
idx != str::npos);
namespace for various utils
bool str2double(const wxString &s, double &d)
wxString doubleTowxString(double d, int digits)
str wxQuoteFilename(const str &arg)
Quote a filename, so that it is surrounded by "".
str wxQuoteStringInternal(const str &arg, const str "echar, const str &replacements)
str wxQuoteString(const str &arg)
Try to escape special chars on windows and linux.
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.