File tree Expand file tree Collapse file tree 33 files changed +462
-0
lines changed Expand file tree Collapse file tree 33 files changed +462
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright (c) 2017 VisualDL Authors. All Rights Reserve. 
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+ 
115cmake_minimum_required (VERSION  3.2)
216project (VisualDL)
317
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2017 VisualDL Authors. All Rights Reserve. 
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+ 
115add_library (im ${PROJECT_SOURCE_DIR} /visualdl/logic/im.cc)
216add_library (sdk ${PROJECT_SOURCE_DIR} /visualdl/logic/sdk.cc ${PROJECT_SOURCE_DIR} /visualdl/utils/image.h)
317add_dependencies (im storage_proto)
Original file line number Diff line number Diff line change 1+ /*  Copyright (c) 2017 VisualDL Authors. All Rights Reserve.
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+ 
115#ifndef  VISUALDL_LOGIC_HISTOGRAM_H
216#define  VISUALDL_LOGIC_HISTOGRAM_H 
317
Original file line number Diff line number Diff line change 1+ /*  Copyright (c) 2017 VisualDL Authors. All Rights Reserve.
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+ 
115#include  " visualdl/logic/histogram.h" 
216
317#include  < gtest/gtest.h> 
Original file line number Diff line number Diff line change 1+ /*  Copyright (c) 2017 VisualDL Authors. All Rights Reserve.
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+ 
115#include  < ctime> 
216
317#include  " visualdl/logic/im.h" 
Original file line number Diff line number Diff line change 1+ /*  Copyright (c) 2017 VisualDL Authors. All Rights Reserve.
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+ 
115#ifndef  VISUALDL_LOGIC_IM_H
216#define  VISUALDL_LOGIC_IM_H 
317
Original file line number Diff line number Diff line change 1+ /*  Copyright (c) 2017 VisualDL Authors. All Rights Reserve.
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+ 
115#include  < ctype.h> 
216#include  < pybind11/pybind11.h> 
317#include  < pybind11/stl.h> 
Original file line number Diff line number Diff line change 1+ /*  Copyright (c) 2017 VisualDL Authors. All Rights Reserve.
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+ 
115#include  " visualdl/logic/sdk.h" 
216
317#include  < cstdio> 
Original file line number Diff line number Diff line change 1+ /*  Copyright (c) 2017 VisualDL Authors. All Rights Reserve.
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+ 
115#ifndef  VISUALDL_LOGIC_SDK_H
216#define  VISUALDL_LOGIC_SDK_H 
317
Original file line number Diff line number Diff line change 1+ /*  Copyright (c) 2017 VisualDL Authors. All Rights Reserve.
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+ 
115#include  " visualdl/logic/sdk.h" 
216
317#include  < gtest/gtest.h> 
                         You can’t perform that action at this time. 
           
                  
0 commit comments