FastDeploy
latest
Fast & Easy to Deploy!
c_api
fastdeploy_capi
vision.h
Go to the documentation of this file.
1
// Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved.
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
#pragma once
15
16
#include "
fastdeploy_capi/core/config.h
"
17
18
#ifdef ENABLE_VISION
19
#include "
fastdeploy_capi/vision/classification/ppcls/model.h
"
20
#include "
fastdeploy_capi/vision/detection/ppdet/model.h
"
21
#include "
fastdeploy_capi/vision/detection/contrib/yolo/model.h
"
22
#include "
fastdeploy_capi/vision/ocr/ppocr/model.h
"
23
#include "
fastdeploy_capi/vision/segmentation/ppseg/model.h
"
24
#include "
fastdeploy_capi/vision/result.h
"
25
#include "
fastdeploy_capi/vision/visualize.h
"
26
#endif
27
28
#include "
fastdeploy_capi/core/fd_type.h
"
29
#include "
fastdeploy_capi/runtime/runtime_option.h
"
runtime_option.h
model.h
visualize.h
config.h
model.h
result.h
model.h
model.h
model.h
fd_type.h
Generated by
1.8.13