Home
last modified time | relevance | path

Searched refs:InterpolateNearestNeighbor (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/colmap/colmap-3.6/src/util/
H A Dbitmap_test.cc267 BOOST_CHECK(bitmap.InterpolateNearestNeighbor(5, 5, &color)); in BOOST_AUTO_TEST_CASE()
269 BOOST_CHECK(bitmap.InterpolateNearestNeighbor(5.4999, 5.4999, &color)); in BOOST_AUTO_TEST_CASE()
271 BOOST_CHECK(bitmap.InterpolateNearestNeighbor(5.5, 5.5, &color)); in BOOST_AUTO_TEST_CASE()
273 BOOST_CHECK(bitmap.InterpolateNearestNeighbor(4.5, 5.4999, &color)); in BOOST_AUTO_TEST_CASE()
H A Dbitmap.h141 bool InterpolateNearestNeighbor(const double x, const double y,
H A Dbitmap.cc219 bool Bitmap::InterpolateNearestNeighbor(const double x, const double y, in InterpolateNearestNeighbor() function in colmap::Bitmap
/dports/graphics/colmap/colmap-3.6/src/mvs/
H A Dfusion.cc380 workspace_->GetBitmap(image_idx).InterpolateNearestNeighbor( in Fuse()