File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
What is pymoten?
9
9
================
10
10
11
- A python package that provides a convenient way to extract motion energy
11
+ `` pymoten `` is a python package that provides a convenient way to extract motion energy
12
12
features from video using a pyramid of spatio-temporal Gabor filters. The filters
13
13
are created at multiple spatial and temporal frequencies, directions of motion,
14
14
x-y positions, and sizes. Each filter quadrature-pair is convolved with the
@@ -57,7 +57,7 @@ Simple example using a video file
57
57
58
58
import moten
59
59
60
- # Download and convert the RGB video into a sequence of luminance images
60
+ # Stream and convert the RGB video into a sequence of luminance images
61
61
video_file = ' http://anwarnunez.github.io/downloads/avsnr150s24fps_tiny.mp4'
62
62
luminance_images = moten.io.video2luminance(video_file, nimages = 100 )
63
63
You can’t perform that action at this time.
0 commit comments