비디오 분석이 올바르게 작동하려면 다음 요구 사항을 충족해야 합니다.
- 카메라 요구 사항:
- 해상도 최소 640х360 픽셀.
- 초당 프레임: 최소 6fps.
- 색상: 비디오 분석은 흑백 및 컬러 이미지 모두에서 작동합니다.
- 카메라 흔들림으로 인해 프레임 크기의 1% 이상 이미지가 이동해서는 안 됩니다.
- 조명 요구 사항:
- 적당한 조명. 너무 적은 조명(밤) 또는 너무 많은 조명(밝은 햇빛)은 비디오 분석의 품질에 영향을 미칠 수 있습니다.
- 조명 수준에 큰 변동이 없습니다.
- 장면 및 카메라 각도 요구 사항:
- 움직이는 객체는 비디오에서 서로 시각적으로 분리될 수 있어야 합니다.
- 배경은 기본적으로 정적이어야 하며 갑작스럽게 변경되어서는 안 됩니다.
- 고정된 물체(기둥, 나무 등)로 인해 움직이는 물체가 최소한으로 가려지는 현상.
- 움직이는 물체의 반사 표면과 뚜렷한 그림자는 분석의 품질에 영향을 미칠 수 있습니다.
- 길고 단색의 물체는 제대로 추적되지 않을 수 있습니다.
- 객체 요구 사항:
- 비디오 영상에 노이즈가 없고 압축 알고리즘으로 인한 아티팩트도 없습니다.
이미지에 있는 객체의 너비나 높이는 프레임 크기의 1% 이상이어야 하며(해상도가 1920픽셀 이상인 경우) 해상도가 낮은 경우 15픽셀 이상이어야 합니다.
이미지에 있는 객체의 너비나 높이는 프레임 크기의 75%를 초과해서는 안 됩니다.
- 프레임 내 객체의 속도는 초당 최소 1픽셀이어야 합니다.
객체를 감지하려면 최소 8프레임 이상 보여야 합니다.
두 개의 인접한 프레임 내에서 객체는 크기보다 긴 거리만큼 이동 방향으로 이동할 수 없습니다. 이 조건은 객체의 궤적(트랙)을 올바르게 계산하는 데 필수적입니다
For video analytics to work correctly, the following requirements must be met:
...
- Resolution min. 640х360 pixels.
- Frames per second: min. 6 fps.
- Color: video analytics work with both black-and-white and color images.
- Camera shaking must not cause image shifting of more than 1% of the frame size.
...
- Moderate lighting. Lighting that is too little (night) or too much (bright sunlight) may impact the quality of video analytics.
- No major fluctuations in lighting levels.
...
- Moving objects must be visually separable from each other in the video.
- The background must be primarily static and not undergo sudden changes.
- Minimal obscuration of moving objects by static objects (columns, trees, etc.).
- Reflective surfaces and harsh shadows from moving objects can affect the quality of analytics.
- Long single-color objects may not be tracked properly.
...
The width or height of the objects in the image must be not less than 1% of the frame size (if resolution is over 1920 pixels) or 15 pixels for lower resolution.
...
The width or height of the objects in the image must not exceed 75% of the frame size.
...
In order to detect the object it is to be visible at not less than 8 frames.
...
.
- 신경망 필터 작동을 위한 카메라 요구 사항
...