import { Card, CardContent } from '@shared/components/ui/card'; import { PageContainer, PageHeader } from '@shared/components/layout'; import { RefreshCw } from 'lucide-react'; import { RealTransshipSuspects } from '@features/detection/RealVesselAnalysis'; export function TransferDetection() { return ( {/* prediction 분석 결과 기반 실시간 환적 의심 선박 */} {/* 탐지 조건 */}
탐지 조건
거리
≤ 100m
시간
≥ 30분
속도
≤ 3kn
); }