Merge remote-tracking branch 'origin/master'

This commit is contained in:
JiatongSun
2019-08-08 11:20:52 +08:00
13 changed files with 36873 additions and 31264 deletions

View File

@@ -18,7 +18,7 @@ static double areaRatio(const std::vector<cv::Point> &contour, const cv::Rotated
} }
static bool isValidLightBlob(const std::vector<cv::Point> &contour, const cv::RotatedRect &rect) { static bool isValidLightBlob(const std::vector<cv::Point> &contour, const cv::RotatedRect &rect) {
return (1.5 < lw_rate(rect) && lw_rate(rect) < 10) && return (1.2 < lw_rate(rect) && lw_rate(rect) < 10) &&
// (rect.size.area() < 3000) && // (rect.size.area() < 3000) &&
((rect.size.area() < 50 && areaRatio(contour, rect) > 0.4) || ((rect.size.area() < 50 && areaRatio(contour, rect) > 0.4) ||
(rect.size.area() >= 50 && areaRatio(contour, rect) > 0.6)); (rect.size.area() >= 50 && areaRatio(contour, rect) > 0.6));
@@ -130,8 +130,13 @@ bool ArmorFinder::findLightBlobs(const cv::Mat &src, LightBlobs &light_blobs) {
color_channel = channels[2]; /************************/ color_channel = channels[2]; /************************/
} }
int light_threshold;
cv::threshold(color_channel, src_bin_light, 200, 255, CV_THRESH_BINARY); // 二值化对应通道 if(enemy_color == ENEMY_BLUE){
light_threshold = 225;
}else{
light_threshold = 200;
}
cv::threshold(color_channel, src_bin_light, light_threshold, 255, CV_THRESH_BINARY); // 二值化对应通道
if (src_bin_light.empty()) return false; if (src_bin_light.empty()) return false;
imagePreProcess(src_bin_light); // 开闭运算 imagePreProcess(src_bin_light); // 开闭运算

View File

