Skip to content

Commit

Permalink
fix for wrong cv headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 5, 2023
1 parent 684d9c6 commit 809471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebARKit/include/WebARKitGL.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef WEBARKITGL_H
#define WEBARKITGL_H

#include <opencv2/core.h>
#include <opencv2/core.hpp>

void arglCameraViewRHf(float para[3][4], float m_modelview[16], const float scale) {
m_modelview[0 + 0 * 4] = para[0][0]; // R1C1
Expand Down

0 comments on commit 809471e

Please sign in to comment.