|
|
@@ -13,11 +13,7 @@ |
|
|
|
</section> |
|
|
|
|
|
|
|
<div class="action-buttons" *ngIf="!tempImg"> |
|
|
|
|
|
|
|
<button class="camera-button" (click)="capture()"> <ion-icon name="camera"></ion-icon> </button> |
|
|
|
|
|
|
|
<button class="skin-button" *ngIf="areNeuralNetsLoaded" (click)="toggleDetection()" |
|
|
|
[ngClass]="{'active' : isDetecting }"> <ion-icon name="glasses"></ion-icon> </button> |
|
|
|
</div> |
|
|
|
|
|
|
|
<section class="image-action-buttons" *ngIf="tempImg"> |
|
|
|