Skip to content

Commit

Permalink
separate conda files from openMV
Browse files Browse the repository at this point in the history
  • Loading branch information
dipsywong98 committed Jul 6, 2018
1 parent 56fe66f commit f4cdffa
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions conda/rotation_transform.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
"""
Created on Thu Jul 5 23:06:21 2018
@author: dipsy
"""

4 changes: 2 additions & 2 deletions openMV/test/run_img.py → conda/run_img.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
from jp import *
from pj import *

path = "Capture2.jpg"
path = "img/test2/test2.mp4_frame0.jpg"
jpgfile = Image.open(path)

oldsize = (160,120)
fixedsize = (280,240)
fixedsize = (200,250)
fixedfile = Image.new('RGB',fixedsize)

def pm2(h,s):
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions openMV/test/transform.py → conda/transform.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
"""
Created on Mon Jun 18 21:39:57 2018
generate world view transformation matrix
@author: dipsy
"""
Expand Down

0 comments on commit f4cdffa

Please sign in to comment.