资源简介

        本例子集成了“MLP”,"SVM","KNN","GMM",分类器算法,可以作为进行物体分类,缺陷检测的参考案例。

资源截图

代码片段和文件信息

//
//  File generated by HDevelop for HALCON/DOTNET (C#) Version 12.0
//

using HalconDotNet;

public partial class HDevelopExport
{
#if !(NO_EXPORT_MAIN || NO_EXPORT_APP_MAIN)
  public HDevelopExport()
  {
    // Default settings used in HDevelop 
    HOperatorSet.SetSystem(“width“ 512);
    HOperatorSet.SetSystem(“height“ 512);
    if (HalconAPI.isWindows)
      HOperatorSet.SetSystem(“use_window_thread““true“);
    action();
  }
#endif

  // Procedures 
  // External procedures 
  // Chapter: Develop
  // Short Description: Switch dev_update_pc dev_update_var and dev_update_window to ‘off‘. 
  public void dev_update_off ()
  {

    // Initialize local and output iconic variables 
    //This procedure sets different update settings to ‘off‘.
    //This is useful to get the best perfo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         926  2020-01-13 11:22  DeepLearning.sln
     文件       99328  2020-03-13 20:21  DeepLearning.v11.suo
     目录           0  2020-03-05 21:11  DeepLearning\
     文件         167  2020-01-13 20:31  DeepLearning\App.config
     目录           0  2020-03-05 21:11  DeepLearning\bin\
     目录           0  2020-03-05 21:11  DeepLearning\bin\Debug\
     目录           0  2020-03-05 21:11  DeepLearning\bin\Debug\class\
     文件         468  2020-03-02 18:00  DeepLearning\bin\Debug\class\novelty_detection.gmm
     文件       67584  2020-03-13 20:07  DeepLearning\bin\Debug\DeepLearning.exe
     文件         167  2020-01-13 20:31  DeepLearning\bin\Debug\DeepLearning.exe.config
     文件       97792  2020-03-13 20:07  DeepLearning\bin\Debug\DeepLearning.pdb
     文件       22472  2020-03-17 16:27  DeepLearning\bin\Debug\DeepLearning.vshost.exe
     文件         167  2020-01-13 20:31  DeepLearning\bin\Debug\DeepLearning.vshost.exe.config
     文件         490  2019-03-19 12:47  DeepLearning\bin\Debug\DeepLearning.vshost.exe.manifest
     文件     1279544  2014-11-15 02:27  DeepLearning\bin\Debug\halcondotnet.dll
     文件     4074746  2014-11-15 01:07  DeepLearning\bin\Debug\halcondotnet.xml
     文件          47  2020-02-05 09:45  DeepLearning\bin\Debug\parame.ini
     目录           0  2020-03-05 21:11  DeepLearning\bin\Debug\pic\
     文件      382014  2008-09-15 16:55  DeepLearning\bin\Debug\pic\citrus_fruits_01.png
     文件      372914  2008-09-15 16:55  DeepLearning\bin\Debug\pic\citrus_fruits_02.png
     文件      359898  2008-09-15 16:55  DeepLearning\bin\Debug\pic\citrus_fruits_03.png
     文件      336937  2008-09-15 16:55  DeepLearning\bin\Debug\pic\citrus_fruits_04.png
     文件      353940  2008-09-15 16:55  DeepLearning\bin\Debug\pic\citrus_fruits_05.png
     文件      399688  2008-09-15 16:55  DeepLearning\bin\Debug\pic\citrus_fruits_06.png
     文件      358656  2008-09-15 16:55  DeepLearning\bin\Debug\pic\citrus_fruits_07.png
     文件      355178  2008-09-15 16:56  DeepLearning\bin\Debug\pic\citrus_fruits_08.png
     文件      350335  2008-09-15 16:56  DeepLearning\bin\Debug\pic\citrus_fruits_09.png
     文件      360627  2008-09-15 16:56  DeepLearning\bin\Debug\pic\citrus_fruits_10.png
     文件      381441  2008-09-15 16:56  DeepLearning\bin\Debug\pic\citrus_fruits_11.png
     文件      383522  2008-09-15 16:56  DeepLearning\bin\Debug\pic\citrus_fruits_12.png
     文件      339055  2008-09-15 16:56  DeepLearning\bin\Debug\pic\citrus_fruits_13.png
............此处省略52个文件信息

评论

共有 条评论