PIXNET Logo登入

天天向上

跳到主文

程式外包服務  E-mail: me1237guy@yahoo.com.tw 歡迎來信洽談, 請附上相關文件或問題說明, 謝謝

專長:  ※自動光學檢測 ※人臉辨識 ※車牌辨識 ※錄影監控系統 ※自動控制I/O相關 
      ※演算法開發 ※基因演算法 ※類神經網路 
      ※MATLAB  ※VISUAL C++/C# ※Xamarin ※OpenCV ※Emgu ※Unity ※QT4/5
-----------------------------------------------------------------------------------------------
   SA (模擬退火法)     GA (基因演算法)    ACO (蟻群演算法)    PSO (粒子最佳化演算法)   
   排列組合問題最佳化   TSP  Scheduling  K-means, Fuzzy C-means, KNN, DBSCAN分群  
   Fuzzy Control (模糊控制)  Neural Networks (類神經網路) Object Tracking (Kalman Filter, Optical Flow)  
   Object Recognition (Pattern Match, Haar-Like Features, EigenFace)  Human Pose Recognition
   人臉偵測     移動物偵測   車牌辨識    智慧型監控攝影  XBOX Kinect影像處理及應用 體感互動應用  
   自動光學檢測(AOI) 玻璃檢測  NVIDIA CUDA平行運算處理
   TI-DSP 6xxx系列 雙影像輸入   / Raspberry PI 樹莓派 / Arduino控制  自走車避障礙物(GPS/機器視覺)

部落格全站分類:數位生活

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 10月 25 週二 201620:17
  • 安裝 Python Imaging Library (PIL)

image
下載 PIL-1.1.7.win32-py2.7PIL 1.1.7Python Imaging Library 1.1.7 Source Kit (all platforms) (November 15, 2009)
Python Imaging Library 1.1.7 for Python 2.4 (Windows only)
Python Imaging Library 1.1.7 for Python 2.5 (Windows only)
Python Imaging Library 1.1.7 for Python 2.6 (Windows only)
Python Imaging Library 1.1.7 for Python 2.7 (Windows only)
(繼續閱讀...)
文章標籤

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

  • 個人分類:Python
▲top
  • 10月 25 週二 201620:12
  • Installing OpenCV 2.4.11-7 Components for Python(x,y)

image
(繼續閱讀...)
文章標籤

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

  • 個人分類:Python
▲top
  • 10月 24 週一 201609:31
  • Learning Python N-Dimensional Array - Part III

image
接續這兩篇 Learning Python N-Dimensional Array–Part I

Learning Python N-Dimensional Array-Part II


接下來, 利用Python 內建函式庫計算求和, 平均值 和方差


a = np.random.randint(0, 10, size=(4, 5))
 
a
Out[11]: 
array([[7, 5, 1, 1, 2],
 [8, 8, 2, 8, 2],
 [0, 3, 2, 7, 6],
 [3, 9, 7, 8, 2]])
(繼續閱讀...)
文章標籤

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

  • 個人分類:Python
▲top
  • 10月 13 週四 201609:36
  • Learning Python N-Dimensional Array - Part I

image
為什麼要學習Python?可以從下列TIOBE 排行看出學習新的程式語言得先從基礎開始, 發現這種script-file language其實語法都和MATLAB, R語言 差不多
import numpy as np
例如:產生一個向量[1, 2, 3, 4]
(繼續閱讀...)
文章標籤

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

  • 個人分類:Python
▲top
  • 10月 12 週三 201620:53
  • 安裝spyderlib

image
今天第一次使用spyderlib, 這是一個由Python(x, y)所開發出來的整合開發環境, 跟MATLAB的人機介面有相當多雷同之處,可以方便觀察和修改陣列的值, 真是貼心的設計!!Download如果當初你是安裝64位元版本Python, 就必須下載spyder-2.2.5.win-amd64.exe否則下載spyder-2.2.5.win32.exe 這樣才有辦法使用附註:
(繼續閱讀...)
文章標籤

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

  • 個人分類:Python
▲top
  • 5月 24 週二 201609:56
  • Plotting Sine Wave Using Python(x,y)

image
Python(x,y)-2.7.3.0C:\Program Files (x86)\pythonxy安裝完成In[1]~In[5] 依序輸入指令Out[5] 為輸出結果關閉console時會跳出提示對話框
(繼續閱讀...)
文章標籤

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

  • 個人分類:Python
▲top
  • 10月 27 週二 201508:27
  • Zero to Hero with Python


