Skip to content

Instantly share code, notes, and snippets.

View coporlock's full-sized avatar
🤒
Out sick

Hyuta Tanaka coporlock

🤒
Out sick
View GitHub Profile
@coporlock
coporlock / bilateralfilter.py
Created September 5, 2012 14:43
pythonでopencvの練習(バイラテラルフィルタでブロックノイズ除去)
# coding: UTF-8
import sys
import os
import cv2
param = sys.argv
if (len(param) < 2):
print 'require an argument of file path.'
quit()