FlowEngine 7.530
Photogrammetry Software Development Kit
|
#include "Utilities.h"
#include "Internal/CameraImpl.h"
#include "Internal/SparsePointCloudImpl.h"
#include <FlowCore/InputOutput/Log.h>
#include <FlowCore/Math/CvUtils.h>
#include <FlowCore/Math/EpipolarLine.h>
#include <FlowCore/NanoFlann/NanoFlannEigen.h>
#include <FlowCore/SBA/BundleOptimizer.h>
#include <vector>
#include <algorithm>
#include <map>
Namespaces | |
namespace | FlowEngine |
Functions | |
const char * | FlowEngine::GetResultMessage (Result inResult) |
Result | FlowEngine::SampleEpipolarLine (const CameraInterface &referenceCamera, const Point2 &referencePoint, const CameraInterface &targetCamera, int sampleCount, Buffer< Point2 > inOutPoints) |
Result | FlowEngine::ComputeCamerasRating (Buffer< CameraInterface * > cameras, Buffer< Pair< CameraInterface *, Point2 > > selectedPoints, Buffer< int > inOutRatings) |
Compute camera ratings based on point visibility. | |