Bugfixes
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
|
||||
namespace OpenVulkano::AR
|
||||
{
|
||||
float ArFrame::GetConfidenceNormalisationFactor() const
|
||||
{
|
||||
return m_session->GetSessionMetadata().GetConfidenceNormalisationFactor();
|
||||
}
|
||||
ArFrame::ArFrame(const std::shared_ptr<ArSession>& session, size_t frameId)
|
||||
: m_session(session), m_frameId(frameId)
|
||||
, m_confidenceNormalisationFactor(session ? session->GetSessionMetadata().GetConfidenceNormalisationFactor() : 0.5f)
|
||||
{}
|
||||
|
||||
void ArFrame::Save()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user