@@ -30,7 +30,7 @@ using namespace std;
McuData mcu_data = { // 单片机端回传结构体 McuData mcu_data = { // 单片机端回传结构体
0, // 当前云台yaw角 0, // 当前云台yaw角
0, // 当前云台pitch角 0, // 当前云台pitch角
BIG_ENERGY_STATE, // 当前状态,自瞄-大符-小符 ARMOR_STATE, // 当前状态,自瞄-大符-小符
0, // 云台角度标记位 0, // 云台角度标记位
1, // 是否启用数字识别 1, // 是否启用数字识别
ENEMY_RED, // 敌方颜色 ENEMY_RED, // 敌方颜色
@@ -42,7 +42,7 @@ WrapperHead *video_gimbal = nullptr; // 云台摄像头视频源
WrapperHead *video_chassis = nullptr; // 底盘摄像头视频源 WrapperHead *video_chassis = nullptr; // 底盘摄像头视频源
Serial serial(115200); // 串口对象 Serial serial(115200); // 串口对象
uint8_t last_state = INIT_STATE; // 上次状态,用于初始化y uint8_t last_state = INIT_STATE; // 上次状态,用于初始化
// 自瞄主程序对象 // 自瞄主程序对象
ArmorFinder armor_finder(mcu_data.enemy_color, serial, PROJECT_DIR"/tools/para/"); ArmorFinder armor_finder(mcu_data.enemy_color, serial, PROJECT_DIR"/tools/para/");
// 能量机关主程序对象 // 能量机关主程序对象
@@ -66,8 +66,8 @@ int main(int argc, char *argv[]) {
video_gimbal = new CameraWrapper(ARMOR_CAMERA_EXPOSURE, ARMOR_CAMERA_GAIN, 2/*, "armor"*/); video_gimbal = new CameraWrapper(ARMOR_CAMERA_EXPOSURE, ARMOR_CAMERA_GAIN, 2/*, "armor"*/);
video_chassis = new CameraWrapper(ENERGY_CAMERA_EXPOSURE, ENERGY_CAMERA_GAIN, 2/*, "energy"*/); video_chassis = new CameraWrapper(ENERGY_CAMERA_EXPOSURE, ENERGY_CAMERA_GAIN, 2/*, "energy"*/);
} else { } else {
video_gimbal = new VideoWrapper("/home/sun/桌面/video_8.8/8.7.4-big.avi"); video_gimbal = new VideoWrapper(PROJECT_DIR"/8-7-NO7.avi");
video_chassis = new VideoWrapper("/home/sun/桌面/video_8.8/8.7.4-big.avi"); video_chassis = new VideoWrapper(PROJECT_DIR"/8-7-NO7.avi");
} }
if (video_gimbal->init()) { if (video_gimbal->init()) {
LOGM("video_gimbal source initialization successfully."); LOGM("video_gimbal source initialization successfully.");

View File

@@ -5,5 +5,5 @@ echo "echo sjturm | sudo -S cpufreq-set -g performance" >> $2/startup-run
echo "mkdir $1/Mark" >> $2/startup-run echo "mkdir $1/Mark" >> $2/startup-run
echo "mkdir $1/gimbal_video" >> $2/startup-run echo "mkdir $1/gimbal_video" >> $2/startup-run
echo "mkdir $1/armor_box_photo" >> $2/startup-run echo "mkdir $1/armor_box_photo" >> $2/startup-run
echo "gnome-terminal -- bash -c \"echo sjturm | sudo -S $1/tools/monitor.sh \\\"$2/run --run-with-camera --save-video --save-mark --wait-uart --save-labelled-boxes\\\"\"" >> $2/startup-run echo "gnome-terminal -- bash -c \"echo sjturm | sudo -S $1/tools/monitor.sh \\\"$2/run --run-with-camera --save-video --save-mark --show-armor-box --wait-uart --save-labelled-boxes\\\"\"" >> $2/startup-run
chmod +x $2/startup-run chmod +x $2/startup-run

View File

@@ -1,5 +1,7 @@
4 6
1.0091771 -0.13957113
0.75360304 0.06878903
0.32836446 0.031124229
0.27722517 1.4302016
-0.1433692
1.1473336

View File

@@ -1,304 +1,454 @@
3 3
4 6
5 5
5 5
-0.17910863 0.026539411
-0.4318622 0.42253798
-0.09879855 0.6257618
-0.2527657 0.7803654
-0.003185846 0.56751746
-0.24181125 0.26718912
-0.22703612 0.7051625
-0.15493874 0.71628624
-0.2673384 0.7642506
-0.1819421 0.49248695
-0.31178552 0.16620474
-0.28891796 0.3780306
-0.11877854 0.7110501
-0.042131122 0.6030068
0.026375793 0.4948883
-0.19158052 0.24835615
-0.29840896 0.33591226
-0.24933136 0.43040946
0.039657716 0.5077497
-0.055364735 0.5212336
-0.2232829 -0.027971355
-0.16785903 0.2103128
-0.08067796 0.25356093
-0.14220497 0.07722227
-0.052384917 0.18559895
0.2925089 0.32333145
0.4120845 0.345134
0.74341506 0.4201757
0.46763578 0.6501012
0.05146623 0.71342164
0.12698977 0.27166557
0.37261236 0.4905165
0.3935419 0.6236048
0.25898162 0.7930295
0.09589428 0.7500772
-0.07213641 0.17779675
-0.038921334 0.56028295
-0.12157692 0.74555326
-0.15212508 0.5372084
-0.2717337 0.70782083
-0.47516355 0.27072752
-0.46624485 0.50543845
-0.39659253 0.57856107
-0.44488105 0.65362686
-0.3394327 0.53758156
-0.7773469 0.20370956
-0.7779741 0.38661864
-0.6962402 0.5690749
-0.6390625 0.24994203
-0.4063025 0.42308953
-0.3319438 -0.05610049
-0.172019 0.0263962
-0.1487266 0.16409136
-0.059425462 -0.12595575
-0.5637472 -0.28413054
-0.4794723 -0.08711743
-0.17114113 0.3854187
-0.124104835 0.18076564
-0.1422774 0.08114622
-0.46598396 -0.31865782
-0.24039365 -0.10122112
-0.097418234 0.17201129
-0.16818337 0.116371
-0.11984148 0.13443075
-0.33931422 -0.3267171
-0.44539857 -0.23860133
-0.24116643 -0.092047565
-0.29605874 0.09856403
-0.33807465 -0.15966126
-0.28152493 -0.42780057
-0.56546307 -0.27054727
-0.39060664 -0.17382775
-0.35741603 -0.19402348
-0.35687912 -0.50262624
-0.46636894 -0.6701677
0.14518812 0.021166094
0.4821144 -0.15367271
0.5773368 -0.3535248
0.47862282 -0.3223209
-0.0036273596 -0.3930027
0.30863026 -0.012587458
0.7124475 -0.2514576
0.6963923 -0.028994415
0.5037382 -0.23040394
0.06670285 -0.22344537
0.2502652 -0.28225404
0.6361536 -0.12920779
0.6030103 -0.084865615
0.39931953 -0.079808
0.010197 -0.24189578
0.005658264 -0.077354565
0.3676686 -0.1364608
0.40003213 -0.08271066
0.123263404 0.015865652
-0.21369831 -0.17308144
-0.17989804 -0.016932748
0.121360116 -0.10400943
0.091518335 -0.15847488
-0.056652848 -0.19929907
-0.22265385 -0.024590252
-0.18409944 -0.305961
-0.09295049 0.41650155
-0.2132571 0.71885103
-0.032158993 0.5064972
0.12517115 0.2556136
-0.13795944 -0.2217093
-0.06709729 0.3904318
0.039619576 0.679353
-0.0006297424 0.41345686
0.06414801 0.1750823
-0.13557242 -0.07011908
-0.12444049 0.21723142
0.052859586 0.36451343
0.08972692 0.2734496
0.08433124 -0.1827238
-0.25193617 -0.2640027
-0.034116596 -0.07665969
0.10257884 -0.07281056
-0.0813059 -0.17140535
0.14102417 -0.506126
-0.01561462 -0.39344314
-0.12441367 -0.19199198
-0.06327993 -0.43100312
0.07099745 -0.5216478
0.092985496 -0.8140914
1.2042538 -0.22539687
1.6012002 -0.1332064
1.4479427 -0.18383063
1.420359 -0.3015942
0.9067958 -0.3543749
0.90693825 -0.07875634
0.99859256 -0.046881627
1.1281759 -0.17341466
0.92514807 -0.17210038
0.6260572 -0.16427462
0.3877627 -0.12995729
0.80519366 -0.09128473
0.78809965 -0.07223676
0.40321863 -0.05202489
0.32943872 -0.17732152
-0.0053374222 0.032028172
0.18448626 0.022708599
0.107170284 -0.07037333
0.10005993 -0.24315825
-0.16069353 -0.3907585
-0.7013289 0.09521279
-0.5937218 -0.07241904
-0.39329964 -0.15533188
-0.54779977 -0.030434519
-0.26227468 -0.262898
0.18688947 0.796653
0.5373189 0.9267637
0.4971937 0.93120253
0.36489144 0.9917096
0.20950799 0.9490124
0.29940185 0.8625081
0.70193636 1.0733354
0.6888256 1.1211755
0.5748779 1.1176518
0.3576433 0.9001717
0.4846778 0.7897956
0.4782251 1.1967996
0.595415 1.1863062
0.46374205 1.0460231
0.23162521 0.86984694
0.1836071 0.7440283
0.6178091 0.88651806
0.4126544 0.9017338
0.30283985 0.81466335
0.069174975 0.6403854
0.20002016 0.50749934
0.33548093 0.5359783
0.4232866 0.54264694
0.2476043 0.5598802
0.055189032 0.41759288
0.64387447 0.21787402
0.7521561 0.42994195
0.9530232 0.5423997
0.64297724 0.46424487
0.37787715 0.4637137
0.99285096 0.4655036
1.3132018 0.5988346
1.341937 0.5442244
0.8890728 0.71659744
0.18775573 0.6306643
1.1528043 0.52392393
1.5992627 0.66216165
1.3921872 0.57559747
1.0223932 0.50626665
0.26917282 0.53091234
1.0887872 0.50743634
1.2642268 0.57716715
1.1114879 0.7824497
0.99118245 0.41367468
0.18824795 0.55546504
0.72434646 0.3030582
0.9969674 0.6136134
0.75941694 0.36521676
0.2788769 0.43919942
0.06330827 0.33232304
0.3379218 0.51073956
0.38304228 0.9655301
0.15966837 1.0148821
0.06552013 0.8726425
0.22279483 0.30961013
0.47186407 0.747004
0.3023434 1.1461548
0.15868987 1.3142052
0.36460325 0.889127
0.41104573 0.45464084
0.54084533 0.5808323
0.4334561 1.0770975
0.066557705 1.3939735
0.26149863 0.9165097
0.3445064 0.6586972
0.29846537 0.57355326
0.29767045 0.9547619
0.23790114 0.9447146
0.2407646 0.66483366
0.18820773 0.30041847
0.6914044 0.3404827
0.3369548 0.5929992
0.06690724 0.7068603
0.33968616 0.41881943
0.17404509 -0.11529228
0.30407158 -0.06013718
0.62336475 0.029292889
0.74080175 0.2176899
0.771039 0.14616063
0.32719693 0.14816451
0.05196804 0.13036805
0.5231301 0.1793373
0.52714443 0.3953
0.4547435 0.51387286
0.23422526 0.35285914
-0.11604373 0.06709124
0.08960786 0.2171802
0.19092675 0.6583215
0.025418878 0.5220034
-0.06518472 0.44539294
-0.4900632 0.054360673
-0.28887513 0.18225458
-0.38429824 0.47989392
-0.14329949 0.5178179
-0.45585087 0.4576618
-1.1915381 0.16889913
-0.9375932 0.27844474
-0.88366616 0.32638916
-0.69623137 0.39993882
-0.753396 0.119894765
0.38348418 0.67456526
0.48294187 1.4996389
0.81900734 1.7681378
0.5752385 1.6962894
0.44599837 1.266272
0.46160296 0.73875403
0.50811654 1.6141837
0.84765434 1.7386745
0.83705807 1.671539
0.49037558 1.1571932
0.45781556 0.546496
0.66121346 1.1523583
0.74837935 1.2499596
0.826023 1.2602416
0.4797475 0.7421503
0.55850804 0.19625238
0.7921718 0.6587611
0.79744506 0.66948915
0.6750988 0.43528196
0.50738907 -0.008682725
0.45437953 0.05109705
0.3676156 0.13888682
0.39970928 0.24387836
0.61358935 -0.13002548
0.36798403 -0.3703551
-0.3223326 0.06102093
0.3191823 0.0076322197
0.7694816 -0.035532437
0.64701074 -0.029681634
0.27089536 -0.057815406
-0.05426875 0.20116982
0.6930354 0.27798048
0.86902654 0.22556874
0.82074445 0.3058461
0.24869677 0.039763346
0.34902167 0.10804575
0.67622364 0.42170766
0.9523535 0.3397586
0.8549106 0.44702667
0.33760756 0.19944976
0.02921901 0.12492277
0.62082803 0.2690411
1.030941 0.31178012
0.8063479 0.307435
0.5262463 0.09525637
0.06173069 0.31001845
0.54954135 0.20959602
0.57165706 0.30736595
0.5380805 0.2639023
0.2607899 0.07473994
-0.20428133
0.123462535
0.08172282
0.0273528
0.012557347
-0.050085112
0.15972462
0.4576377
0.26537335
0.05294297
0.1920879
0.43903905
0.44806978
0.24177204
0.15497287
0.004198166
0.24119955
0.23940569
0.30403528
0.10443368
-0.03242823
-0.009877937
-0.056617204
-0.034309167
-0.30718032
-0.21831672
-0.33697575
-0.06903099
-0.21208347
-0.26106125
-0.03470626
-0.17156434
-0.034266062
-0.11911982
-0.06517054
-0.0014468514
0.13053921
-0.021993743
0.08158244
-0.048275527
0.073179156
0.11620164
0.18908599
0.090895034
-0.13516097
-0.041694365
0.19145414
0.06233252
-0.015241079
-0.08720653
0.27016148
0.68275934
0.9259101
0.87553996
0.6730488
0.5436024
0.93307287
1.284303
1.215596
0.7024047
0.6535529
1.0312322
1.2054113
1.1569601
0.78507113
0.46270427
0.96070755
1.0094548
0.8725796
0.584176
0.2608554
0.68085426
0.6351991
0.5974386
0.44071475
-0.14620513
-0.051413815
0.123140134
0.3022954
0.3937261
0.14715014
0.14558095
0.37810993
0.6081454
0.4194721
-0.048754267
0.08287452
0.5189599
0.62214893
0.7360417
-0.06856284
0.1070881
0.296386
0.6012432
0.60254496
-0.24324551
0.14447688
0.18799835
0.46327543
0.45924807
0.20411673
1.1002504
1.4868475
1.5346047
1.0632775
0.33373544
1.1446538
1.4786532
1.4592378
0.9056299
0.22967416
1.0249681
1.2026587
1.0556481
0.6419271
0.16762647
0.475342
0.64084166
0.45603147
0.19102122
-0.17340069
0.14535804
0.13595402
0.09039172
-0.185116
0.11963739
0.3589415
0.3841168
0.5203414
0.20129839
0.20421675
0.22073998
0.4301539
0.6149839
0.42226243
0.31898078
0.31484243
0.34544006
0.5597543
0.4067382
0.12620181
0.39053708
0.38691083
0.5219121
0.62844783
0.3108787
0.46809235
0.39197984
0.38944077
0.4951729

View File

@@ -1,9 +1,11 @@
8 10
0.026202574 -0.6072942
-0.3116931 1.0412933
0.18919766 -0.34075898
1.4346299 1.2761911
1.3632779 0.16558713
0.086737305 -0.11275745
-0.49552673 -0.20701186
0.756849 1.0942192
0.511572
0.07464832

View File

@@ -1,292 +1,544 @@
4 6
8 10
3 3
3 3
-0.5876183 -0.18567735
-0.19599253 0.31230295
-0.18389738 0.10601954
-0.18267761 -0.14635935
-0.23633389 0.17529164
-0.04682166 0.23833705
-0.40504217 -0.07737787
-0.44397476 -0.26470512
-0.27349973 -0.016763074
-0.40846175 0.0732159
-0.4691861 0.15613954
-0.3045311 0.24339953
-0.29840764 0.21809842
-0.27123016 0.10773516
-0.4369171 0.40015697
-0.35068136 0.08531675
-0.33959505 0.25792578
-0.31722164 0.29302046
1.1700047 -0.14973466
0.96824783 -0.13794622
0.76443076 -0.3174705
1.3795062 0.06396363
1.2857901 -0.1582382
1.0736752 -0.2843077
1.4629307 -0.25538033
1.4044695 -0.23979947
0.9955982 -0.2003432
0.05907464 -0.067921035
0.2795705 0.008744139
0.39697975 -0.12954548
0.2549381 0.07350555
0.60816526 0.016850626
0.4124389 -0.13139062
0.36631292 0.07412223
0.5501452 -0.07210239
0.33622307 -0.042953018
0.7931202 -0.3169445
0.7949542 0.009288535
0.73936164 0.30465534
0.5743847 -0.4208047
0.71832895 0.07115591
0.81374323 0.26925838
0.6963634 -0.38791
0.8371282 0.06488703
0.56526226 0.400365
0.9787859 -0.5090438
0.83491445 -0.05041841
0.44296062 0.28737134
0.94113594 -0.32649037
0.69709206 0.2732965
0.4782157 0.3234882
0.8485452 -0.14768949
0.55218476 0.19571733
0.4278612 0.46035185
-0.06284774 -0.1308439
0.18234941 -0.28924602
0.24526665 -0.4150856
0.06594536 -0.1394865
0.18546979 -0.14277102
0.12066008 -0.028665107
-0.0076901093 0.063959725
0.051020034 -0.08086398
-0.055962052 -0.42271927
-0.12366264 -1.0998808
-0.14234143 -1.7531674
0.17451781 -0.6868419
-0.22803047 -0.4679067
-0.20144975 -1.1683141
0.12696944 -0.3862623
-0.14333135 0.1865768
-0.1437315 -0.7758855
0.21859623 0.18598925
-0.21199474 -0.2777104
0.31007212 -0.5689085
0.25671488 -0.53544736
1.408449 0.06992068
1.5996349 0.09683173
0.88486844 -0.05572889
0.98761475 0.497631
1.0329992 0.5235087
0.048192427 0.412554
0.13677816 0.35491413
0.78293663 0.20174716
0.5845249 0.14414282
1.1826371 0.21999303
1.3678374 0.14763339
0.68835425 0.15525024
0.9163878 0.13345838
0.9432015 -0.07630705
0.1514942 -0.007321237
-0.58621776 -0.17791471
-0.9074466 0.067984045
-1.0663811 0.07404319
-0.5192979 -0.2620913
-0.4392078 -0.020879569
-0.49464688 -0.09856246
-0.04917721 -0.27126157
-0.0898093 -0.19668914
-0.002063775 -0.45068544
-0.6530971 0.06535956
-0.8650723 0.19665721
-0.15201817 0.4605025
-0.662856 0.0834005
-0.4991983 0.26365396
0.033105765 0.42590958
-0.06016163 0.041509036
0.1369374 0.28209603
0.54410416 0.23930955
0.74020576 -0.16162594
0.8116994 -0.22635049
0.6566733 -0.26243812
0.12614372 -0.12631208
0.26043043 -0.22097321
0.6657985 -0.20312756
-0.9273197 -0.1772115
-0.29182023 -0.33603805
0.33309653 -0.30561772
-0.13350366 0.008207564
-0.025515141 0.07136626
-0.2618016 -0.216243
0.1378129 0.16515563
0.32712722 0.04111277
-0.00896652 -0.1260301
0.18393469 0.14099488
0.22865728 0.10370603
0.15459397 -0.010030857
-0.7891325 -0.27448004
-0.56411403 -0.011123834
-0.490716 0.22102898
-0.29529417 -0.25228068
0.052956425 0.039984487
-0.18933602 0.24022454
0.17368089 -0.12004822
0.7078992 0.10729556
0.19030796 0.22277792
0.117120035 -0.2681527
-0.07937462 0.1929927
-0.08528555 0.35833898
0.6917905 -0.1897413
0.3124146 0.2386225
-0.155659 0.59820104
0.8515986 -0.27273512
0.391661 0.1098645
-0.35105205 0.36686987
0.36785692 -0.43986773
0.78276825 -0.18380699
0.5736331 -0.43966547
0.45050114 -0.009675484
0.632049 -0.25631252
0.18528885 -0.29056635
-0.28921905 0.0712151
-0.13410094 -0.18025662
-0.2486394 -0.48891056
0.22444211 -0.47694656
0.58606184 -0.88816905
0.1686837 -0.06483537
0.5042612 0.013368553
0.5626466 -0.70404077
0.069058456 0.28231522
-0.19829905 0.33836752
-0.22421858 -0.22945245
-0.37489322 0.25680065
0.65224594 -0.0012361507
0.36528566 -0.52792823
0.20434256 -0.2579657
0.67804146 0.3255992
0.5590503 -0.0019560119
0.5316622 -0.046853587
0.8001822 0.24827203
0.55346966 0.34998816
0.5594616 0.27723187
-1.0018997 0.31715482
-0.6948151 0.34362832
-0.3650827 0.12269884
-0.5490125 0.13557787
-0.2150339 -0.114973396
-0.022374723 0.07401403
0.19507067 0.069110855
0.044642895 -0.187023
0.2996126 -0.036038406
-0.22961429 0.012674593
0.01102189 0.36098468
0.3954487 0.42171153
-0.5650167 0.048450485
-0.38508832 0.28105047
0.023391092 0.4715788
-0.5365521 -0.023357779
-0.4556712 -0.057762705
0.13194127 -0.073359944
0.6071606 -0.16736583
0.64683765 0.12476493
0.5142018 0.0062710703
0.40851134 -0.021589287
0.6598552 -0.13475952
0.5357405 0.030259239
0.18351004 -0.036233522
0.47842136 0.06367138
0.20090215 -0.07908364
-0.20569381 0.36171123
0.38125056 0.056995805
0.6450566 0.26451215
0.26821902 0.18291938
0.7373958 0.06195444
0.68612444 0.23869722
0.36050576 0.10497623
0.75789505 0.09330571
0.49642104 0.29085782
-0.011626831 -0.2596862
-0.1979711 -0.031500176
-0.4488892 -0.013901459
0.38609207 0.023374349
0.2613292 0.016828336
-0.42952508 0.11964698
0.2891504 0.026195215
0.18908556 0.035629973
-0.37244886 0.12736408
0.2236111 -0.42047524
0.66138303 -0.045428358
0.19163151 0.4764139
0.11937501 -0.594475
0.3223467 -0.14393432
-0.08333808 0.3904298
-0.5719641 -0.18805574
-0.14329845 -0.08113497
-0.38086072 0.5267287
0.2769 -0.4067696
0.7174463 -0.32341024
0.15335132 -0.29679683
0.13236901 -0.10745416
0.38319302 0.08389849
-0.007969958 0.14507549
-0.3730158 -0.024750415
-0.36093494 0.4222244
-0.60057336 0.16702761
-0.15497702 -0.008214667
-0.23942983 0.03591805
-0.5204783 0.08528825
-0.16401294 0.12195521
-0.059771504 0.41446808
-0.084638834 0.46344396
0.035930395 0.37176162
-0.0141087165 0.40626523
-0.117851615 0.08781661
-0.21827415 -0.8886079
-0.28591266 -1.0024366
0.06702814 -0.86886346
0.030618614 -0.49839306
-0.042717144 -0.8621685
0.2789024 -0.642396
0.52211994 -0.13097173
0.53033245 -0.7362578
0.37224737 -0.22594142
-0.0526181 -0.07626368
-0.043408945 -0.5901063
0.33493653 -0.3290703
-0.5254046 0.14976943
-0.31084153 -0.06745293
0.4049077 -0.0820076
-0.12868829 0.5327264
-0.3993636 0.4384248
0.21662578 0.6160922
-0.10966159 0.24003918
0.15466465 0.24436
0.05502151 0.22210835
-0.10105954 0.21770608
-0.00959886 0.124687046
-0.10704365 0.0470902
-0.257624 -0.14859878
-0.0051406575 -0.321342
0.09486415 -0.08767322
-0.43677238 0.20693085
0.10847841 0.42665282
-0.1219879 0.33726025
-0.045069937 -0.020886194
0.37931734 0.44385502
0.06788831 0.01808433
-0.17192203 -0.118666425
0.1710858 -0.15688846
0.20997812 -0.31219846
0.5169904 0.20918387
0.22955295 0.021502182
-0.25663316 0.33103526
0.74007404 0.24867874
0.31821302 0.21629289
-0.52590984 0.013217075
0.5026585 0.08715608
0.20840414 0.054708257
-0.43595257 -0.15127313
0.1508026
0.24620876
0.44316766
0.17231683
0.1236346
0.26164678
-0.08726074
-0.052426733
0.33535057
0.36311948
0.41015378
0.34961388
0.09574385
0.5627171
0.4841079
0.36436325
0.62349635
0.651723
-0.4531835
0.15029465
0.57511115
-0.45798486
0.19631258
0.3225775
-0.103153236
0.19025934
0.48245525
-0.09091705
-0.094119325
-0.38689196
0.14930637
0.09523474
-0.04373269
0.3126633
0.08655161
-0.082390875
-0.053303
0.31841794
0.3719926
0.15074554
0.40985286
0.33657342
0.20797513
0.24987732
0.39347094
0.83306986
0.86048186
0.5689052
0.72829825
0.89263994
0.8195005
0.61129767
0.78122336
0.61171514
-0.319987
-0.25968623
-0.11498821
0.23861922
0.088788316
0.2950782
0.62382466
0.8079981
0.61313707
0.077279635
-0.032932185
0.0890238
0.029694919
0.12197181
-0.042123534
-0.29403502
-0.36851963
0.09636119
0.04346845
0.43912384
0.3536572
0.066943154
0.4024961
0.47593385
0.0759621
0.39561898
0.22179781
-0.35304305
-0.20236854
-0.008968132
-0.09802803
0.054423235
0.23025425
-0.015376655
0.008936614
0.2355261
0.0014180358
0.17833155
0.19288565
0.28466016
-0.02708328
0.05748906
0.115661204
-0.08906293
0.06937998
-0.12015559
-0.11914039
-0.15230455
-0.30971813
0.12253699
-0.1287006
-0.11642937
-0.03524333
0.106573164
-0.46892896
0.048909124
0.35770398
-0.48432148
0.06230857
0.35268116
-0.6384595
0.054048087
0.33101568
-0.7891181
-0.5678995
-0.32257825
-0.30838996
-0.019490078
0.20418139
0.2235779
0.43282986
0.33755836
-0.43536973
-0.18715984
-0.017235223
-0.22174615
0.009737464
0.18385953
0.3702021
0.1722581
0.31182298
-1.5388889
-1.4710528
-0.9808655
-1.2328979
-1.391655
-0.9775159
-0.53418314
-1.0619466
-0.14114031
-0.38471037
-0.91709787
-0.6730362
-0.3246664
-0.50130564
-0.29241592
0.2488604
0.29896885
0.42214942
0.23901664
0.071325876
0.0730879
0.3215266
0.37580463
0.17601205
0.082663685
-0.14512439
-0.02447424
0.036292106
0.190385
0.24941531
-0.15101732
0.16009882
0.022328991
-0.13642876
-0.2557106
-0.23009326
-0.2648493
0.035393387
0.058671933
-0.06313441
0.085322335
0.037474677
-0.09684385
0.021198915
-0.23987578
0.49218395
0.45345736
0.4600616
0.27070585
0.23068464
0.37693858
0.32365304
0.2629329
0.38881606
0.25656843
0.3796918
0.45741585
0.08370856
0.29546905
0.55899864
0.16390188
0.43054807
0.6232953
-0.6125586
0.042835608
0.42402682
-0.4055307
-0.039988685
0.42992234
-0.26697057
0.10284304
0.4822276
-0.32137555
-0.38547745
-0.33756226
0.12396629
0.018000755
0.0040020915
0.09871851
0.19964874
-0.049439877
-0.054510776
0.20413962
0.49790758
0.3678443
0.47925648
0.5145687
0.46790117
0.4268048
0.23691703
0.7796671
0.6537224
0.6620804
0.6199029
0.6739477
0.5245343
0.7053961
0.5178989
0.678157
0.015971098
-0.09368621
-0.1418303
0.2623539
0.27078906
0.26214978
0.450224
0.5519793
0.589996
0.0695408
0.11883035
0.16186124
-0.00019518172
-0.10749374
-0.07061164
-0.37467608
-0.33476043
-0.19680664

View File

@@ -1,13 +1,15 @@
12 14
0.5867652 0.55702305
0.15327758 1.1578506
0.64787906 0.4233094
0.58204657 1.0468913
0.5221705 0.102127574
0.8151968 -0.11887622
0.9605676 0.7552765
0.834003 0.8270396
0.5979789 -0.037355777
0.37113577 0.863297
0.5936071 0.42967162
0.3470704 0.36658964
0.751224
0.5695708

File diff suppressed because it is too large Load Diff

View File

@@ -1,61 +1,61 @@
60 60
0.06672339 -0.193765
-0.62850684 -0.23972291
0.7643405 0.07138973
0.16144127 0.32630488
0.38490072 -0.12837179
0.5127662 0.15837212
0.90500265 -0.171342
-0.06561441 0.15245913
0.14526463 0.2655143
0.7058402 0.5132081
-0.26682273 -0.36182725
-0.2369063 0.5721853
0.4072475 1.1356937
0.594691 0.478751
0.2766667 -0.19061308
0.60496056 -0.4349855
0.2000673 -0.037231974
0.052073605 0.82266986
-0.02876539 0.021297721
0.39143658 0.27819484
-0.03805901 -0.3700498
0.44951624 -0.080103956
0.66400784 0.118309975
0.16063774 -0.120765805
0.60259444 -0.21436372
-0.33618698 0.38247055
-0.016615057 0.9884826
-0.10777226 -0.4042391
0.43350288 -0.21405952
0.18008152 -1.1451919
0.1165595 -0.07339987
0.82109 0.63600576
0.5088409 0.39354753
0.73914206 -0.14708714
-0.23127939 0.5753427
0.27522832 -0.06053154
0.6027811 0.6068468
0.40576613 -0.24616803
0.37846214 -0.18896966
0.39786285 -0.06904445
-0.09924524 -0.137959
-0.455666 -0.75066173
0.22258674 -0.20227952
0.21012957 0.17195949
0.41304824 -0.13245444
0.3195822 -0.10060697
-0.1443478 0.40073013
0.14014497 -0.9563751
0.025428297 0.031663556
0.09779115 0.38514042
0.23838183 -0.061627824
-0.3749009 0.14056061
-0.029535912 0.7515243
-0.15013477 0.7903934
0.46715313 0.8401122
-0.15482181 0.29314804
0.18933043 0.2987165
0.66587496 0.39764544
-0.50574833 0.3022464
-0.20339602 -0.29335007

File diff suppressed because it is too large Load Diff

View File

@@ -1,16 +1,16 @@
15 15
0.32660043 -0.68187517
-0.0924944 -0.013023868
-0.4694074 -0.012667711
-0.2882384 0.12630615
-0.526463 -0.24749278
-0.1974732 -0.4987089
0.55986786 0.3616302
0.12076137 0.23901181
0.11251404 0.32909712
-0.35831028 -0.25681627
-0.591029 0.21683879
0.23973973 0.72209626
-0.38151956 -0.2969338
0.34890035 0.35322607
0.6926345 0.6401797

File diff suppressed because it is too large Load Diff