diff --git a/README.rst b/README.rst index f6bccb5..9d9b1c1 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Birdwatcher is a Python computer vision library for analyzing animal behavior in Birdwatcher should help you getting up and running quickly when building analysis code or tools for specific measurements. It provides functionality that is common in video analysis, such as reading and writing videos into and from numpy arrays, applying processing algorithms such as background subtraction, morphological transformation, resizing, drawing on frames etc. Much of the underlying video and image processing is based on `FFmpeg `__ and `OpenCV `__, but Birdwatcher is easier to use for many tasks because its higher-level implementation of functionality. -In addition to video analysis tools, Birdwatcher has high-level functions for behavioral analysis based on those tools, although currently these are limited to movement/location detection of single animals. +In addition to video analysis tools, Birdwatcher has high-level functions for behavioral analysis based on such tools, although currently these are limited to movement/location detection of single animals. Despite its name, Birdwatcher is not only for birds. We also successfully analyzed dog behavior, and it could be used on anything that moves. It is being used in our lab but still under heavy development, and should be considered alpha software. diff --git a/docs/index.rst b/docs/index.rst index 6ee4893..19a5395 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,7 @@ Birdwatcher is a Python computer vision library for analyzing animal behavior in Birdwatcher should help you getting up and running quickly when building analysis code or tools for specific measurements. It provides functionality that is common in video analysis, such as reading and writing videos into and from numpy arrays, applying processing algorithms such as background subtraction, morphological transformation, resizing, drawing on frames etc. Much of the underlying video and image processing is based on `FFmpeg `__ and `OpenCV `__, but Birdwatcher is easier to use for many tasks because its higher-level implementation of functionality. -In addition to video analysis tools, Birdwatcher has high-level functions for behavioral analysis based on those tools, although currently these are limited to movement/location detection of single animals. +In addition to video analysis tools, Birdwatcher has high-level functions for behavioral analysis based on such tools, although currently these are limited to movement/location detection of single animals. Despite its name, Birdwatcher is not only for birds. We also successfully analyzed dog behavior, and it could be used on anything that moves. It is being used in our lab but still under heavy development, and should be considered alpha software. diff --git a/setup.py b/setup.py index 636c9b3..f557718 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ higher-level implementation of functionality as compared to these tools. In addition to video analysis tools, Birdwatcher has high-level functions -for behavioral analysis based on those tools, although currently these are +for behavioral analysis based on such tools, although currently these are limited to movement/location detection of single animals.