Glamorous Toolkit for the OpenCV
# gt4opencv
Glamorous Toolkit for the OpenCV
## OpenCV and TensorFlow
### Mac
OpenCV version 3:
```
brew install opencv@3
```
Tensorflow version 1.14.0:
```
brew install tensorflow
```
## How to load
You can load the whole code in a [Glamorous Toolkit](https://gtoolkit.com/install/) image using the following snippet:
```
Metacello new
baseline: 'GToolkit4OpenCVWithoutGT';
repository: 'github://feenkcom/gt4opencv/src';
load
```