-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathdefault.aproj
51 lines (51 loc) · 4.52 KB
/
default.aproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<project ver="10" name="opencv_aardio_demo" libEmbed="true" icon="..." ui="win" output="opencv_aardio_demo.exe" CompanyName="单位名称" FileDescription="opencv_aardio_demo" LegalCopyright="Copyright (C) 作者 2021" ProductName="opencv_aardio_demo" InternalName="opencv_aardio_demo" FileVersion="0.0.0.19" ProductVersion="0.0.0.19" publishDir="/dist/" dstrip="true" local="false" ignored="false">
<file name="main.aardio" path="main.aardio" comment="启动程序代码"/>
<folder name="资源文件" path="res" embed="true" local="false" ignored="false"/>
<folder name="tools" path="tools" embed="true" comment="目录" local="false" ignored="false">
<file name="readApi.aardio" path="tools\readApi.aardio" comment="tools\readApi.aardio"/>
<file name="enum2const.aardio" path="tools\enum2const.aardio" comment="tools\enum2const.aardio"/>
<file name="api.aardio" path="tools\api.aardio" comment="tools\api.aardio"/>
</folder>
<folder name="test" path="test" embed="true" comment="目录" local="false" ignored="false">
<file name="aardio2.aardio" path="test\aardio2.aardio" comment="test\aardio2.aardio"/>
<file name="bitmap2Mat.aardio" path="test\bitmap2Mat.aardio" comment="test\bitmap2Mat.aardio"/>
<file name="coffee.aardio" path="test\coffee.aardio" comment="test\coffee.aardio"/>
<file name="common.aardio" path="test\common.aardio" comment="test\common.aardio"/>
<file name="contour.aardio" path="test\contour.aardio" comment="test\contour.aardio"/>
<file name="matTest.aardio" path="test\matTest.aardio" comment="test\matTest.aardio"/>
<file name="text2.aardio" path="test\text2.aardio" comment="test\text2.aardio"/>
<file name="textd.aardio" path="test\textd.aardio" comment="test\textd.aardio"/>
<file name="video.aardio" path="test\video.aardio" comment="test\video.aardio"/>
<folder name="core" path="test\core" comment="test\core" local="false" embed="false" ignored="false">
<file name="mat.aardio" path="test\core\mat.aardio" comment="test\core\mat.aardio"/>
<file name="sample.aardio" path="test\core\sample.aardio" comment="test\core\sample.aardio"/>
</folder>
<folder name="imgcodecs" path="test\imgcodecs" comment="test\imgcodecs" local="false" embed="false" ignored="false">
<file name="imgcodecs.aardio" path="test\imgcodecs\imgcodecs.aardio" comment="test\imgcodecs\imgcodecs.aardio"/>
</folder>
<folder name="imgproc" path="test\imgproc" comment="test\imgproc" local="false" embed="false" ignored="false">
<file name="blurWinform.aardio" path="test\imgproc\blurWinform.aardio" comment="test\imgproc\blurWinform.aardio"/>
<file name="clock.aardio" path="test\imgproc\clock.aardio" comment="test\imgproc\clock.aardio"/>
<file name="draw.aardio" path="test\imgproc\draw.aardio" comment="test\imgproc\draw.aardio"/>
<file name="hough.aardio" path="test\imgproc\hough.aardio" comment="test\imgproc\hough.aardio"/>
<file name="imgproc.aardio" path="test\imgproc\imgproc.aardio" comment="test\imgproc\imgproc.aardio"/>
<file name="morphology.aardio" path="test\imgproc\morphology.aardio" comment="test\imgproc\morphology.aardio"/>
<file name="person.aardio" path="test\imgproc\person.aardio" comment="test\imgproc\person.aardio"/>
<file name="threshold.aardio" path="test\imgproc\threshold.aardio" comment="test\imgproc\threshold.aardio"/>
</folder>
<folder name="video" path="test\video" comment="test\video" local="false" embed="false" ignored="false">
<file name="subtractor.aardio" path="test\video\subtractor.aardio" comment="test\video\subtractor.aardio"/>
</folder>
</folder>
<folder name="samples" path="samples" embed="true" comment="目录" local="false" ignored="false">
<file name="cornCounter.aardio" path="samples\cornCounter.aardio" comment="samples\cornCounter.aardio"/>
<file name="faceMaskDetection.aardio" path="samples\faceMaskDetection.aardio" comment="samples\faceMaskDetection.aardio"/>
<file name="matchTemplate.aardio" path="samples\matchTemplate.aardio" comment="samples\matchTemplate.aardio"/>
<file name="scanQR.aardio" path="samples\scanQR.aardio" comment="samples\scanQR.aardio"/>
<file name="yolov4.aardio" path="samples\yolov4.aardio" comment="samples\yolov4.aardio"/>
<file name="yolov5.aardio" path="samples\yolov5.aardio" comment="samples\yolov5.aardio"/>
<file name="barcode.aardio" path="samples\barcode.aardio" comment="samples\barcode.aardio"/>
<file name="algorithmTest.aardio" path="samples\algorithmTest.aardio" comment="samples\algorithmTest.aardio"/>
</folder>
</project>