Color detection with Python OpenCV
OpenCV is a library of programming functions mainly aimed at real-time computer vision. Originally developed by Intel, it was later supported by Willow Garage then Itseez. The library is cross-platform and free for use under the open-source BSD license.
Customizing the Linux Ubuntu
My personal list on customizing my linux ubuntu 18.04. We can use grub-customizer to change the Boot Order in Windows Linux Dual Boot. But It could be destructive to use the grub-customizer tool.
One Step From Eden - Game Structure
The main character is a military scientist called Saffron. She wants to reach Eden. In her journey, she collects spells and artifacts to power up herself while beating the enemies. She also meets other characters who also want to reach Eden and conflict happens, resulting in a boss fight.
Digital Video Processing - Video and Cameras Technologies
Digital videos are represented as sequences of digital images, while analogue videos are represented as a sequence of continuous time varying signals. Images are taken from a camera or video camera in analogue form and subsequently digitized by certain electronic circuits into digital form.
Digital Video Processing - Video Services in Hong Kong
The Government announced on February 11, 2019 that the Chief Executive in Council has approved to proceed with switching off analogue television services (ASO) on November 30, 2020 (11.59pm). Hong Kong will enter an era of full digital TV broadcasting on December 1, 2020 (00.00 hours).
Linear Regression vs Logistic Regression
Linear regression is used when your response variable is continuous. For instance, weight, height, number of hours, etc. Logistic regression is used when the response variable is categorical in nature. For instance, yes/no, true/false, red/green/blue, 1st/2nd/3rd/4th, etc.
Computer Animation and Modeling Theories
Autodesk 3ds Max, formerly 3D Studio and 3D Studio Max, is a professional 3D computer graphics program for making 3D animations, models, games and images. It is developed and produced by Autodesk Media and Entertainment.
Quick intro to Machine Learning
A program is said to learn from experience E with respect to task T and performance measure P, if it’s performance at tasks in T, as measured by P, improves with experience E.
轉載 - 軟體工程師指南和建議
首先最重要的就是把握大學四年,大學通常不如高中有那麼重的課業壓力,你會有很多自由的時間。趁大學期間多寫程式、多做不同的專案,尤其畢業專題非常重要。你的忠誠度不能當飯吃,也不要捨不得公司,這世界只有錢才是真的。
Installing CUDA and CuDNN on Linux
Install CUDA is really annoying. So I made this guide to guide myself. Basically we need to first install the correct Driver, then install the CUDA Toolkit and CuDNN.