Skip to content

Commit 0fe1388

Browse files
author
Adi Suissa-Peleg
committed
Adding an initial version of the renderer that supports both affine and non-affine transformations
1 parent 905d8ea commit 0fe1388

27 files changed

+2002
-1
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README.md
2+
exclude requirements.txt

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# rh_renderer
2-
Rendering library
2+
A Rhoana library that performs the rendering of images after applying both affine and non-affine transformations.
3+
The available transformations are part of the models defined in this library.
4+
This package also renders tilespecs.
5+
6+
## Requirements
7+
- Requires OpenCV 2.4+
8+
- Python requirements in [requirements.txt](requirements.txt)
9+
10+
## Installation
11+
TODO.
12+
13+
14+
## Usage
15+
16+
TODO.
17+

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
numpy==1.9.3
2+
scipy==0.16.0

rh_renderer/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+

0 commit comments

Comments
 (0)