Skip to content

Instantly share code, notes, and snippets.

# -*- coding: utf-8 -*-
"""
Created on Tue Aug 04 15:24:55 2015
@author: ryousuke
"""
import numpy
import cv2
import glob
# -*- coding: utf-8 -*-
"""
Created on Wed Jul 15 14:12:54 2015
@author: mks
"""# -*- coding: utf-8 -*-
"""
Spyder Editor
This is a temporary script file.
# -*- coding: utf-8 -*-
"""
Created on Wed Jul 15 14:12:54 2015
@author: mks
"""# -*- coding: utf-8 -*-
"""
Spyder Editor
This is a temporary script file.
@Gotoryoo
Gotoryoo / pixel_marker.py
Created November 29, 2016 05:27
指定した大きさの図形を作成するプログラムである。
# -*- coding: utf-8 -*-
"""
Created on Sat Aug 29 14:48:11 2015
@author: ryousuke
"""
# -*- coding: utf-8 -*-
"""
Created on Thu May 21 14:28:05 2015
# -*- coding: utf-8 -*-
"""
Created on Wed Sep 02 22:10:33 2015
@author: ryousuke
"""
import numpy as np
import math
# -*- coding: utf-8 -*-
"""
Created on Fri Sep 04 10:21:19 2015
@author: ryousuke
"""
import numpy as np
# -*- coding: utf-8 -*-
"""
Created on Sat May 02 15:29:29 2015
@author: jyoshida-sci
"""
import cv2
import numpy as np
import itertools
# -*- coding: utf-8 -*-
"""
Created on Tue May 19 17:37:46 2015
countingPixel_changekernel_thre.py と同じ内容。
書き込み用テキストが違うだけ。
@author: ryousuke
"""
@Gotoryoo
Gotoryoo / waku.py
Created December 1, 2016 09:44
基本的な画像処理
# -*- coding: utf-8 -*-
"""
Created on Tue Nov 15 11:13:08 2016
@author: GTR
"""
import cv2
path = "C:\\Users\\GTR\\Documents\\program\\wakutarou\\waku_cut.png"
@Gotoryoo
Gotoryoo / beampattern.py
Created December 2, 2016 12:49
積層画像同士でのパターンマッチを行うプログラムです。
# -*- coding: utf-8 -*-
"""
Created on Wed Aug 17 15:27:51 2016
@author: ryousuke
"""
import numpy as np
import cv2