me1237guy 發表在 痞客邦 留言(0) 人氣()

FFT spectrum amplitude using median filters with different kernel sizes

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

creator-kit-fps

me1237guy 發表在 痞客邦 留言(0) 人氣()

I've studied roll-a-ball the last few days. 

me1237guy 發表在 痞客邦 留言(0) 人氣()

Unity is not as hard as I thought, although I am a newbie in this field. I believe my little step leads me to the future. After a day of playing in the Unity world for the first time. I felt great when I finished a small project. In this project, I tried to integrate EmguCV, which is a wrapped OpenCV for .net framework,  into the Unity C# program and did a simple face detection. Each face's location represents an NBA player's position. For example, Stephen Curry is corresponding to face #0, Lebron James is face #1, and Ja Morant is face #2. As the video plays, all the NBA players can move to the locations according to their face numbers.

me1237guy 發表在 痞客邦 留言(0) 人氣()

First, input the keyword "power" in the external module, and choose Power Mode  

me1237guy 發表在 痞客邦 留言(0) 人氣()

Let's suppose that Region to be a mask of a gray-level image after the threshold process.

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

 cities = ["台南","雲林","高雄","屏東"]

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

1. In order to send mail from the GMail server, the first step is that you have to decrease the security level of your Gmail settings, enable it by clicking here

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

Insert the latest version of firebase into the dependencies of the Gradle

me1237guy 發表在 痞客邦 留言(0) 人氣()

1. Android Email Intent Tutorial - How to Send Email From Within Your App

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

Unfortunately, the example[1] does not work for me and there were also some users who had the same problem. 

me1237guy 發表在 痞客邦 留言(0) 人氣()

Since streaming is becoming more and more important in real-world applications, I'm gonna take some effort on surveying how

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

優雅地封裝 Activity Result API,完美地替代 startActivityForResult()

startActivityForResult()替代方案Activity Result Api


me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

Here is a simple tutorial about the interaction between Android App and Js

me1237guy 發表在 痞客邦 留言(0) 人氣()

Since Kotlin has been a part of Android Studio, why not start learning it?

文章標籤

me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

1. add a button in activity_main.xml

me1237guy 發表在 痞客邦 留言(0) 人氣()

Add a new package

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

1. Ryze Tello Drone Support from MATLAB

me1237guy 發表在 痞客邦 留言(0) 人氣()

Qt6 QML Book


me1237guy 發表在 痞客邦 留言(0) 人氣()

Yesterday, I created an EC2 Windows instance and started to get familiar with it.

me1237guy 發表在 痞客邦 留言(0) 人氣()

Today I'm gonna give a try of how to build a virtual machine on AWS in order to integrate my LINEBOT applications

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

https://devcenter.heroku.com/articles/getting-started-with-python#set-up

me1237guy 發表在 痞客邦 留言(0) 人氣()

google "MySQL community"

me1237guy 發表在 痞客邦 留言(0) 人氣()

nuGet管理套件安裝

me1237guy 發表在 痞客邦 留言(1) 人氣()

> git status

me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

What is ONNX - Open Neural Network Exchange

onnx-converter

me1237guy 發表在 痞客邦 留言(0) 人氣()

You have to install Spyder before Pytorch installation.

me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

A good introduction to those who want to understand the differences between MIT, GPL, LGPL licenses.

me1237guy 發表在 痞客邦 留言(0) 人氣()

Here is a collection of related Convolutional Neural Networks tutorials that involve object detection and localization.

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

cuda_10.1.105_418.96_win10

me1237guy 發表在 痞客邦 留言(0) 人氣()

import keras
from keras import layers
from keras import models
 
print('keras version: {}'.format(keras.__version__))
model = models.Sequential()
model.add(layers.Conv2D(32, (3, 3), activation='relu', input_shape=(28, 28, 1)))
model.summary()

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

文章標籤

me1237guy 發表在 痞客邦 留言(0) 人氣()

國語辭典

me1237guy 發表在 痞客邦 留言(0) 人氣()

How Do Convolutional Layers Work in Deep Learning Neural Networks?

A Gentle Introduction to Pooling Layers for Convolutional Neural Networks

 

文章標籤

me1237guy 發表在 痞客邦 留言(0) 人氣()

  1. QLibrary - import a class
  2. 透過QLibrary載入動態函式庫並利用Qt Plugin設計軟體插件
  3. How to export C++ class from dll
  4. C++ Qt 98 - How to use a DLL
  5. c語言怎麼呼叫dll檔案

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

歷屆臺灣區初賽試題

 

文章標籤

me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

Windows 10 上適用於 Linux 的 Windows 子系統安裝指南

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

References:

me1237guy 發表在 痞客邦 留言(0) 人氣()

[Design Pattern] 代理模式 (Proxy Pattern)

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

C++ Qt 82 - Custom QGraphicsItem

image

me1237guy 發表在 痞客邦 留言(0) 人氣()

In this web site, it provides a lot of benchmark for multiple object tracking.

me1237guy 發表在 痞客邦 留言(0) 人氣()

Close

您尚未登入,將以訪客身份留言。亦可以上方服務帳號登入留言

請輸入暱稱 ( 最多顯示 6 個中文字元 )

請輸入標題 ( 最多顯示 9 個中文字元 )

請輸入內容 ( 最多 140 個中文字元 )

reload

請輸入左方認證碼:

看不懂,換張圖

請輸入驗證碼