MCPcopy Create free account
hub / github.com/alicevision/AliceVision / processInPlace

Method processInPlace

src/aliceVision/imageProcessing/imageProcessing.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace imageProcessing {
24
25bool ImageProcess::processInPlace(const sfmData::SfMData & sfmData, sfmData::View & view, camera::IntrinsicBase * camera, image::Image<image::RGBAfColor> & image, bool dryRun)
26{
27 return processInternal(sfmData, view, camera, image, dryRun);
28}
29
30bool ExposureProcess::processInternal(const sfmData::SfMData & sfmData, sfmData::View & view, camera::IntrinsicBase * camera,
31 image::Image<image::RGBAfColor> & image, bool dryRun)

Callers 1

aliceVision_mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected