style(*): format things.

This commit is contained in:
TinyO 2019-09-05 16:26:54 +08:00
parent af65c2674b
commit 413ae7cacf
10 changed files with 10 additions and 11 deletions

View File

@ -11,10 +11,9 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#include "api/camera_models/camera.h"
#include <opencv2/calib3d/calib3d.hpp>
#include "camera.h"
MYNTEYE_BEGIN_NAMESPACE
namespace models {

View File

@ -23,7 +23,7 @@
#include <opencv2/core/eigen.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include "equidistant_camera.h"
#include "api/camera_models/equidistant_camera.h"
#include "util/gpl.h"
MYNTEYE_BEGIN_NAMESPACE

View File

@ -18,7 +18,7 @@
#include <string>
#include <opencv2/core/core.hpp>
#include "camera.h" // NO_LINT
#include "api/camera_models/camera.h"
MYNTEYE_BEGIN_NAMESPACE

View File

@ -14,7 +14,7 @@
#ifndef MYNTEYE_API_PROCESSOR_DEPTH_PROCESSOR_H_
#define MYNTEYE_API_PROCESSOR_DEPTH_PROCESSOR_H_
#pragma once
#include <memory>
#include <string>
#include "mynteye/api/processor.h"

View File

@ -14,7 +14,7 @@
#ifndef MYNTEYE_API_PROCESSOR_DEPTH_PROCESSOR_OCV_H_
#define MYNTEYE_API_PROCESSOR_DEPTH_PROCESSOR_OCV_H_
#pragma once
#include <memory>
#include <string>
#include "mynteye/api/processor.h"

View File

@ -14,7 +14,7 @@
#ifndef MYNTEYE_API_PROCESSOR_DISPARITY_NORMALIZED_PROCESSOR_H_
#define MYNTEYE_API_PROCESSOR_DISPARITY_NORMALIZED_PROCESSOR_H_
#pragma once
#include <memory>
#include <string>
#include "mynteye/api/processor.h"

View File

@ -14,7 +14,7 @@
#ifndef MYNTEYE_API_PROCESSOR_DISPARITY_PROCESSOR_H_
#define MYNTEYE_API_PROCESSOR_DISPARITY_PROCESSOR_H_
#pragma once
#include <memory>
#include <string>
#include "mynteye/api/processor.h"
#include "mynteye/types.h"

View File

@ -16,7 +16,7 @@
#pragma once
#include <string>
#include <memory>
#include <opencv2/core/core.hpp>
#include "mynteye/api/processor.h"

View File

@ -16,7 +16,7 @@
#pragma once
#include <string>
#include <memory>
#include <opencv2/core/core.hpp>
#include "mynteye/api/processor.h"

View File

@ -16,7 +16,7 @@
#pragma once
#include <string>
#include <memory>
#include <opencv2/core/core.hpp>
#include "mynteye/api/processor.h"