Skip to content

Commit dfd8db3

Browse files
authored
Update README.rst
1 parent 7ba1d05 commit dfd8db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
What is pymoten?
99
================
1010

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
1212
features from video using a pyramid of spatio-temporal Gabor filters. The filters
1313
are created at multiple spatial and temporal frequencies, directions of motion,
1414
x-y positions, and sizes. Each filter quadrature-pair is convolved with the
@@ -57,7 +57,7 @@ Simple example using a video file
5757
5858
import moten
5959
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
6161
video_file = 'http://anwarnunez.github.io/downloads/avsnr150s24fps_tiny.mp4'
6262
luminance_images = moten.io.video2luminance(video_file, nimages=100)
6363

0 commit comments

Comments
 (0)