Esempio n. 1
0
 public static extern ErrorType object_detector_scan_fhog_pyramid_operator(PyramidType pyramidType,
                                                                           uint pyramidRate,
                                                                           FHogFeatureExtractorType featureExtractorType,
                                                                           IntPtr detector,
                                                                           MatrixElementType elementType,
                                                                           IntPtr matrix,
                                                                           out IntPtr dets);
Esempio n. 2
0
 public static extern ErrorType draw_fhog_object_detector_scan_fhog_pyramid(PyramidType pyramid_type,
                                                                            uint pyramid_rate,
                                                                            FHogFeatureExtractorType extractor_type,
                                                                            IntPtr obj,
                                                                            uint weightIndex,
                                                                            int cellDrawSize,
                                                                            out IntPtr out_matrix);
Esempio n. 3
0
 public static extern ErrorType object_detector_scan_fhog_pyramid_serialize(byte[] fileName,
                                                                            int filepathLength,
                                                                            PyramidType pyramidType,
                                                                            uint pyramidRate,
                                                                            FHogFeatureExtractorType featureExtractorType,
                                                                            IntPtr obj,
                                                                            out IntPtr errorMessage);
Esempio n. 4
0
 public static extern ErrorType scan_fhog_pyramid_evaluate_detectors(PyramidType pyramid_type,
                                                                     uint pyramid_rate,
                                                                     FHogFeatureExtractorType extractor_type,
                                                                     IntPtr[] objects,
                                                                     int objects_num,
                                                                     MatrixElementType elementType,
                                                                     IntPtr image,
                                                                     double adjust_threshold,
                                                                     out IntPtr ret);
Esempio n. 5
0
 public static extern void object_detector_scan_fhog_pyramid_delete(PyramidType pyramidType,
                                                                    uint pyramidRate,
                                                                    FHogFeatureExtractorType featureExtractorType,
                                                                    IntPtr detector);
Esempio n. 6
0
 public static extern ErrorType object_detector_scan_fhog_pyramid_new(PyramidType pyramidType,
                                                                      uint pyramidRate,
                                                                      FHogFeatureExtractorType featureExtractorType,
                                                                      out IntPtr detector);
 public static extern ErrorType cross_validate_object_detection_trainer_scan_fhog_pyramid_test_object_detection_function_rectangle(PyramidType pyramid_type,
                                                                                                                                   uint pyramid_rate,
                                                                                                                                   FHogFeatureExtractorType extractor_type,
                                                                                                                                   IntPtr obj,
                                                                                                                                   MatrixElementType elementType,
                                                                                                                                   IntPtr images,
                                                                                                                                   IntPtr objects,
                                                                                                                                   out IntPtr matrix);
Esempio n. 8
0
 public static extern ErrorType structural_object_detection_trainer_scan_fhog_pyramid_new(PyramidType pyramidType,
                                                                                          uint pyramidRate,
                                                                                          FHogFeatureExtractorType featureExtractorType,
                                                                                          IntPtr scanner,
                                                                                          out IntPtr pyramid);
Esempio n. 9
0
 public static extern ErrorType structural_object_detection_trainer_scan_fhog_pyramid_train_rectangle(PyramidType pyramid_type,
                                                                                                      uint pyramid_rate,
                                                                                                      FHogFeatureExtractorType extractor_type,
                                                                                                      IntPtr obj,
                                                                                                      MatrixElementType elementType,
                                                                                                      IntPtr images,
                                                                                                      IntPtr objects,
                                                                                                      out IntPtr detector);
Esempio n. 10
0
 public static extern ErrorType structural_object_detection_trainer_scan_fhog_pyramid_set_num_threads(PyramidType pyramid_type,
                                                                                                      uint pyramid_rate,
                                                                                                      FHogFeatureExtractorType extractor_type,
                                                                                                      IntPtr obj,
                                                                                                      uint thread);
Esempio n. 11
0
 public static extern ErrorType scan_fhog_pyramid_set_nuclear_norm_regularization_strength(PyramidType pyramid_type,
                                                                                           uint pyramid_rate,
                                                                                           FHogFeatureExtractorType extractor_type,
                                                                                           IntPtr obj,
                                                                                           double strength);
Esempio n. 12
0
 public static extern ErrorType structural_object_detection_trainer_scan_fhog_pyramid_be_verbose(PyramidType pyramid_type,
                                                                                                 uint pyramid_rate,
                                                                                                 FHogFeatureExtractorType extractor_type,
                                                                                                 IntPtr obj);
Esempio n. 13
0
 public static extern void structural_object_detection_trainer_scan_fhog_pyramid_delete(PyramidType pyramidType,
                                                                                        uint pyramidRate,
                                                                                        FHogFeatureExtractorType featureExtractorType,
                                                                                        IntPtr pyramid);
Esempio n. 14
0
 public static extern ErrorType scan_fhog_pyramid_new(PyramidType pyramidType,
                                                      uint pyramidRate,
                                                      FHogFeatureExtractorType featureExtractorType,
                                                      out IntPtr pyramid);
Esempio n. 15
0
 public static extern ErrorType scan_fhog_pyramid_threshold_filter_singular_values(PyramidType pyramid_type,
                                                                                   uint pyramid_rate,
                                                                                   FHogFeatureExtractorType extractor_type,
                                                                                   IntPtr obj,
                                                                                   double thresh,
                                                                                   uint weight_index,
                                                                                   out IntPtr ret);
Esempio n. 16
0
 public static extern ErrorType scan_fhog_pyramid_num_separable_filters(PyramidType pyramid_type,
                                                                        uint pyramid_rate,
                                                                        FHogFeatureExtractorType extractor_type,
                                                                        IntPtr obj,
                                                                        uint weight_index,
                                                                        out uint ret);
Esempio n. 17
0
 public static extern ErrorType structural_object_detection_trainer_scan_fhog_pyramid_set_epsilon(PyramidType pyramid_type,
                                                                                                  uint pyramid_rate,
                                                                                                  FHogFeatureExtractorType extractor_type,
                                                                                                  IntPtr obj,
                                                                                                  double epsilon);
Esempio n. 18
0
 public static extern ErrorType scan_fhog_pyramid_set_detection_window_size(PyramidType pyramid_type,
                                                                            uint pyramid_rate,
                                                                            FHogFeatureExtractorType extractor_type,
                                                                            IntPtr obj,
                                                                            uint width,
                                                                            uint height);