c83b5b39
Liu Haoyu
项目创建, 集成spring-se...
|
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
|
Long pictime, int flag, int tag, String personid, int[] vehicleplaterect, double vehicleplatedetectscore, int vehicleplatetype,
double vehicle_plate_numScore, double vehicle_color_score, int vehicle_color_index, double vehicle_detect_score,
int[] vehicle_detect_syRectParam, double vehicle_win_score, int[] vehicle_win_syRectParam, int vehicle_special_type,
double vehicle_special_score, double vehicle_illegal_driver_smoke_confidence, int vehicle_illegal_driver_smoke_status,
double vehicle_illegal_driver_belt_confidence, int vehicle_illegal_driver_belt_status,
double vehicle_illegal_driver_phone_confidence, int vehicle_illegal_driver_phone_status,
double vehicle_illegal_driver_person_confidence, int vehicle_illegal_driver_person_status,
double vehicle_illegal_copilot_smoke_confidence, int vehicle_illegal_copilot_smoke_status,
double vehicle_illegal_copilot_belt_confidence, int vehicle_illegal_copilot_belt_status,
double vehicle_illegal_copilot_phone_confidence, int vehicle_illegal_copilot_phone_status,
double vehicle_illegal_copilot_person_confidence, int vehicle_illegal_copilot_person_status,
String vehicle_recg_issue_year, String vehicle_recg_brand, String vehicle_recg_type, String vehicle_recg_subbrand,
String vehicle_recg_freight_ton, double vehicle_recg_name_score, int vehicle_pendant_count, double[] vehicle_fea_feature,
PendantParams[] vehicle_pendant_Params, PlatePlateNumParams[] vehicle_plate_plateNumParams, String vehicle_plate_hphm,
Integer vehicle_pendant_detect_njbnumber, Integer vehicle_pendant_detect_gjexis, Integer vehicle_pendant_detect_zybexis, String personUrl, String snapshoturl) {
this.count = count;
|
c83b5b39
Liu Haoyu
项目创建, 集成spring-se...
|
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
|
this.longitude = longitude;
this.latitude = latitude;
this.picurl = picurl;
this.recordid = recordid;
this.pictime = pictime;
this.flag = flag;
this.tag = tag;
this.personid = personid;
this.vehicleplaterect = vehicleplaterect;
this.vehicleplatedetectscore = vehicleplatedetectscore;
this.vehicleplatetype = vehicleplatetype;
this.vehicle_plate_numScore = vehicle_plate_numScore;
this.vehicle_color_score = vehicle_color_score;
this.vehicle_color_index = vehicle_color_index;
this.vehicle_detect_score = vehicle_detect_score;
this.vehicle_detect_syRectParam = vehicle_detect_syRectParam;
this.vehicle_win_score = vehicle_win_score;
this.vehicle_win_syRectParam = vehicle_win_syRectParam;
this.vehicle_special_type = vehicle_special_type;
this.vehicle_special_score = vehicle_special_score;
this.vehicle_illegal_driver_smoke_confidence = vehicle_illegal_driver_smoke_confidence;
this.vehicle_illegal_driver_smoke_status = vehicle_illegal_driver_smoke_status;
this.vehicle_illegal_driver_belt_confidence = vehicle_illegal_driver_belt_confidence;
this.vehicle_illegal_driver_belt_status = vehicle_illegal_driver_belt_status;
this.vehicle_illegal_driver_phone_confidence = vehicle_illegal_driver_phone_confidence;
this.vehicle_illegal_driver_phone_status = vehicle_illegal_driver_phone_status;
this.vehicle_illegal_driver_person_confidence = vehicle_illegal_driver_person_confidence;
this.vehicle_illegal_driver_person_status = vehicle_illegal_driver_person_status;
this.vehicle_illegal_copilot_smoke_confidence = vehicle_illegal_copilot_smoke_confidence;
this.vehicle_illegal_copilot_smoke_status = vehicle_illegal_copilot_smoke_status;
this.vehicle_illegal_copilot_belt_confidence = vehicle_illegal_copilot_belt_confidence;
this.vehicle_illegal_copilot_belt_status = vehicle_illegal_copilot_belt_status;
this.vehicle_illegal_copilot_phone_confidence = vehicle_illegal_copilot_phone_confidence;
this.vehicle_illegal_copilot_phone_status = vehicle_illegal_copilot_phone_status;
this.vehicle_illegal_copilot_person_confidence = vehicle_illegal_copilot_person_confidence;
this.vehicle_illegal_copilot_person_status = vehicle_illegal_copilot_person_status;
this.vehicle_recg_issue_year = vehicle_recg_issue_year;
this.vehicle_recg_brand = vehicle_recg_brand;
this.vehicle_recg_type = vehicle_recg_type;
this.vehicle_recg_subbrand = vehicle_recg_subbrand;
this.vehicle_recg_freight_ton = vehicle_recg_freight_ton;
this.vehicle_recg_name_score = vehicle_recg_name_score;
this.vehicle_pendant_count = vehicle_pendant_count;
this.vehicle_fea_feature = vehicle_fea_feature;
this.vehicle_pendant_Params = vehicle_pendant_Params;
this.vehicle_plate_plateNumParams = vehicle_plate_plateNumParams;
this.vehicle_plate_hphm = vehicle_plate_hphm;
this.vehicle_pendant_detect_njbnumber = vehicle_pendant_detect_njbnumber;
this.vehicle_pendant_detect_gjexis = vehicle_pendant_detect_gjexis;
this.vehicle_pendant_detect_zybexis = vehicle_pendant_detect_zybexis;
this.personUrl = personUrl;
this.snapshoturl = snapshoturl;
}
}
|