2017-12-01から1ヶ月間の記事一覧

OSX Sierraで Could not resolve host: github.com

xcodeを9.2にupdateしたら? git-pushで以下のerrorがでるようになった。 fatal: unable to access 'https://github.com/username/repository.git/': Could not resolve host: github.com xcodeのcommand line toolsが消えていたようで、command line toolsを…

scikit imageでHue(色相), Saturation(彩度)の変更をする

scikit-image: Image processing in Python — scikit-image Hue(色相)とSaturation(彩度)の変更方法は、RGBをHSV変換して、HとSのchannelを変更すれば良い。 どの程度変更すれば良いかがわかりにくいので、GIMPと同じになるように値を調整したものを作成した…