This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Tue Apr 28 13:32:24 2015 | |
読み込んだ画像の名前をある定義によって分割し、分割した一つ一つをix,iy,izと定義するプログラム | |
@author: ryousuke | |
""" | |
fullpath = "C:\\Users\\ryousuke\\Desktop\\nakakenn\\img\\gtrd_0_89_15.bmp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Wed Apr 15 18:12:36 2015 | |
@author: ryousuke | |
""" | |
""" | |
Created on Wed Apr 15 10:42:49 2015 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Wed Aug 17 15:27:51 2016 | |
@author: ryousuke | |
""" | |
import affine | |
import numpy as np | |
#from array import array |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Wed Dec 16 20:48:01 2015 | |
@author: ryousuke | |
""" | |
import numpy as np | |
import math | |
filename = 'C:\\Users\\ryousuke\\Desktop\\lab_data\\12mon_trackfollow\\20151207_follow_ghost\\03-04\\' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Wed Aug 19 14:59:47 2015 | |
@author: ryousuke | |
""" | |
import cv2 | |
import numpy as np | |
def funcDouble(x): |
NewerOlder