718c41634f
1.项目后端整体迁移至PaddleOCR-NCNN算法,已通过基本的兼容性测试 2.工程改为使用CMake组织,后续为了更好地兼容第三方库,不再提供QMake工程 3.重整权利声明文件,重整代码工程,确保最小化侵权风险 Log: 切换后端至PaddleOCR-NCNN,切换工程为CMake Change-Id: I4d5d2c5d37505a4a24b389b1a4c5d12f17bfa38c
31 lines
1.4 KiB
XML
31 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
|
<UIVisualizer ServiceId="{A452AFEA-3DF6-46BB-9177-C0B08F318025}" Id="1" MenuName="Add to Image Watch"/>
|
|
|
|
<!-- Tencent NCNN ncnn::Mat support -->
|
|
|
|
<Type Name="hiSVP_BLOB_S">
|
|
<UIVisualizer ServiceId="{A452AFEA-3DF6-46BB-9177-C0B08F318025}" Id="1" />
|
|
</Type>
|
|
|
|
<Type Name="hiSVP_BLOB_S">
|
|
<DisplayString Condition="enType==0">{{INT32, {unShape.stWhc.u32Chn} x {unShape.stWhc.u32Width} x {unShape.stWhc.u32Height}}}</DisplayString>
|
|
<DisplayString Condition="enType==1">{{UINT8, {unShape.stWhc.u32Chn} x {unShape.stWhc.u32Width} x {unShape.stWhc.u32Height}}}</DisplayString>
|
|
<Expand>
|
|
<Synthetic Name="[type]" Condition="enType==0">
|
|
<DisplayString>INT32</DisplayString>
|
|
</Synthetic>
|
|
<Synthetic Name="[type]" Condition="enType==1">
|
|
<DisplayString>UINT8</DisplayString>
|
|
</Synthetic>
|
|
<Item Name="[channels]">unShape.stWhc.u32Chn</Item>
|
|
<Item Name="[width]">unShape.stWhc.u32Width</Item>
|
|
<Item Name="[height]">unShape.stWhc.u32Height</Item>
|
|
<Item Name="[planes]">unShape.stWhc.u32Chn</Item>
|
|
<Item Name="[data]">u64VirAddr</Item>
|
|
<Item Name="[stride]" Condition="enType==0">u32Stride</Item>
|
|
<Item Name="[stride]" Condition="enType==1">u32Stride</Item>
|
|
</Expand>
|
|
</Type>
|
|
</AutoVisualizer>
|