Searched refs:toGrayscale (Results 1 – 17 of 17) sorted by relevance
32 BOOST_CHECK(toGrayscale(QImage()).isNull()); in BOOST_AUTO_TEST_CASE()53 BOOST_REQUIRE(toGrayscale(mono) == gray); in BOOST_AUTO_TEST_CASE()54 BOOST_CHECK(toGrayscale(mono_lsb) == gray); in BOOST_AUTO_TEST_CASE()72 BOOST_CHECK(toGrayscale(argb32) == gray); in BOOST_AUTO_TEST_CASE()
135 const GrayImage gray_seed(toGrayscale(bin_seed.toQImage())); in BOOST_AUTO_TEST_CASE()136 const GrayImage gray_mask(toGrayscale(bin_mask.toQImage())); in BOOST_AUTO_TEST_CASE()
78 static Mat toGrayscale(InputArray _src) { in toGrayscale() function113 reconstruction = toGrayscale(reconstruction); in onTrackbar()165 reconstruction = toGrayscale(reconstruction); // re-scale for displaying purposes in main()
146 QColor FillZoneEditor::toGrayscale(const QColor& color) { in toGrayscale() function in output::FillZoneEditor165 return &FillZoneEditor::toGrayscale; in colorAdapterFor()
82 static QColor toGrayscale(const QColor& color);
2392 img = toGrayscale(canvas); in applyFillZonesInPlace()
35 GrayImage::GrayImage(const QImage& image) : m_image(toGrayscale(image)) {} in GrayImage()
71 QImage toGrayscale(const QImage& src);
47 const QImage gray(toGrayscale(src)); in binarizeSauvola()129 const QImage gray(toGrayscale(src)); in binarizeWolf()
143 QImage toGrayscale(const QImage& src) { in toGrayscale() function268 const QImage gray(toGrayscale(image)); in darkestGrayLevel()
294 return savGolFilterGrayToGray(toGrayscale(src), window_size, hor_degree, vert_degree); in savGolFilter()
26 … : m_origImage(image), m_grayImage(toGrayscale(m_origImage)), m_xform(image.rect(), Dpm(image)) {} in FilterData()
263 static inline float toGrayscale (const Vec4& c) in toGrayscale() function337 const float luma = toGrayscale(cmp.getPixel(x, y)); in fuzzyCompare()
121 void toGrayscale(bool cmyk);
141 toGrayscale(cmyk); in applyEffect()1127 void ScImage::toGrayscale(bool cmyk) in toGrayscale() function in ScImage
180 void DebugUpdateFrameBuffer(bool toGrayscale);
1181 void PPU::DebugUpdateFrameBuffer(bool toGrayscale) in DebugUpdateFrameBuffer() argument1184 if(toGrayscale) { in DebugUpdateFrameBuffer()