当前位置:网站首页>C # joint configuration with Halcon
C # joint configuration with Halcon
2022-07-05 07:54:00 【BoomBiuBiu】
1、 project ---- attribute ---- Generate ---- Change the target platform to the corresponding platform of your computer , My computer is 64 Bit , So choose X64
2、 Click on the menu bar Any CPU Small triangle of ---- Configuration manager ---- newly build ---- choice X64
3、 project ---- Add reference ---- Browse ---- choice halcon Under installation path bin/dotnet35/halcondotnet.dll---- Add reference
4、 Right click on the window form1---- Look at the code ---- Add using HalconDotNet;
C# And halcon Joint configuration of completed , The process is not complicated , Operate according to the procedure !
边栏推荐
- Altium designer 19.1.18 - hide the fly line of a network
- Create inf module in AMI code
- Altium Designer 19.1.18 - 隐藏某一个网络的飞线
- Day07 type of mathematical operator automatic conversion relational operator bitwise operator blind date math
- "Source code interpretation" famous programmer TJ's only library
- MySQL blind note common functions
- A simple method to prove 1/t Fourier transform
- C language uses arrays to realize the intersection, union, difference and complement of sets
- 1089 insert or merge, including test point 5
- Can't find real-time chat software? Recommend to you what e-commerce enterprises are using!
猜你喜欢
Extended application of single chip microcomputer-06 independent key
Consul installation
1-stm32 operation environment construction
Programming knowledge -- basis of C language
The printer encountered an abnormal configuration problem 0x8007007e (win10)
How to select conductive slip ring
High end electronic chips help upgrade traditional oil particle monitoring
万字详解八大排序 必读(代码+动图演示)
mysql 盲注常见函数
Altium designer 19.1.18 - hide the fly line of a network
随机推荐
Mlperf training v2.0 list released, with the same GPU configuration, the performance of Baidu PaddlePaddle ranks first in the world
[untitled] record the visual shock of the Winter Olympics and the introduction of the display screen
Opendrive ramp
P3D gauge size problem
String judgment
Day07 type of mathematical operator automatic conversion relational operator bitwise operator blind date math
Rename directory in C [closed] - renaming a directory in C [closed]
Win10 shortcut key
Interview catalogue
TCP and UDP
Global and Chinese markets of large aperture scintillators 2022-2028: Research Report on technology, participants, trends, market size and share
UEFI development learning 5 - simple use of protocol
Record the torch encountered by win10 cuda. is_ False problem in available()
Practical application cases of digital Twins - fans
Extended application of single chip microcomputer-06 independent key
Day06 class variables instance variables local variables constant variables naming conventions
How to excavate and research ideas from the paper
The printer encountered an abnormal configuration problem 0x8007007e (win10)
Global and Chinese market of urban rail connectors 2022-2028: Research Report on technology, participants, trends, market size and share
C#,数值计算(Numerical Recipes in C#),线性代数方程的求解,LU分解(LU Decomposition)源程序