The CREATE DATABASE statement is used to create a database.

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

The CREATE DATABASE statement is used to create a database.

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

下載 freeType 2.9.1

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

首先, 以ArrayList為例,透過foreach指令來依序讀取內容物

   1: ArrayList list = new ArrayList();
   2: list.Add("1");
   3: list.Add(2);
   4: list.Add("3");
   5: list.Add('4');
   6: foreach(object o in list)
   7: {
   8:     Console.Write($"{o.GetType().ToString()} :");
   9:     Console.WriteLine(o);
  10: }

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

image

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

image

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

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

 Create a Zip with full control over contents

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

Histogram Comparison (Histogram Matching)

image

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

> anaconda search opencv

 

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

 

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

 

在Azure上通过asp.net使用EmguCV

Tutorial how to use EmguCV in Asp.Net MVC application

Turn your OpenCV Code into a Web API in under 10 minutes — Part 1

Turn your OpenCV code into a Web API in less than 10 minutes : Part 1

 

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

Since the Viz(Visualization Toolkit) is not included in official opencv package, you have to build it

 

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

http://support.advantech.com.tw/support/DownloadSRDetail_New.aspx?SR_ID=1-2AKUDB&Doc_Source=Download

image

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

SQL Server 2017 Express Edition 下載

image

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

1. MicroHttpServer - 用100行C#寫一個HTTP Server

示範寫一個簡單http server console application

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

8路網絡繼電器 IP繼電器 Web Relay 雙控本地 手機 遠程控制 /安卓 蘋果 平板 windows系統

NT $1,500

一、功能(Feature):

    1. 以太網RJ45介面 。

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

How to make auto-adjustments(brightness and contrast) for image Android Opencv Image Correction

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

image

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

Given a set of connected points, where they are filled with red color.

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

image

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

image

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

Today I reveiewed Observer Pattern – Design Pattern (Using C#) and have finished watching Observer Design Pattern tutorial.

As usual, I implemented the example in C# instead of JAVA.

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

What is the Visitor Design Pattern ?

1. Allows you to add methods to classes of different types without much altering to these classes.

2. You can make completely different methods depending on the class used.

3. Allows you to define external classes that can extend other classes without majorly edit them.

image

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

A useful tutorial that help you understand about Interpreter Pattern.

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

What is flyweight pattern?

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

Create a logger

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

 

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

http://felix.abecassis.me/category/opencv/

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

The following is an example[1] of image blending, which seamlessly combines two different images by using the mask of itself.

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

image
   1: interface IWeapon
   2: {
   3:     void Use();
   4: }

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

 

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

image

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

This tutorial is about composite pattern, which is my thoghts after watching the tutorial created by Christopher Okhravi.

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

image

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

image

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

This tutorial is about adapter pattern, which is my thoghts after watching the tutorial created by Christopher Okhravi.

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

This tutorial is about command pattern, which is my thoghts after watching the tutorial created by Christopher Okhravi.

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

This tutorial is about proxy pattern, which is my thoghts after watching the tutorial created by Christopher Okhravi.

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

This tutorial is about factory pattern, which is my thoghts after watching the tutorial created by Christopher Okhravi.

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

 

This tutorial is about observer pattern, which is my thoghts after watching the tutorial created by Christopher Okhravi.

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

 

Today, I am going to organize something about decorator pattern, which is my thoghts after watching the tutorial created by Christopher Okhravi.
Besides I would like to implement it by using C# and hope that would help someone who is also learning decorator pattern.

 

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

http://delphi.ktop.com.tw/board.php?cid=168&fid=917&tid=103804

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

 

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

projectPoints is a useful function, which can automatically projects 3D points to an image plane.

Here is another good example shows how to project 3D points by using the project matrix.

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

> conda install –c anaconda tk

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

It's a world of laughter, a world of tears; 

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

Source Image: img1

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

http://www.aforgenet.com/framework/downloads.html

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

image

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

 

Programming Computer Vision with Python

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

image

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

Download VirtualBox

image

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

An Error message poped up and it showed that“HDF5 CANNOT BE FOUND!”

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

image

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

樹梅派3 目前直接內建WIFI和藍芽

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

http://www.codeblocks.org/downloads/binaries

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

image

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

在自動化處理常遇到一個狀況是多線排程,例如有三條工作站,每一條工作站的處理能力不同,例如worker1可以處理加工時間<5,worker2可以處理加工時間5~10, 而worker3可以處理加工時間10~15,假設今天客戶的加工需要加工時間清單如下(jobID即加工時間)

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

接續上一篇 [命令模式]執行一個請求與如何執行間的解耦: 使用C# 

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

Close

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

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

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

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

reload

請輸入左方認證碼:

看不懂,換張圖

請輸入驗證碼