Contains MATLAB Code showing demos on basic video manipulation in MATLAB
Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Operations on Videos
1.1 Aim:
- Task 1 : Extracting Frames from Videos
- Task 2 : Playing Video in Reverse
- Task 3 : Applying Background Subtraction, Frame Difference Algorithm
Rouen Video file used in this demo is taken from : https://www.jpjodoin.com/urbantracker/dataset.html
Task 1
Output : Task11.png (Figure 1: Every 6th Frame of the video, starting from 6th Frame)
Comments:
- The Video was imported successfully.
- However, the successive frames have very small change.
- Hence, for illustration purpose, frames have been plotted in multiples of 6.
Task 2
Output : Task12.png (Figure 2: Every 6th Frame of the video, starting from 6th Frame, showing the video playing in reverse)
Comments:
- The Video was imported successfully.
- Similar to Task 1, the successive frames have very small change.
- Hence, for illustration purpose, frames have been plotted in multiples of 6.
- Observation reveals that the sequence is playing in reverse.
Task 3
Output : Task13.png (Figure 3: Every 6th Frame of the video, starting from 6th Frame, showing the Output of Frame Difference Algorithm)
Comments:
- Frame Difference Algorithm was applied successfully.
- The images were converted to frames as shown in the code using 'im2frame' function.
Citar como
अंबरीश प्रशांत चांदूरकर Ambarish Prashant Chandurkar (2026). Operations on Videos (https://github.com/ThunderEngineer/Operations-on-Videos_IVC), GitHub. Recuperado .
Información general
- Versión 1.0.0 (1,81 MB)
-
Ver licencia en GitHub
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
No se pueden descargar versiones que utilicen la rama predeterminada de GitHub
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.0.0 |
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
