今日は子供の運動会に参観してきました!子供にとっては初めての運動会。あんまり競技にはほとんど興味無さそうだったけど、きちんと最後までやり遂げてました。 Pythonのfilterとlambdaを使ったコードを紹介したいと思います。 filterは、真偽値を返す関数 ...
Practice writing efficient and concise code using lambda functions. Learn how to use map, reduce, and filter to manipulate and transform data in Python. Practice combining lambda functions with map(), ...
株式会社リュディアです。Python を使った画像処理として OpenCV を使った方法をまとめていきます。 前回までの Python OpenCV 空間フィルタ のまとめへのリンクは以下を参考にしてください。 エッジ抽出を行う微分フィルタ、Prewitt(プレヴィット)フィルタに ...
This little LED rig fades in time to music. The hardware itself is quite simple, some LEDs connected to the PWM pins of an Arduino. But the signal processing is happening on a computer using a Python ...