Searched refs:InterpolateNearestNeighbor (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/colmap/colmap-3.6/src/util/ |
H A D | bitmap_test.cc | 267 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 D | bitmap.h | 141 bool InterpolateNearestNeighbor(const double x, const double y,
|
H A D | bitmap.cc | 219 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 D | fusion.cc | 380 workspace_->GetBitmap(image_idx).InterpolateNearestNeighbor( in Fuse()
|