Result(s) for uploaded image '{{ $filepath }}': {{ $count }}
filepath: {{ $result['filepath'] }}
target_overlap_percent: {{ $result['target_overlap_percent'] }}
query_overlap_percent: {{ $result['query_overlap_percent'] }}
target_match_rect:
top {{ Arr::get($result, 'target_match_rect.top') }}
- bottom {{ Arr::get($result, 'target_match_rect.bottom') }}
- right {{ Arr::get($result, 'target_match_rect.right') }}
- left {{ Arr::get($result, 'target_match_rect.left') }}
score: {{ $result['score'] }}
match_percent: {{ $result['match_percent'] }}
query_match_rect:
top {{ Arr::get($result, 'query_match_rect.top') }}
- bottom {{ Arr::get($result, 'query_match_rect.bottom') }}
- right {{ Arr::get($result, 'query_match_rect.right') }}
- left {{ Arr::get($result, 'query_match_rect.left') }}
@if ($loop->last)
@endif