Zero to Hero with Python
Python Tutorial: Zero to Hero with Python / Introduction to Programming with Python https://codek.tv/93
Take a Python Fan T-shirt: https://goo.gl/r62bRK
The Complete Web Developer Course - Build 14 Websites ☞ https://hii.to/EJCTLJG-e
Python and Django Tutorials Building Websites from Scratch https://goo.gl/Tgs6zT
Learning Python for Data Analysis and Visualization http://bit.ly/1NsFaCy
Create projects using Raspberry Pi and Python http://bit.ly/1LpZRNu
Python Tutorial: Creating Web Sites using Python and Flask
https://goo.gl/XSMKmu
Creating Websites using SQL, Python, and Flask
https://goo.gl/skzTi4
Explore More Python Tutorial http://bit.ly/1MWVkSg
Are you brand new to coding? Want to see how fun and easy it can be? Watch engaging experts Susan Ibach and Christopher Harrison for an entertaining introduction to solving real-world problems using the popular programming language, Python. Susan and Christopher offer a step-by-step walk-through, from a basic idea to translating that idea into code, and everything in between.
Don't worry about making mistakes! Python uses simple syntax, has an easy learning curve, and is a very forgiving language. Gain a new skill or complete a task by the end of each module, and, by the end of the course, you will be writing programs! You also learn basic principles which can make it easier for you to learn other programming languages in the future. Don't miss this opportunity to go beyond the if statement!
[00:00:00] Getting Started
Explore applications of Python language, and create a "Hello world" application for Python in Visual Studio as you learn the benefits of knowing Python. Get help setting up your computer so you can start coding.
[00:50:21] Displaying Text
Get an introduction to the print statement, comments, and basic formatting, so you can display and format text to a user.
[01:20:29] String Variables
Learn about the input statement, string variables, and manipulate strings, so you can prompt a user for input, store values in a string, and use string functions to manipulate string values.
[02:20:00] Storing Numbers
Hear an introduction to numeric datatypes and variables, how to do math operations, and datatype conversions. Learn to store numeric values and perform math operations.
[03:14:26] Working with Dates and Time
Get the details on date variable storage and issues, along with date functions and formatting, so you can store and manipulate date values.
[04:05:53] Making Decisions with Code
Hear an introduction to basic if/else statements and Boolean variables, so you can write code that reacts differently to different user inputs.
[04:57:42] Complex Decisions with Code
Explore and/or statements, nested if statements, and elif, so you can write code that reacts differently to more complex user inputs.
[05:55:39] Repeating Events
Take a look at for loops and nested for loops, so you can write code that repeats a fixed number of times.
[06:47:03] Repeating Events until Done
Play with while loops, and learn when to use for versus while loops, so you can write code that repeats as often as needed.
[07:20:18] Remembering Lists
Get the details on arrays and lists, so you can store multiple values.
[08:04:21] How to Save Information in Files
Hear about functions for creating and writing to files, so you can write code that saves information in a file so you can remember it later.
[08:40:42] Reading from Files
Explore functions for reading from files, so you can read information that was saved in a file.
[09:25:21] Functions
Learn about the syntax for declaring functions and how to call functions from your code, so you can use functions to avoid retyping the same code over and over.
[10:13:29] Handling Errors
Get the details on syntax for error handling, so you can write code that can handle common error situations without crashing.
Source Code: https://github.com/kidscancode/intro-...
Python Tutorial: Creating Web Sites using Python and Flask
https://goo.gl/XSMKmu
Creating Websites using SQL, Python, and Flask
https://goo.gl/skzTi4
If you feel useful for you and for everyone, please share it!
Source via: Channel9 - MVA
------
Subscribe: http://goo.gl/gA1NLZ
Facebook: http://goo.gl/oEk624
Group: http://goo.gl/xPdeEX
Google+: http://goo.gl/iGZzZX
Twitter: http://goo.gl/PNRtC8
About & Contact: http://goo.gl/JAolqj
(繼續閱讀...)
文章標籤

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

  • 個人分類:Python
▲top
«1...78

個人資訊

me1237guy
暱稱:
me1237guy
分類:
數位生活
好友:
累積中
地區:

熱門文章

  • (8,482)分水嶺影像分割Marker-based Image Segmentation Algorithm Using OpenCV2.4.7 with Visual Studio 2010
  • (4,000)Pylon Live View C# Sample Code Review
  • (14,170)網路上提供測試 RTSP 的伺服器
  • (23,895)Adding Something to DataGridView
  • (4,380)安裝PLC學習軟體 FX-TRN-BEG-T
  • (7,366)建立和使用 C# 的 DLL
  • (3,658)安裝Open eVision 1.2.5.8549
  • (12,906)EmguCV : 圈選感興趣區域
  • (25,023)C# 如何創建, 暫停, 繼續, 終止一個執行緒(Thread)
  • (2,810)安裝ONVIF Device Manager

文章分類

  • wordpress (2)
  • 雲端計算 (1)
  • 邊緣運算 (5)
  • MPI (2)
  • Git & Github (6)
  • Unity (2)
  • Android Studio (10)
  • Deep Leraning (35)
  • LaTex (2)
  • Linux (6)
  • jetson nano (3)
  • Qt (20)
  • Docker (4)
  • Office (1)
  • OpenTK (1)
  • WPF (8)
  • SQL (4)
  • Revit (6)
  • MATLAB (13)
  • R Language (8)
  • Design Pattern & Implementation by Using C# (48)
  • RaspberryPI (5)
  • Python (77)
  • 其他語言 (40)
  • 攝影機 (45)
  • 工業應用 (50)
  • 家庭 (12)
  • Mobile (31)
  • 工作日誌 (2)
  • Linux (5)
  • C/C++ (15)
  • AOI (41)
  • Emgu CV (42)
  • C# (147)
  • Visual Studio (48)
  • OpenCV (118)
  • 未分類文章 (1)

最新文章

  • Gemini API Key 低成本 Nano Banana Pro作圖
  • DMK 37AUX226
  • wafer基礎術語
  • 將資料夾中多個mp4影片合併成一個mp4檔案
  • 如何用沙子制造芯片:从冶炼硅锭到晶圆打磨|芯片工艺合集
  • yolov9安裝
  • ActionEngine, ActionTask and ActionWorker
  • @dataclass裝飾子
  • IO控制卡安裝驅動器後無法在此裝置載入驅動程式
  • How you put and then get items from a queue.Queue

動態訂閱

文章精選

文章搜尋

誰來我家

參觀人氣

  • 本日人氣:
  • 累積人氣: