gt4opencv

Description

Glamorous Toolkit for the OpenCV

Details

Source
GitHub
License
MIT
Stars
6
Created
May 4, 2019
Updated
April 27, 2021
Topics
glamorous-toolkit

README excerpt

# 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
```
← Back to results